This website requires JavaScript.
Explore
Help
Sign In
GithubBackup
/
gemini-balance
Watch
1
Star
0
Fork
0
You've already forked gemini-balance
mirror of
https://github.com/snailyp/gemini-balance.git
synced
2026-05-12 02:19:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7827283d0ae31766fc0c49be6f402ae41e4bba68
gemini-balance
/
app
/
handler
History
zenyanbo
f58ae2b340
feat: add support for the
n
parameter in OpenAI-compatible requests. Now, when you make a request to the
/v1/chat/completions
endpoint with the
n
parameter, it will be correctly mapped to
candidateCount
in the Gemini API request, allowing you to receive multiple completions.
2025-08-11 17:39:18 +08:00
..
error_handler.py
refactor: 重构错误处理并优化路由与服务结构
2025-05-02 01:20:05 +08:00
message_converter.py
feat: 改进错误日志功能并优化应用初始化流程
2025-05-14 14:25:04 +08:00
response_handler.py
feat: add support for the
n
parameter in OpenAI-compatible requests. Now, when you make a request to the
/v1/chat/completions
endpoint with the
n
parameter, it will be correctly mapped to
candidateCount
in the Gemini API request, allowing you to receive multiple completions.
2025-08-11 17:39:18 +08:00
retry_handler.py
security: Implemented API key redaction for secure logging
2025-07-21 02:03:29 +08:00
stream_optimizer.py
chore:清理代码,移除不必要的注释和导入,优化日志记录和错误处理
2025-04-21 13:20:32 +08:00