Commit History

Fix the bug that cannot adapt to the available model name.
163e912

yym68686 commited on

Fix the bug where the Claude API does not return the DONE SSE message.
7b515b4

yym68686 commited on

🐛 Bug: Fix the bug where the timeout was not converted to a float.
3fc76ba

yym68686 commited on

fixed bug: ModuleNotFoundError: No module named 'aiofiles'
94c81e3

yym68686 commited on

Add traffic middleware
819abc0

yym68686 commited on

Fix the bug that does not adapt to the new API for obtaining the model list.
2a7fbb2

yym68686 commited on

Fix the bug where Claude cannot use tool use.
894ff24

yym68686 commited on

Add feature: support OpenAI dall-e-3 image generation
2ec0842

yym68686 commited on

Fix the bug with the incorrect ending character in OpenAI format responses.
46ce910

yym68686 commited on

Fix the bug where the provider lookup is inaccurate.
58a694d

yym68686 commited on

Fix the bug of incorrect request body format for tool use.
69fd3e6

yym68686 commited on

Merge pull request #3 from omegaduncan/main
a11cc62
unverified

yym68686 commited on

revert: try_all_providers method in ModelRequestHandler
47c28b9

zeta commited on

refactor: revise round-robin and auto-retry logic in API request handling
bdd215f

zeta commited on

fix: Improve round-robin provider selection and add Claude max_tokens auto-fill
9b5984b

zeta commited on

update README
5b7f732

yym68686 commited on

update README
281cb2d

yym68686 commited on

Fix the bug where Gemini can only use the first region.
432fcd1

yym68686 commited on

Add feature: support vertex claude API using tool use functionality.
7d44776

yym68686 commited on

Add Gemini region load balancing.
3b159d8

yym68686 commited on

✨ Feature: Add feature: Support vertex ai API and vertex tool use invocation.
edb14b7

yym68686 commited on

✨ Feature: Add feature: support Gemini API tool use
cb6cbda

yym68686 commited on

Fix the bug related to asyncio.CancelledError error
0f410b4

yym68686 commited on

fix bug
2a42096

yym68686 commited on

Fix error
e6c24d4

yym68686 commited on

Fix error
cf121cf

yym68686 commited on

Fix error
51e9d12

yym68686 commited on

🐛 Bug: Fix the bug when the date plugin does not require parameters.
6b0ab57

yym68686 commited on

Fix the bug of httpx.ReadError and asyncio.CancelledError errors
e6673ca

yym68686 commited on

🐛 Bug: 1. Fix the bug of httpx reading streamed output timeout.
55a4247

yym68686 commited on

Upgrade the request body field Function, use the Tool field for function calls.
809165c

yym68686 commited on

Upgrade the request body field Function, use the Tool field for function calls.
0140d23

yym68686 commited on

Simplify code
bcf9434

yym68686 commited on

Fix renaming model original name can also be requested
de886b3

yym68686 commited on

Fix the bug causing errors in the GPT channel when using the Wu API.
2a56a92

yym68686 commited on

Fix the bug in RemoteProtocolError handling.
ffc6707

yym68686 commited on

Fix asyncio.exceptions.CancelledError error
2af508a

yym68686 commited on

Fix httpx.RemoteProtocolError error
82cedb5

yym68686 commited on

Fix the bug with incomplete error handling.
d738fa5

yym68686 commited on

🐛 Bug: Fix the bug of the model provider matching order error.
33bccc2

yym68686 commited on

Fix the issue of handling errors in gpt format response
27b85ef

yym68686 commited on

Fixing bug: Error handling response
29e15d9

yym68686 commited on

update requirements.txt
339bb82

yym68686 commited on

update requirements.txt
ee3690c

yym68686 commited on

update requirements.txt
147a4ef

yym68686 commited on

update requirements.txt
ddf2b39

yym68686 commited on

update requirements.txt
6ec295d

yym68686 commited on

Add feature: automatic URL redirection
133f622

yym68686 commited on

gemini adds support for system prompts
3c06783

yym68686 commited on

Fix the issue where Gemini cannot be used.
766167a

yym68686 commited on