fix: 修复 NameError/状态污染/类型标注/统计; 补全练习与 main; 新增 config/.gitignore/requirements; 文档统一

This commit is contained in:
agent
2026-06-02 13:44:46 +08:00
parent ef876a22d1
commit 908431e25f
23 changed files with 919 additions and 77 deletions
+3 -3
View File
@@ -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