Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom LLM Development

Setup

  1. Create a .env file and add there your OpenAI API key. Its content should be something like:
OPENAI_API_KEY="sk-..."
  1. Create a local virtual environment, for example using the venv module. Then, activate it.
python -m venv venv
source venv/bin/activate
  1. Install the dependencies.
pip install -r requirements.txt
  1. Launch the Gradio app.
python app.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages