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 Loading
base: v1.11.3
Choose a base ref
...
head repository: sashabaranov/go-openai Loading
compare: v1.12.0
Choose a head ref
  • 4 commits
  • 24 files changed
  • 3 contributors

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    157de06 View commit details
    Browse the repository at this point in the history
  2. refactor: refactoring http request creation and sending (#395)

    * refactoring http request creation and sending
    
    * fix lint error
    
    * increase the test coverage of client.go
    
    * refactor: Change the style of HTTPRequestBuilder.Build func to one-argument-per-line.
    vvatanabe committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f1b6696 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Update README.md (#406)

    sashabaranov committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5f4ef29 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. move json schema to directory/package (#407)

    * move json schema to directory/package
    
    * added jsonschema to README
    jmacwhyte committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    0ca4ea4 View commit details
    Browse the repository at this point in the history
Loading