Skip to content

ahmaxdev/project-chrona

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%