-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
release: 1.13.0 #1148
release: 1.13.0 #1148
Conversation
c48fd79
to
79b7675
Compare
79dce71
to
67cfac2
Compare
d229a99
to
67cfac2
Compare
5f9f64c
to
7fe8ec3
Compare
1fdf1c4
to
e536437
Compare
@@ -87,6 +87,12 @@ class CompletionCreateParamsBase(TypedDict, total=False): | |||
A list of functions the model may generate JSON inputs for. | |||
""" | |||
|
|||
instance_id: Optional[str] | |||
"""An unique identifier to a custom instance to execute the request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By "custom instance," does this mean a custom GPT? Or is this an instance of some other thing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering the same thing. Would love to be able to target a specific GPT.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, sorry about that. This was a mistake; we're removing it: openai/openai-openapi#198
14c76bf
to
e536437
Compare
382568a
to
1abe139
Compare
Automated Release PR
1.13.0 (2024-02-19)
Full Changelog: v1.12.0...v1.13.0
Features
Bug Fixes
Chores
This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).
More technical details can be found at stainless-api/release-please.