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 chat completion API #61

Closed
KeithHenry opened this issue Mar 2, 2023 · 2 comments
Closed

Support chat completion API #61

KeithHenry opened this issue Mar 2, 2023 · 2 comments

Comments

@KeithHenry
Copy link

Details: https://platform.openai.com/docs/api-reference/chat/create

It's similar to the completions API, but expects a set of {role: ... content: ...} messages instead of prompts, and returns a similar set as the message or delta property of the result choice.

@pandapknaepel
Copy link
Contributor

duplicacte of #54 and pull request #56

@OkGoDoIt
Copy link
Owner

OkGoDoIt commented Mar 9, 2023

This is complete from #56 and #67 and will be included in the v1.6 release on Nuget

@OkGoDoIt OkGoDoIt closed this as completed Mar 9, 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

No branches or pull requests

3 participants