现在官方会对ip地址进行限速,所以增加代理服务器功能

This commit is contained in:
1e0n
2025-10-24 12:34:21 +08:00
parent c60a12064c
commit 7d037a6e9a
9 changed files with 188 additions and 13 deletions

View File

@@ -19,6 +19,7 @@
"base_url": "https://app.factory.ai/api/llm/o/v1/chat/completions"
}
],
"proxies": [],
"models": [
{
"name": "Opus 4.1",
@@ -57,6 +58,6 @@
}
],
"dev_mode": false,
"user_agent": "factory-cli/0.20.0",
"user_agent": "factory-cli/0.22.2",
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\n"
}