Skip to content

Tags: sashabaranov/go-openai

Tags

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: provide vector store (#772)

* implement vectore store feature

* fix after integration testing

* fix golint error

* improve test to increare code coverage

* fix golint anc code coverage problem

* add tool_resource in assistant response

* chore: code style

* feat: use pagination param

* feat: use pagination param

* test: use pagination param

* test: rm unused code

---------

Co-authored-by: Denny Depok <[email protected]>
Co-authored-by: eric.p <eric.p>

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Tool Resources properties for Threads (#760)

* Support Tool Resources properties for Threads

* Add Chunking Strategy for Threads vector stores

v1.24.2

Toggle v1.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add incomplete run status (#763)

v1.24.1

Toggle v1.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update client.go to get response header whether there is an error or …

…not. (#751)

Update client.go to get response header whether there is an error or not. Because 429 Too Many Requests error response has "Retry-After" header.

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added DALL.E 3 to readme.md (#741)

* Added DALL.E 3 to readme.md

Added DALL.E 3 to readme.md as its supported now as per issue #494

* Update README.md

---------

Co-authored-by: Alexander Baranov <[email protected]>

v1.23.1

Toggle v1.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support stream_options (#736)

* feat: support stream_options

* fix lint

* fix lint

v1.23.0

Toggle v1.23.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: support cloudflare AI Gateway flavored azure openai (#715)

* feat: support cloudflare AI Gateway flavored azure openai

Signed-off-by: STRRL <[email protected]>

* test: add test for cloudflare azure fullURL

---------

Signed-off-by: STRRL <[email protected]>
Co-authored-by: STRRL <[email protected]>

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add PromptFilterResult (#702)

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add GPT4Turbo and GPT4Turbo20240409 (#703)

v1.20.5

Toggle v1.20.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: get header from sendRequestRaw (#694)

* feat: get header from sendRequestRaw

* Fix ci lint