Initial commit: jaspersoft-agent-learn teaching project
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 环境变量配置
|
||||
|
||||
# LLM API 配置
|
||||
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
|
||||
|
||||
# RAG 配置
|
||||
RAG_CHROMA_PATH=./db/chroma
|
||||
RAG_COLLECTION_NAME=jrxml_chunks
|
||||
RAG_EMBED_MODEL=sentence-transformers/all-MiniLM-L6-v2
|
||||
|
||||
# 验证服务
|
||||
VALIDATION_SERVICE_URL=http://localhost:8001
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user