mirror of
https://github.com/TheSmallHanCat/flow2api.git
synced 2026-07-01 02:04:34 +08:00
fix: improve gemini compatibility and cache flow
1. add Gemini /models and /v1beta/models discovery endpoints for newapi compatibility 2. persist tmp cache in Docker and lock cache_timeout=0 behavior with regression tests 3. refine image generation status flow to show captcha verification after uploads
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
- "38000:8000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./tmp:/app/tmp
|
||||
- ./config/setting_warp.toml:/app/config/setting.toml
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
|
||||
Reference in New Issue
Block a user