Skip to content

Commit 6a2770a

Browse files
authored
Merge pull request #250 from CJackHwang/docs/update-readme-env-openai-compat-google-ai-studio
系统性重构文档:全面对齐 AIstudioProxyAPI 现有实现,提升用户易用性
2 parents ec9a4f4 + 14bf247 commit 6a2770a

7 files changed

Lines changed: 3231 additions & 84 deletions

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ PORT=2048
1212
DEFAULT_FASTAPI_PORT=2048
1313
DEFAULT_CAMOUFOX_PORT=9222
1414

15+
# Camoufox WebSocket 端点捕获超时(秒)
16+
ENDPOINT_CAPTURE_TIMEOUT=45
17+
1518
# 流式代理服务配置
1619
STREAM_PORT=3120
1720
# 设置为 0 禁用流式代理服务
@@ -59,6 +62,9 @@ AUTH_SAVE_TIMEOUT=30
5962
# 自动确认登录
6063
AUTO_CONFIRM_LOGIN=true
6164

65+
# 仅收集当前用户消息中的附件(true/false)
66+
ONLY_COLLECT_CURRENT_USER_ATTACHMENTS=false
67+
6268
# =============================================================================
6369
# 浏览器配置
6470
# =============================================================================

0 commit comments

Comments
 (0)