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-07-16 01:43:22 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f58ae2b340a610efcff7e16c28cd56a2b65f0f24
gemini-balance
/
app
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
..
config
…
core
…
database
…
domain
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
exception
…
handler
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
log
…
middleware
…
router
fix: 修复以第一个key获取模型列表,如果key失效将无法获取模型的问题
2025-07-25 17:07:15 +08:00
scheduler
…
service
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
static
feat(keys): 按错误码分组展示校验失败的密钥
2025-07-25 16:44:27 +08:00
templates
…
utils
…
main.py
…