File size: 327 Bytes
06cb2a3
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# OpenAI API credentials
OPENAI_API_KEY="your_openai_api_key_here"
OPENAI_MODEL="gpt-4o"

# Neo4j Aura database credentials
AURA_CONNECTION_URI="your_neo4j_uri_here"
AURA_USERNAME="your_neo4j_username_here"
AURA_PASSWORD="your_neo4j_password_here"

# Optional: Zep memory service (if using)
ZEP_API_KEY="your_zep_api_key_here"