规定数据类型
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Application
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
FRONTEND_URL=http://localhost:5173
|
||||
|
||||
# Data Directory
|
||||
DATA_DIR=./data
|
||||
|
||||
# LLM API Keys (配置你使用的 LLM 提供商)
|
||||
OPENAI_API_KEY=your-openai-api-key
|
||||
ANTHROPIC_API_KEY=your-anthropic-api-key
|
||||
|
||||
# Optional: Custom LLM Provider Settings
|
||||
LLM_PROVIDER=openai # openai | anthropic | custom
|
||||
LLM_MODEL=gpt-4 # 根据你的 provider 选择合适的模型
|
||||
Reference in New Issue
Block a user