Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qqpann/character_tuning
https://github.com/qqpann/character_tuning
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qqpann/character_tuning
- Owner: qqpann
- Created: 2023-07-22T13:59:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T16:05:13.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:23:11.565Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```