Skip to content
Permalink

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.39.1
Choose a base ref
...
head repository: sashabaranov/go-openai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.40.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on May 4, 2025

  1. Configuration menu
    Copy the full SHA
    6181fac View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    8ba38f6 View commit details
    Browse the repository at this point in the history
  2. feat: add support for image generation using gpt-image-1 (#971)

    * feat: add gpt-image-1 support
    
    * feat: add example to generate image using gpt-image-1 model
    
    * style: missing period in comments
    
    * feat: add missing fields to example
    
    * docs: add GPT Image 1 to README
    
    * revert: keep `examples/images/main.go` unchanged
    
    * docs: remove unnecessary newline from example in README file
    PChaparro authored May 13, 2025
    Configuration menu
    Copy the full SHA
    0116f29 View commit details
    Browse the repository at this point in the history
  3. add ChatTemplateKwargs to ChatCompletionRequest (#980)

    Co-authored-by: Justa <justa.cai@akuvox.com>
    justa-cai and JustaCai authored May 13, 2025
    Configuration menu
    Copy the full SHA
    6aaa732 View commit details
    Browse the repository at this point in the history
  4. fix lint (#998)

    sashabaranov authored May 13, 2025
    Configuration menu
    Copy the full SHA
    4d2e7ab View commit details
    Browse the repository at this point in the history
Loading