-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
80 lines (68 loc) · 3.1 KB
/
Copy path.env.example
File metadata and controls
80 lines (68 loc) · 3.1 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# =============================================================================
# OPSIIE 0.3.80 XP — Environment configuration example
# =============================================================================
# Copy to ".env" in the repository root and fill in values. Never commit ".env".
# HUGGINGFACE_API_KEY or HF_TOKEN is required for /imagine (see OPSIIE_0_3_80_XP.py).
# =============================================================================
# DATABASE (optional globals; per-user DB lives in kun.py db_params)
# =============================================================================
DB_NAME=mnemonic_computer
DB_USER=your_postgres_username
DB_PASSWORD=your_postgres_password
DB_HOST=localhost
DB_PORT=5432
MEMORY_DB_NAME=memory_agent
MEMORY_DB_USER=your_postgres_username
MEMORY_DB_PASSWORD=your_postgres_password
MEMORY_DB_HOST=localhost
MEMORY_DB_PORT=5432
# =============================================================================
# AI MODEL APIs
# =============================================================================
OPENAI_API_KEY=sk-your_openai_api_key_here
ORG_ID=org-your_org_id_here
NYX_ASSISTANT_ID=your_nyx_assistant_id_here
GOOGLE_API_KEY=your_google_api_key_here
# Hugging Face Inference API — required for default /imagine pipeline
HUGGINGFACE_API_KEY=hf_your_huggingface_token_here
# HF_TOKEN=hf_alternate_name_some_tools_use
ELEVENLABS_API_KEY=your_elevenlabs_api_key_here
# =============================================================================
# VOICE
# =============================================================================
VOICE_ID=your_primary_voice_id_here
NYX_VOICE_ID=your_nyx_voice_id_here
G1_VOICE_ID=your_g1_voice_id_here
G1_VOICE_LIVE=your_g1_voice_live_agent_id_here
KRONOS_LIVE=your_kronos_live_agent_id_here
# =============================================================================
# WEB3 (required only when using Web3 commands)
# =============================================================================
AGENT_PRIVATE_KEY=your_private_key_here
BASE_RPC_URL=https://mainnet.base.org
ETHEREUM_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/your_alchemy_key
POLYGON_RPC_URL=https://polygon-rpc.com
ETHERSCAN_API_KEY=your_etherscan_api_key_here
POLYGONSCAN_API_KEY=your_polygonscan_api_key_here
BASESCAN_API_KEY=your_basescan_api_key_here
# =============================================================================
# EMAIL
# =============================================================================
SENDER_EMAIL=your_email@gmail.com
SENDER_PASSWORD=your_app_password_here
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
SMTP_USE_TLS=True
IMAP_SERVER=imap.gmail.com
IMAP_PORT=993
IMAP_USE_SSL=True
# =============================================================================
# SCIENTIFIC
# =============================================================================
NCBI_EMAIL=your_email@example.com
# =============================================================================
# OLLAMA
# =============================================================================
OLLAMA_HOST=http://localhost:11434
OLLAMA_MODEL=llama3
OLLAMA_EMBED_MODEL=nomic-embed-text