-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) · 967 Bytes
/
.env.example
File metadata and controls
37 lines (32 loc) · 967 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
32
33
34
35
36
37
# Multi-Agent AI Assistant Configuration
# Copy this file to .env and fill in your API keys
# ========================
# Core API Keys
# ========================
ANAM_API_KEY="NDd..."
ZEP_API_KEY="z_1d..."
CEREBRAS_API_KEY="csk-..." # Only LLM provider
SERPAPI_KEY="your_serpapi_key"
MEM0_API_KEY="your_mem0_api_key"
GROQ_API_KEY="your_groq_api_key"
# ========================
# Anam AI Configuration
# ========================
ANAM_API_BASE_URL=https://api.anam.ai
ANAM_AVATAR_ID=30....
ANAM_VOICE_ID=6bf...
# ========================
# Mem0 Configuration
# ========================
MEM0_ENABLED=true
MEM0_VERSION=v1.0
# ========================
# ChromaDB Configuration
# ========================
CHROMADB_COLLECTION_NAME=documents
CHROMADB_PERSIST_DIRECTORY=./data/chroma
# ========================
# Agent Configuration
# ========================
PRIMARY_LLM_MODEL=gpt-oss-120b-chat
AGENT_DOMAINS=["research","finance","travel","shopping","jobs","recipes"]