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

Support ChatGPT #1231

Merged
merged 6 commits into from
Dec 11, 2022
Merged

Support ChatGPT #1231

merged 6 commits into from
Dec 11, 2022

Conversation

teetone
Copy link
Member

@teetone teetone commented Dec 10, 2022

Changes

Uses the https://github.com/acheong08/ChatGPT library to send requests to ChatGPT.

Related #1218

TODOs

  • I'm currently finalizing the list of RunSpecs we might be able to evaluate and will put them in run_specs_chat_gpt.conf. I keep hitting the rate limit by the hour, so it's hard to experiment.
  • Figure out max length (if there is one). Just set to the same length as InstructGPT Davinci for now (4000 tokens) as ChatGPT is a sibling model to InstructGPT.

Copy link
Contributor

@percyliang percyliang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exciting!

@teetone teetone merged commit ed812cf into main Dec 11, 2022
@teetone teetone deleted the chat branch December 11, 2022 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants