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

Commits on Jun 13, 2024

  1. Fix integration test (#762)

    * added TestCompletionStream test
    
    moved completion stream testing to seperate function
    added NoErrorF
    fixes nil pointer reference on stream object
    
    * update integration test models
    TheAdamSmith committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fd41f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e96c71 View commit details
    Browse the repository at this point in the history
  3. integration tests: pass openai secret (#770)

    * pass openai secret
    
    * only run in master branch
    sashabaranov committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c69c3bb View commit details
    Browse the repository at this point in the history
  4. feat: support batches api (#746)

    * feat: support batches api
    
    * update batch_test.go
    
    * fix golangci-lint check
    
    * fix golangci-lint check
    
    * fix tests coverage
    
    * fix tests coverage
    
    * fix tests coverage
    
    * fix tests coverage
    
    * fix tests coverage
    
    * fix tests coverage
    
    * fix tests coverage
    
    * fix: create batch api
    
    * update batch_test.go
    
    * feat: add `CreateBatchWithUploadFile`
    
    * feat: add `UploadBatchFile`
    
    * optimize variable and type naming
    
    * expose `BatchLineItem` interface
    
    * update batches const
    eiixy committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    99cc170 View commit details
    Browse the repository at this point in the history
  5. Support Tool Resources properties for Threads (#760)

    * Support Tool Resources properties for Threads
    
    * Add Chunking Strategy for Threads vector stores
    pkosiec committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    68acf22 View commit details
    Browse the repository at this point in the history
Loading