Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major dev 1.0.0 #13

Merged
merged 27 commits into from
Mar 3, 2023
Merged

Major dev 1.0.0 #13

merged 27 commits into from
Mar 3, 2023

Conversation

sean1832
Copy link
Owner

@sean1832 sean1832 commented Mar 3, 2023

  • Chore: update requirements.txt
  • Feat: add token estimation
  • Feat: add estimation with max token
  • Refactor: change to gpt_tools.py for clarity
  • Refactor: change variable name
  • Refactor: change function name
  • Fix: stream mode not written to json
  • Build: update library version
  • Chore: rename prompt token estimation
  • Fix: no error code for stream mode 启动正常,但是没有回答响应 #12
  • Feat: Add support for GPT-3.5-Turbo (ChatGPT) model
  • Build: add tiktoken library
  • Fix: change max token for gpt-3.5 and davinci to 4096
  • Fix: update.bat not activating venv
  • Fix: update.bat no pause
  • Fix: tokens not display if brain is not build yet
  • Revert "fix: tokens not display if brain is not build yet"
  • Revert "Revert "fix: tokens not display if brain is not build yet""
  • Revert "Revert "Revert "fix: tokens not display if brain is not build yet""
  • Fix: tokens not display if brain is not build yet
  • Chore: remove pause
  • Fix: non-stream mode cannot use gpt-3.5
  • Chore: change default stream mode to true
  • Build: update version
  • Doc: update README.md
  • Build: Change version

sean1832 and others added 27 commits February 26, 2023 05:23
This commit adds support for the GPT-3.5-Turbo model in ChatGPT. This model is an improved version of the existing GPT-3 model and offers better performance and accuracy in language generation tasks.
@sean1832 sean1832 merged commit 39e0ee9 into main Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant