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

Commits on Jul 9, 2023

  1. Implement OpenAI July 2023 Updates (#427)

    * Implement OpenAI July 2023 Updates
    
    * fix: golangci-lint
    
    * add comment
    
    * fix: remove some model Deprecated
    liushuangls committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7b22898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181fc2a View commit details
    Browse the repository at this point in the history
  3. fix: function call error due to nil properties (429) (#431)

    * fix: fix function call error due to nil properties (429)
    
    * refactor: refactoring initializeProperties func in jsonschema pkg (429)
    vvatanabe committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    f028c28 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. fix: invalid schema for function 'func_name': None is not of type 'ob…

    …ject' (#429)(#432) (#434)
    
    * fix: invalid schema for function 'func_name': None is not of type 'object' (#429)(#432)
    
    * test: add integration test for function call (#429)(#432)
    
    * style: remove duplicate import (#429)(#432)
    vvatanabe committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c3b2451 View commit details
    Browse the repository at this point in the history
Loading