Skip to content

Tags: ResearchMore/one-api

Tags

v0.6.9-alpha

Toggle v0.6.9-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: synchronize with the official release of the groq model (songqu…

…anpeng#1677)

update groq add gemma2-9b-it llama3.1 family fixup price k/token -> m/token

v0.6.8

Toggle v0.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add Proxy channel type and relay mode (songquanpeng#1678)

Add the Proxy channel type and relay mode to support proxying requests to custom upstream services.

v0.6.8-alpha.6

Toggle v0.6.8-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add Proxy channel type and relay mode (songquanpeng#1678)

Add the Proxy channel type and relay mode to support proxying requests to custom upstream services.

v0.6.8-alpha.5

Toggle v0.6.8-alpha.5's commit message
revert: feat: fast build linux/arm64 frontend (songquanpeng#1645)

This reverts commit 1c44d7e.

v0.6.8-alpha.4

Toggle v0.6.8-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: implement improved headers for anthropic to support 8k outputs (s…

…ongquanpeng#1654)

v0.6.8-alpha.3

Toggle v0.6.8-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: duplicate [DONE] (songquanpeng#1629)

v0.6.8-alpha.2

Toggle v0.6.8-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support smtp without auth (songquanpeng#1101)

v0.6.8-alpha.1

Toggle v0.6.8-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for Claude 3 tool use (function calling) (songquanp…

…eng#1587)

* feat: add tool support for AWS & Claude

* fix: add {} for openai compatibility in streaming tool_use

v0.6.8-alpha

Toggle v0.6.8-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: abusing goroutines and channel (songquanpeng#1561)

* refactor: abusing goroutines

* fix: trim data prefix

* refactor: move functions to render package

* refactor: add back trim & flush

---------

Co-authored-by: JustSong <[email protected]>

v0.6.7

Toggle v0.6.7's commit message
feat: support load env variables from .env file