-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: sashabaranov/go-openai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sashabaranov/go-openai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.39.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 12 files changed
- 6 contributors
Commits on Apr 29, 2025
-
Add support for reasoning_content field in chat completion messages f…
…or DeepSeek R1 (#925) * support deepseek field "reasoning_content" * support deepseek field "reasoning_content" * Comment ends in a period (godot) * add comment on field reasoning_content * fix go lint error * chore: trigger CI * make field "content" in MarshalJSON function omitempty * remove reasoning_content in TestO1ModelChatCompletions func * feat: Add test and handler for deepseek-reasoner chat model completions, including support for reasoning content in responses. * feat: Add test and handler for deepseek-reasoner chat model completions, including support for reasoning content in responses. * feat: Add test and handler for deepseek-reasoner chat model completions, including support for reasoning content in responses.
Configuration menu - View commit details
-
Copy full SHA for 306fbbb - Browse repository at this point
Copy the full SHA 306fbbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cccc6c - Browse repository at this point
Copy the full SHA 4cccc6cView commit details -
Add support for
4o-mini
and3o
(#968)- This adds supports, and tests, for the 3o and 4o-mini class of models
Configuration menu - View commit details
-
Copy full SHA for bb5bc27 - Browse repository at this point
Copy the full SHA bb5bc27View commit details -
Add CompletionRequest.StreamOptions (#959)
The legacy completion API supports a `stream_options` object when `stream` is set to true [0]. This adds a StreamOptions property to the CompletionRequest struct to support this setting. [0] https://platform.openai.com/docs/api-reference/completions/create#completions-create-stream_options Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da5f9bc - Browse repository at this point
Copy the full SHA da5f9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6836cf6 - Browse repository at this point
Copy the full SHA 6836cf6View commit details -
* Add Prediction field to ChatCompletionRequest * Include prediction tokens in response
Configuration menu - View commit details
-
Copy full SHA for 93a611c - Browse repository at this point
Copy the full SHA 93a611cView commit details
Loading
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.38.3...v1.39.0