398564a9f8
- main.rs:DEFAULT_GAME_CREATOR_LLM_MODEL 改用官方占位标识 platform-default - game-creator.config.json:首启模板 llm.model 同步为 platform-default - check-config.mjs 与客户端测试同步该口径,去掉已退役模型名的断言
23 lines
577 B
JSON
23 lines
577 B
JSON
{
|
|
"schemaVersion": "game-creator-config.v2",
|
|
"agentMode": "codex_app_server",
|
|
"llm": {
|
|
"customEnabled": false,
|
|
"visibleModels": [],
|
|
"apiKey": "",
|
|
"baseUrl": "https://dev.genarrative.world/gpt/v1",
|
|
"model": "platform-default",
|
|
"apiKind": "openai_responses",
|
|
"reasoningEffort": "max",
|
|
"stream": true,
|
|
"webSearchEnabled": true,
|
|
"contextWindowTokens": 128000,
|
|
"autoCompactTokenLimit": 64000,
|
|
"toolOutputTokenLimit": 12000,
|
|
"requestTimeoutMs": 180000,
|
|
"maxRetries": 10,
|
|
"retryBackoffMs": 500
|
|
},
|
|
"agentLlm": {}
|
|
}
|