Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
InstaDeepAI
/
sentinel
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3fc6f6d
sentinel
/
.env.example
jeuko
Sync from GitHub (main)
8018595
verified
3 months ago
raw
Copy download link
history
blame
199 Bytes
# Rename this file to .env and fill in your API keys
GOOGLE_API_KEY
=
"your_google_api_key_here"
OPENAI_API_KEY
=
"your_openai_api_key_here"
# Local Ollama server
OLLAMA_BASE_URL
=http://localhost:
11434