8000 Tags · freysie/openai-kit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: freysie/openai-kit

Tags

1.8.2

Toggle 1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Path prefix to proxy config added (dylanshine#59)

1.8.1

Toggle 1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add .m4a audio support to speech-to-text API. (dylanshine#54)

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add URLSession support to Client (dylanshine#47)

* URLSession support added

* Test target fixed

* README.md updated

* Streaming for URLSession fixed

* Import FoundationNetworking for linux added

* Common init for Client added

* Remove URLSession feature for linux

1.7.2

Toggle 1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix crash after Task cancellation by removing unneeded error processi…

…ng (dylanshine#45)

- After Task cancellation, this preconditionFailure was triggered: "Tried to use a second iterator on response body stream. Multiple iterators are not supported."
- Also the following: fatalError("NIOThrowingAsyncSequenceProducer allows only a single AsyncIterator to be created")

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adjust decoding strategy for stream requests (dylanshine#41)

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Custom API Support (dylanshine#38)

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Stream support when create Chat completions (dylanshine#36)

* Add support to stream chats

* remove dead API key

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert injection of HTTPClient (dylanshine#33)

1.4.2

Toggle 1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Shutdown HTTPClient in deinit of Client (dylanshine#31)

* Shutdown HTTPClient in deinit of Client

* Add guard, update README

* Convert httpClient param to optional, implement referencing logic

* Update README

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for GPT4 (dylanshine#26)

* call correct httpClient syncShutdown()

* Fix tearDownWithError and shutdown comment

* Add GPT4 support
0