forked from ValueCell-ai/valuecell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
57 lines (45 loc) · 1.46 KB
/
.env.example
File metadata and controls
57 lines (45 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
# Application settings
APP_NAME=ValueCell
APP_VERSION=0.1.0
APP_ENVIRONMENT=development
API_DEBUG=true
# API settings
API_ENABLED=true
API_I18N_ENABLED=true
API_HOST=localhost
API_PORT=8000
# Supported languages: en_US, en_GB, zh-Hans, zh-Hant. You can interact with the agent in your preferred language
LANG=en-US
TIMEZONE=America/New_York
PYTHONIOENCODING=utf-8
# Agent Settings
AGENT_DEBUG_MODE=false
# Model Provider settings
# Get your key from: https://openrouter.ai/
OPENROUTER_API_KEY=
GOOGLE_API_KEY=
# Model IDs for OpenRouter
PLANNER_MODEL_ID=google/gemini-2.5-flash
SEC_PARSER_MODEL_ID=openai/gpt-4o-mini
SEC_ANALYSIS_MODEL_ID=deepseek/deepseek-chat-v3-0324
AI_HEDGE_FUND_PARSER_MODEL_ID=google/gemini-2.5-flash
RESEARCH_AGENT_MODEL_ID=google/gemini-2.5-flash
PRODUCT_MODEL_ID=anthropic/claude-haiku-4.5
# Embedding
EMBEDDER_API_KEY=
EMBEDDER_BASE_URL=
EMBEDDER_MODEL_ID=
EMBEDDER_DIMENSION=1568
# SEC Agent Configurations
# Email address for SEC API requests (required by SEC)
SEC_EMAIL=
# Set your https://xueqiu.com/ token if Yfinance data fetching is unstable.
# XUEQIU_TOKEN=
# TradingAgents Configurations
# refer to ./python/third_party/TradingAgents/.env.example for details
# OpenAI API Key - Required for LLM models and online data search
# Get your key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Finnhub API Key - Required for financial news and insider trading data
# Get your free key from: https://finnhub.io/register
FINNHUB_API_KEY=