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

Simplify the OpenAI text completion interface #112

Merged
merged 1 commit into from
May 17, 2023
Merged

Conversation

rlouf
Copy link
Member

@rlouf rlouf commented May 17, 2023

We currently have two different functions for the text and the chat completion APIs. However we only use the chat completion API as a text completion one, so we can consolidate both in a single function.

Closes #109

@rlouf rlouf force-pushed the simplify-openai branch 2 times, most recently from 8615444 to 0476bab Compare May 17, 2023 14:08
We currently have two different functions for the text and the chat
completion APIs. However we only use the chat completion API as a text
completion one, so we can consolidate both in a single function.
@rlouf rlouf merged commit 1018247 into main May 17, 2023
@rlouf rlouf deleted the simplify-openai branch May 17, 2023 14:25
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.

Generalize the OpenAI text completion interface
1 participant