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] Add OpenAI Chat Completion API #737

Closed
baberabb opened this issue Aug 6, 2023 · 1 comment
Closed

[Refactor] Add OpenAI Chat Completion API #737

baberabb opened this issue Aug 6, 2023 · 1 comment
Labels
feature request A feature that isn't implemented yet.

Comments

@baberabb
Copy link
Contributor

baberabb commented Aug 6, 2023

Right now the library only supports the completion endpoint and all the newer models use the chat completion API. This doesn't provide the log probabilities so cannot use it for that but would be great if we added support for it for greedy_until.

Also would be great if we add async support.

@StellaAthena StellaAthena added the feature request A feature that isn't implemented yet. label Aug 8, 2023
@haileyschoelkopf
Copy link
Collaborator

Merged in #839 , #1008 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature that isn't implemented yet.
Projects
None yet
Development

No branches or pull requests

3 participants