forked from aidatatools/quant-python-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
46 lines (38 loc) · 1.19 KB
/
env.example
File metadata and controls
46 lines (38 loc) · 1.19 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# -----------------------------
# LLM Provider (OpenAI-compatible)
# -----------------------------
# Supported:
# - openai (OPENAI_API_KEY)
# - openrouter (OPENROUTER_API_KEY, base_url=https://openrouter.ai/api/v1)
LLM_PROVIDER=openai
# Default model used by the selected provider (optional)
# Examples:
# openai: gpt-4o-mini
# openrouter: openai/gpt-4o-mini
LLM_MODEL=
# Cost / reliability controls
LLM_TEMPERATURE=0.2
LLM_MAX_TOKENS=900
# API keys
OPENAI_API_KEY=your-openai-api-key
OPENROUTER_API_KEY=your-openrouter-api-key
# Optional (recommended by OpenRouter)
OPENROUTER_SITE_URL=
OPENROUTER_APP_NAME=quant-python-ai
# -----------------------------
# Web Search (Tavily)
# -----------------------------
TAVILY_API_KEY=your-tavily-api-key
# -----------------------------
# Taiwan Market Data (FinMind)
# -----------------------------
FINMIND_API_KEY=your-finmind-api-key
# -----------------------------
# FinLab 量化回測平台
# -----------------------------
FINLAB_API_TOKEN=your-finlab-api-token
# -----------------------------
# Kimi / Moonshot AI
# -----------------------------
# 取得 API Key:https://platform.moonshot.cn/console/api-keys
MOONSHOT_API_KEY=your-moonshot-api-key