model相关参数和默认
This commit is contained in:
16
.env
Normal file
16
.env
Normal file
@ -0,0 +1,16 @@
|
||||
# LLM provider API keys
|
||||
OPENAI_API_KEY=
|
||||
ANTHROPIC_API_KEY=
|
||||
OPENROUTER_API_KEY=
|
||||
OPENROUTER_SITE_URL=
|
||||
OPENROUTER_APP_NAME=
|
||||
GEMINI_API_KEY=
|
||||
QWEN_API_KEY=
|
||||
DEEPSEEK_API_KEY="sk-657f0752a1564563be7ce35b6a0a7b46"
|
||||
|
||||
# Data import analysis defaults
|
||||
IMPORT_SUPPORTED_MODELS=openai:gpt-5,deepseek:deepseek-chat,openrouter:anthropic/claude-4.0-sonnet
|
||||
DEFAULT_IMPORT_MODEL=deepseek:deepseek-chat
|
||||
|
||||
# Service configuration
|
||||
IMPORT_GATEWAY_BASE_URL=http://localhost:8000
|
||||
Reference in New Issue
Block a user