kkdai / LINE-Bot-ChatSummarizer

Use ChatGPT to summarize your group chat as a chat summarizer with the LINE Bot Chat Summarizer.
Apache License 2.0
57 stars 40 forks source link

Upgrade to GPT-3.5 Turbo model and latest Chat API #37

Closed Xanonymous-GitHub closed 1 year ago

Xanonymous-GitHub commented 1 year ago

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.

Xanonymous-GitHub commented 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.