Closed Xanonymous-GitHub closed 1 year ago
In e86c1d7, all changes in the /vendor
folder are added into git for passing the CI.
This may cause many unrelated code changes appear, which makes it harder to be reviewed and adds restrictions for developer when running on their own endpoints. Hence suggest removing and ignoring the /vendor
from git.
Description
This pull request upgrades project to the latest GPT-3.5 Turbo model and updates the request model to use the latest Chat API.
The GPT-3.5 Turbo model is the latest version of OpenAI's popular GPT-3 language model. It has been fine-tuned with new data and improved algorithms, resulting in better accuracy and faster inference speed.
In addition to these updates, I have also updated dependencies, updated some code comments and removing unused parameters.