-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
39 lines (32 loc) · 1.42 KB
/
.env.example
File metadata and controls
39 lines (32 loc) · 1.42 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
# ============================================================
# NemoFish — Environment Configuration
# Copy this file to .env and fill in your API keys
# ============================================================
# ===== LLM API (supports any OpenAI SDK compatible endpoint) =====
# We use NVIDIA NIM with DeepSeek V3.2 (685B reasoning model)
# Get a free key: https://build.nvidia.com/
LLM_API_KEY=your_llm_api_key_here
LLM_BASE_URL=https://integrate.api.nvidia.com/v1
LLM_MODEL_NAME=deepseek-ai/deepseek-v3.2
# ===== Boost LLM (faster model for lightweight tasks) =====
# Optional — omit if not needed
LLM_BOOST_API_KEY=your_boost_api_key_here
LLM_BOOST_BASE_URL=https://integrate.api.nvidia.com/v1
LLM_BOOST_MODEL_NAME=qwen/qwen3.5-32b
# ===== Zep Memory Graph =====
# Free tier: https://app.getzep.com/
ZEP_API_KEY=your_zep_api_key_here
# ===== Sports Data APIs =====
# api-tennis.com — Live scores, fixtures, head-to-head
API_TENNIS_KEY=your_api_tennis_key_here
# Sportradar — Rankings, player profiles, probabilities
# https://developer.sportradar.com/
SPORTRADAR_API_KEY=your_sportradar_key_here
# The Odds API — Real-time betting odds from 15+ bookmakers
# https://the-odds-api.com/
ODDS_API_KEY=your_odds_api_key_here
# ===== Polymarket CLOB (Live Trading) =====
# https://docs.polymarket.com/
POLYMARKET_API_KEY=your_polymarket_api_key_here
POLYMARKET_WALLET=your_wallet_address_here
POLYMARKET_PRIVATE_KEY=your_private_key_here