Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qqpann/character_tuning


https://github.com/qqpann/character_tuning

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Python ChatGPT template

```sh
cp .env.example .env
vi .env # fill in your api key and organization id
pip install -r requirements.txt
python run.py
```

## Advanced hints

You may want to specify PYTHONPATH in some cases if you replace the model with your package.

```sh
PYTHONPATH=./models/your_model python run.py
```