IFX-sandbox / data /.env.example
aliss77777's picture
Upload folder using huggingface_hub
06cb2a3 verified
raw
history blame contribute delete
327 Bytes
# 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"