fix: 修复 NameError/状态污染/类型标注/统计; 补全练习与 main; 新增 config/.gitignore/requirements; 文档统一
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ OPENAI_API_KEY=your_openai_api_key_here
|
||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
||||
|
||||
# LLM 配置
|
||||
LLM_PROVIDER=anthropic # 或 openai
|
||||
LLM_MODEL=MiniMax-M2.7 # 或 gpt-4o
|
||||
LLM_MAX_TOKENS=8192
|
||||
LLM_PROVIDER=openai # 可选: openai / anthropic
|
||||
LLM_MODEL=gpt-4o-mini # 例如 gpt-4o / claude-3-5-sonnet-20241022
|
||||
LLM_MAX_TOKENS=4096
|
||||
|
||||
# RAG 配置
|
||||
RAG_CHROMA_PATH=./db/chroma
|
||||
|
||||
Reference in New Issue
Block a user