-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env.example
39 lines (35 loc) · 1.48 KB
/
.env.example
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
# Database settings
DB_CONNECTION=postgresql+psycopg://postgres:password@vector_db:5432/openagent
# LLM provider settings (at least one required)
# To get a Google Cloud Vertex project ID, visit: https://console.cloud.google.com/vertex-ai
VERTEX_PROJECT_ID=
# To get an OpenAI API key, sign up at: https://platform.openai.com/signup
OPENAI_API_KEY=
# To get an ANTHROPIC_API_KEY, visit: https://www.anthropic.com
ANTHROPIC_API_KEY=
# To get a Google Gemini API key, visit: https://ai.google.dev
GOOGLE_GEMINI_API_KEY=
# For Ollama, download and install from: https://github.com/ollama/ollama
OLLAMA_HOST=http://ollama:11434
# Optional API keys for additional features
# Get your Tavily API key at: https://www.tavily.com/
TAVILY_API_KEY=
# Get your Moralis API key at: https://moralis.io/
MORALIS_API_KEY=
# Register for a RootData API key at: https://www.rootdata.com/
ROOTDATA_API_KEY=
# Sign up for a CoinGecko API key at: https://www.coingecko.com/en/api/pricing
COINGECKO_API_KEY=
# RSS3 API URLs (default values provided, change if needed)
RSS3_DATA_API=https://gi.rss3.io
RSS3_SEARCH_API=https://devnet.rss3.io/search
# Chainlit OAuth settings (all fields must be set if using OAuth, otherwise leave them empty)
# For Auth0 setup, visit: https://docs.chainlit.io/authentication/oauth
CHAINLIT_AUTH_SECRET=
OAUTH_AUTH0_CLIENT_ID=
OAUTH_AUTH0_CLIENT_SECRET=
OAUTH_AUTH0_DOMAIN=
#run unit test concurrently
#run unit test with repeat count
#simplify test and report generation
#Change the current model settings