Skip to content

Releases: adaline/gateway

v0.0.39

19 Feb 06:47
6b2cf79
Compare
Choose a tag to compare
Merge pull request #34 from adaline/ayushr1/proxy

feat: allow proxyagent to be disabled

v0.0.38

18 Feb 02:27
0e44d8d
Compare
Choose a tag to compare

Bug Fixes

  • fix: null cases and chunks missing in togetherai streaming by AyushR1 dd7c00f
  • fix: fix together ai stream response schema by AyushR1 6886616

v0.0.37

10 Feb 05:03
62bf7a9
Compare
Choose a tag to compare

Features

  • Revert "feat: add streamchat implementation for groq" by AyushR1 7c3a26f
  • feat: add streamchat implementation for groq by AyushR1 33464b1

Bug Fixes

  • fix: fix chunks getting skipped in openai stream-chat by AyushR1 398b7f5
  • fix: update max_tokens parameter to max_completion_tokens as max_tokens is deprecated in openai by AyushR1 daaa144
  • fix: set default token value for anthropic as the max available for that model by AyushR1 ae4c2b0
  • fix: fix temparature and response schema on o1 model by AyushR1 c40f036

v0.0.36

18 Jan 09:57
4c93fd1
Compare
Choose a tag to compare

Bug Fixes

  • chore: add changeset for newly added models and fixes by AyushR1 06a8f0e

v0.0.35

13 Jan 20:25
745ecca
Compare
Choose a tag to compare

Bug Fixes

  • fix: get rid of fs and path dependencies and use global constant for version by AyushR1 44eadca
  • fix: proxyagent constructor fix to be called properly inside by AyushR1 6289891

v0.0.34

09 Jan 18:32
7824402
Compare
Choose a tag to compare
Merge pull request #6 from adaline/gemini

chore: add support for model gemini-2-0-flash-exp

v0.0.33

23 Oct 06:29
281d950
Compare
Choose a tag to compare
Merge pull request #4 from adaline/akshay/add_claude_3_5_sonnet

chore: add anthropic claude-3.5-sonnet-20241022

v0.0.32

22 Oct 03:04
1a9c0cc
Compare
Choose a tag to compare
Merge pull request #3 from adaline/akshay/fix_anthropic_embedding_url

fix: anthropic embedding base url

v0.0.31

22 Oct 02:53
9dc6b9d
Compare
Choose a tag to compare
Merge pull request #2 from adaline/akshay/fix_parallel_tool_call_resp…

v0.0.30

15 Oct 02:37
Compare
Choose a tag to compare
chore: first commit