/folderGPT

create your chatGPT and update local folder with files to fine-tuning your personal model

Primary LanguagePython

TO RUN SERVER

Open terminal from the root directory of the project and run the following commands:

Installation

Use the package manager pip to install foobar.

pip install -r requirements.txt

Use the package manager to install local package

pip install -e .

run server

cd API
python -m uvicorn app:app --reload