-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: sashabaranov/go-openai
base: v1.30.3
head repository: sashabaranov/go-openai
compare: v1.32.3
- 14 commits
- 16 files changed
- 14 contributors
Commits on Sep 20, 2024
-
Filter messages by the run ID that generated them. Co-authored-by: wappi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e095df5 - Browse repository at this point
Copy the full SHA e095df5View commit details
Commits on Sep 26, 2024
-
Optimize Client Error Return (#856)
* update client error return * update client_test.go * update client_test.go * update file_api_test.go * update client_test.go * update client_test.go
Configuration menu - View commit details
-
Copy full SHA for 38bdc81 - Browse repository at this point
Copy the full SHA 38bdc81View commit details -
Fix max_completion_tokens (#860)
The json tag is incorrect, and results in an error from the API when using the o1 model. I didn't modify the struct field name to maintain compatibility if anyone else had started using it, but it wouldn't work for them either.
Configuration menu - View commit details
-
Copy full SHA for 7f80303 - Browse repository at this point
Copy the full SHA 7f80303View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d8485 - Browse repository at this point
Copy the full SHA e9d8485View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd59d9 - Browse repository at this point
Copy the full SHA fdd59d9View commit details
Commits on Oct 3, 2024
-
fix MaxCompletionTokens typo (#862)
* fix spelling error * fix lint * Update chat.go * Update chat.go
Configuration menu - View commit details
-
Copy full SHA for bac7d59 - Browse repository at this point
Copy the full SHA bac7d59View commit details -
add jailbreak filter result, add ContentFilterResults on output (#864)
* add jailbreak filter result * add content filter results on completion output * add profanity content filter
Configuration menu - View commit details
-
Copy full SHA for 7c145eb - Browse repository at this point
Copy the full SHA 7c145ebView commit details
Commits on Oct 9, 2024
-
Completion API: add new params (#870)
* Completion API: add 'store' param This param allows you to opt a completion request in to being stored, for use in distillations and evals. * Add cached and audio tokens to usage structs These have been added to the completions API recently: https://platform.openai.com/docs/api-reference/chat/object#chat/object-usage
Configuration menu - View commit details
-
Copy full SHA for 9913264 - Browse repository at this point
Copy the full SHA 9913264View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfe15ff - Browse repository at this point
Copy the full SHA cfe15ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f7134 - Browse repository at this point
Copy the full SHA 21f7134View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b162541 - Browse repository at this point
Copy the full SHA b162541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe2c6c - Browse repository at this point
Copy the full SHA 9fe2c6cView commit details
Commits on Oct 21, 2024
-
Handling for non-json response (#881)
* removed handling for non-json response * added response body in RequestError.Error() and updated tests * done linting
Configuration menu - View commit details
-
Copy full SHA for fb15ff9 - Browse repository at this point
Copy the full SHA fb15ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3672c0d - Browse repository at this point
Copy the full SHA 3672c0dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.30.3...v1.32.3