Releases: yomorun/yomo
Releases · yomorun/yomo
v1.19.3
What's Changed
- feat(llm): add deepseek api provider by @fanweixiao in #1000
v1.19.2
What's Changed
- fix: make yomo_wanted_target function optional in wasm by @wujunzhuo in #980
- docs: rename wasm32-wai to wasm32-wasip1 by @wujunzhuo in #982
- update deps, resoleve #987, #977, #975 by @fanweixiao in #990
- feat: llm bridge server communicates with zipper in memory way by @woorui in #996
Full Changelog: v1.19.1...v1.20.0
v1.19.1
What's Changed
- chore: remove ollama patch by @venjiang in #956
- fix(zipper): continue when listener accepts an error by @woorui in #957
- fix(llm-bridge): do not set empty system prompt by @woorui in #958
- fix(llm-bridge): retrive a provider if name is empty by @woorui in #959
- fix(llm-bridge): gemini provider function calling bug by @woorui in #960
- feat(llm-bridge): add vertexai provider by @woorui in #961
- chore(deps): bump github.com/sashabaranov/go-openai from 1.35.7 to 1.36.0 by @dependabot in #969
- chore(deps): bump golang.org/x/mod from 0.20.0 to 0.22.0 by @dependabot in #968
- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #967
- chore(deps): bump github.com/anthropics/anthropic-sdk-go from 0.2.0-alpha.4 to 0.2.0-alpha.5 by @dependabot in #966
- chore(deps): bump golang.org/x/tools from 0.24.0 to 0.28.0 by @dependabot in #954
- chore(deps): bump mermaid from 10.1.0 to 10.9.3 in /docs by @dependabot in #928
- fix(llm-bridge): migrate to newest anthropic go sdk by @fanweixiao in #970
- fix: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux by @fanweixiao in #972
- build: fix docker go build version by @woorui in #973
Full Changelog: v1.18.18...v1.19.1
v1.18.18
v1.18.17
What's Changed
Full Changelog: v1.18.16...v1.18.17
v1.18.16
What's Changed
- feat: support jsonschema option when new a sfn by @woorui in #921
- feat(llm-bridge): add x.ai provider by @fanweixiao in #927
Full Changelog: v1.18.15...v1.18.16
v1.18.15
What's Changed
- feat(llm-bridge): void provider's errors are sent directly to the end user by @woorui in #889
- feat(llm-bridge): return openai error message if request llm provider failed by @woorui in #896
- feat(llm-bridge): add cerebras llm provider by @venjiang in #895
- feat(llm-bridge): add anthropic llm provider by @venjiang in #897
- refactor(llm-bridge): ollama provider by @venjiang in #866
- fix(llm-bridge): correct usage in stream response by @woorui in #901
- feat(llm-bridge): Azure OpenAI Provider returns the token usage when requested with include_usage by @woorui in #906
- feat(cli): added cli run information by @venjiang in #907
- feat(llm-bridge): system prompt supports backend Overwrite and Prefix by @woorui in #917
Full Changelog: v1.18.14...v1.18.15
v1.18.14
v1.18.13
What's Changed
- feat(ai-bridge): support Github Models by @fanweixiao in #885
- chore: developers can docker run ai bridge by @woorui in #855
Full Changelog: v1.18.12...v1.18.13
v1.8.12
What's Changed
- feat: Baselime as default OpenTracing provider to analysis TimeToFirstToken (TTFT) and TimeBetweenTokens (TBT) by @woorui in #872
BASELIME_API_KEY=xxxx yomo serve -c config.yaml
for observability.
Full Changelog: v1.18.11...v1.18.12