二次重构,加入预设模板

This commit is contained in:
2026-03-09 10:06:21 +08:00
parent 7071b1f730
commit dc9e4bd0ef
77 changed files with 1729 additions and 8760 deletions

View File

@@ -1,9 +1,9 @@
{
"llm": {
"provider": "openai",
"api_key": "your_api_key_here",
"base_url": "https://api.openai.com/v1",
"model": "gpt-4",
"api_key": "sk-c44i1hy64xgzwox6x08o4zug93frq6rgn84oqugf2pje1tg4",
"base_url": "https://api.xiaomimimo.com/v1",
"model": "mimo-v2-flash",
"timeout": 120,
"max_retries": 3,
"temperature": 0.7,