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

[Refactor] Openai completions #1008

Merged
merged 14 commits into from
Dec 1, 2023
Merged

Conversation

lintangsutawika
Copy link
Contributor

@haileyschoelkopf Openai's api that returns logits will be retired on Jan 4 2024 so it probably doesn't make much sense to continue to support it. Which means the only api available will be the chat completions.

@lintangsutawika lintangsutawika marked this pull request as ready for review November 27, 2023 14:22
@lintangsutawika lintangsutawika added this to the v0.4.0 milestone Nov 27, 2023
Copy link
Collaborator

@haileyschoelkopf haileyschoelkopf left a comment

Choose a reason for hiding this comment

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

Approving, although noting that @lintangsutawika flagged that

the chat version of the model tends to over-explain so it fails on our current settings without additional filters

We may want to support variants of tasks which are more tailored for verbose CoT-using models, down the line.

@lintangsutawika lintangsutawika merged commit f1b64f6 into big-refactor Dec 1, 2023
8 checks passed
@lintangsutawika lintangsutawika deleted the openai_completions branch December 1, 2023 02:16
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.

4 participants