update endpoint
This commit is contained in:
@@ -8,15 +8,15 @@
|
|||||||
"endpoint": [
|
"endpoint": [
|
||||||
{
|
{
|
||||||
"name": "openai",
|
"name": "openai",
|
||||||
"base_url": "https://app.factory.ai/api/llm/o/v1/responses"
|
"base_url": "https://api.factory.ai/api/llm/o/v1/responses"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "anthropic",
|
"name": "anthropic",
|
||||||
"base_url": "https://app.factory.ai/api/llm/a/v1/messages"
|
"base_url": "https://api.factory.ai/api/llm/a/v1/messages"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "common",
|
"name": "common",
|
||||||
"base_url": "https://app.factory.ai/api/llm/o/v1/chat/completions"
|
"base_url": "https://api.factory.ai/api/llm/o/v1/chat/completions"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"proxies": [],
|
"proxies": [],
|
||||||
@@ -58,6 +58,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dev_mode": false,
|
"dev_mode": false,
|
||||||
"user_agent": "factory-cli/0.22.2",
|
"user_agent": "factory-cli/0.25.1",
|
||||||
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\n"
|
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\n"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "droid2api",
|
"name": "droid2api",
|
||||||
"version": "1.3.5",
|
"version": "1.3.6",
|
||||||
"description": "OpenAI Compatible API Proxy",
|
"description": "OpenAI Compatible API Proxy",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user