model相关参数和默认

This commit is contained in:
zhaoawd
2025-10-29 23:43:26 +08:00
parent a78c8b9446
commit 2d158750fa
3 changed files with 59 additions and 2 deletions

16
.env Normal file
View 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