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

feat(chat): add tool calls, response format and system fingerprint #253

Merged
merged 4 commits into from
Nov 8, 2023

Conversation

aallam
Copy link
Owner

@aallam aallam commented Nov 8, 2023

Q A
Bug fix? no
New feature? yes
BC breaks? no
Related Issue #252, Fix #254

Describe your change

Add new chat completions features and fields:

  • Tool Calls
  • Response format
  • System fingerprint

@aallam aallam merged commit 39762ac into main Nov 8, 2023
3 checks passed
@aallam aallam deleted the feat/chat-updates branch November 8, 2023 09:16
@pwerry
Copy link

pwerry commented Nov 8, 2023

Thanks for this @aallam ! Do you plan to cut a release today?

@aallam
Copy link
Owner Author

aallam commented Nov 8, 2023

@pwerry I'm hoping to add the other new beta features from OpenAI, such as assistants, threads, messages, and runs, before the release. However, if you want to start testing things out, you can use the snapshot release and share your feedback if anything is wrong or missing

@st4ycool
Copy link

st4ycool commented Nov 15, 2023

Assistant API is added, but there is no way to create a thread yet, right?

@aallam
Copy link
Owner Author

aallam commented Nov 16, 2023

@st4ycool not yet, working on adding it asap :)

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.

Add support for response_format argument in ChatCompletionRequest
3 participants