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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    a3c0b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581f70b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

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

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    1efcf2d View commit details
    Browse the repository at this point in the history
  2. Fix OpenAI error when properties is empty in function call : object s…

    …chema missing properties (#419)
    
    Co-authored-by: Rick <[email protected]>
    royalrick and royalmorty committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    177c143 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 5, 2023

  1. Allow embeddings requests to be tokens or strings (#417)

    * Allow raw tokens to be used as embedding input
    
    * fix linting issues (lines too long)
    
    * add endpoint test for embedding from tokens
    
    * remove redundant comments
    
    * fix comment to match new param name
    
    * change interface to any
    
    * Rename methods and implement convert for base req
    
    * add comments to CreateEmbeddings
    
    * update tests
    
    * shorten line length
    
    * rename parameter
    jacksors committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5c7d882 View commit details
    Browse the repository at this point in the history
  2. docs: added instructions for obtaining OpenAI API key to README (#421)

    * docs: added instructions for obtaining OpenAI API key to README
    
    * docs: move 'Getting an OpenAI API key' before 'Other examples'
    vvatanabe committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    619ad71 View commit details
    Browse the repository at this point in the history
Loading