-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 942 Bytes
/
.env.example
File metadata and controls
31 lines (25 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# General Configuration
# Options: openai, deepseek, github, moonshot, gemini
LLM_PROVIDER=deepseek
# Data Provider
TUSHARE_TOKEN=your_tushare_token_here
# OpenAI Configuration
LLM_OPENAI_API_KEY=your_openai_api_key
LLM_OPENAI_BASE_URL=https://api.openai.com/v1
LLM_OPENAI_MODEL_NAME=gpt-4o-mini
# DeepSeek Configuration
LLM_DEEPSEEK_API_KEY=your_deepseek_api_key
LLM_DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
LLM_DEEPSEEK_MODEL_NAME=deepseek-chat
# GitHub Models Configuration
LLM_GITHUB_API_KEY=your_github_token
LLM_GITHUB_BASE_URL=https://models.inference.ai.azure.com
LLM_GITHUB_MODEL_NAME=gpt-4o-mini
# Moonshot Configuration
LLM_MOONSHOT_API_KEY=your_moonshot_api_key
LLM_MOONSHOT_BASE_URL=https://api.moonshot.cn/v1
LLM_MOONSHOT_MODEL_NAME=moonshot-v1-32k
# Gemini Configuration
LLM_GEMINI_API_KEY=your_gemini_api_key
LLM_GEMINI_BASE_URL=https://generativelanguage.googleapis.com/v1beta
LLM_GEMINI_MODEL_NAME=gemini-1.5-pro