Commit History

Uvicorn as an ASGI server, disable WebSocket support on startup
2677404

yym68686 commited on

Fix a possible bug that occurs when attempting to encode a dictionary (dict) object as a string in a FastAPI application.
1e617f9

yym68686 commited on

Fix a possible bug that occurs when attempting to encode a dictionary (dict) object as a string in a FastAPI application.
e6f7928

yym68686 commited on

Fix a possible bug that occurs when attempting to encode a dictionary (dict) object as a string in a FastAPI application.
1ad99a8

yym68686 commited on

Fix a possible bug that occurs when attempting to encode a dictionary (dict) object as a string in a FastAPI application.
1d0ce62

yym68686 commited on

Fix a possible bug that occurs when attempting to encode a dictionary (dict) object as a string in a FastAPI application.
c2775d8

yym68686 commited on

Optimize log display
bc7d0c8

yym68686 commited on

Fix the bug that prevents automatic polling.
359a819

yym68686 commited on

Fix the bug that prevents automatic polling.
e2c7d56

yym68686 commited on

Fix the bug of non-standard SSE format in Claude API response data parsing and improve robustness.
5200484

yym68686 commited on

Fix the bug in the model matching rules.
47f4668

yym68686 commited on

Optimize log display
e154153

yym68686 commited on

Optimize log display
7e7f510

yym68686 commited on

🐛 Bug: 1. Fix the bug where system_prompt is undefined
499f79d

yym68686 commited on

Fix the bug of excessively long error logs.
2bbc8bb

yym68686 commited on

Fix fetchgptresponse_stream parsing file error
68bdecb

yym68686 commited on

✨ Feature: Support Claude 3.5 8192 maximum output length.
01cf123

yym68686 commited on

Increase the initial character read timeout.
4bd89b8

yym68686 commited on

Add get models endpoint.
aa42078

yym68686 commited on

Fix the bug of connection timeout when non-streaming output.
02ce0cb

yym68686 commited on

Fix the error of name not defined
bafce90

yym68686 commited on

Fix the issue where the original model name cannot be requested.
e86d80a

yym68686 commited on

Fix the issue where the original model name cannot be requested.
fc14950

yym68686 commited on

Refactor code
d62232c

yym68686 commited on

Add GPT format test module
2cdadb6

yym68686 commited on

Do not output response stream
93c3f12

yym68686 commited on

Modify the stream read response timeout to 5 seconds.
82c93cf

yym68686 commited on

Fix the bug where the end of the GPT format response does not have a newline
f0d6a67

yym68686 commited on

Fix polling algorithm error
9d7f082

yym68686 commited on

update action
f85160d

yym68686 commited on

update github action
bdacac1

yym68686 commited on

Add .dockerignore
2008c62

yym68686 commited on

Fix the bug where an error is reported when loading the configuration file without api.yaml.
36471d2

yym68686 commited on

Support setting whether to poll for each API key separately.
b54a508

yym68686 commited on

🐛 Bug: Fix the bug in the Claude API URL determination algorithm.
d37cc67

yym68686 commited on

Automatically determine which engine to use.
7158ded

yym68686 commited on

Determine whether to use tools through the configuration file tools.
8748c7e

yym68686 commited on

Fix the issue where openrouter cannot use Gemini.
60cf2f7

yym68686 commited on

Fix the bug of tools search error.
819dd2f

yym68686 commited on

update docker-compose.yml
ad7d342

yym68686 commited on

Fix the bug that gets all model algorithms.
53fe560

yym68686 commited on

update github action
0535e92

yym68686 commited on

update README
39fa252

yym68686 commited on

update README
36613ef

yym68686 commited on

update cloudflare worker
8e650e8

yym68686 commited on

support cloudflare workers
9b32db2

yym68686 commited on

Fix the bug of model matching format error
783c658

yym68686 commited on

Support API key to filter models through wildcards.
b8a7df8

yym68686 commited on

Support assigning different models to different API keys
9410047

yym68686 commited on

Fix Claude response reception logic
3e3ea9a

yym68686 commited on