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-17 18:42:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
40c9689eae50e4c56bb4062e6551dee013a325c5
gemini-balance
/
app
History
snaily
40c9689eae
Merge pull request
#249
from sanjusss:fix_248
...
fix
#248
2025-08-16 03:08:16 +08:00
..
config
Support custom admin session expire via ADMIN_SESSION_EXPIRE env
2025-07-21 12:16:25 +08:00
core
…
database
…
domain
Merge pull request
#300
from zenyanbo/main
2025-08-16 01:06: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
feat: Add Gemini API embeddings compatibility with embedContent and batchEmbedContents methods
2025-07-30 02:28:53 +08:00
middleware
…
router
feat: Add Gemini API embeddings compatibility with embedContent and batchEmbedContents methods
2025-07-30 02:28:53 +08:00
scheduler
…
service
Merge pull request
#249
from sanjusss:fix_248
2025-08-16 03:08:16 +08:00
static
feat(keys): 按错误码分组展示校验失败的密钥
2025-07-25 16:44:27 +08:00
templates
Merge pull request
#244
from icesixgod:feature/proxy-health-check
2025-07-25 12:16:08 +08:00
utils
…
main.py
…