8000 GitHub - copelco/llm-exploration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

copelco/llm-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Exploration and Learning Notebooks

My large language model (LLM) learning and exploration notebooks.

Setup

Sample .envrc shell environment:

layout python python3.11
use node 18

export PGHOST=localhost
export PGPORT=5432
export PGUSER=$USER
export PGDATABASE=llm_exploration
export DATABASE_URL=postgresql+psycopg://$PGUSER@$PGHOST:$PGPORT/$PGDATABASE

export OPENAI_API_KEY=fill-me-in

Install prerequisites:

brew install git-lfs

Install requirements:

pip install -r requirements.txt
pip install llm
llm install llm-gpt4all

Start JupyterLab:

jupyter-lab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0