forked from ajanraj/OpenChat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (34 loc) · 1.55 KB
/
Copy path.env.example
File metadata and controls
36 lines (34 loc) · 1.55 KB
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
NEXT_PUBLIC_BASE_URL="your_site_url"
MISTRAL_API_KEY="your_api_key"
OPENROUTER_API_KEY="your_api_key"
NODE_ENV = "development"
OPENAI_API_KEY = "your_api_key"
GOOGLE_GENERATIVE_AI_API_KEY = "your_api_key"
GROQ_API_KEY = "your_api_key"
ANTHROPIC_API_KEY = "your_api_key"
XAI_API_KEY= "your_api_key"
NIM_API_KEY="your_api_key"
EXA_API_KEY="your_api_key"
FAL_API_KEY="your_api_key"
COMPOSIO_API_KEY="your_composio_api_key"
# Upstash Redis for caching Composio tools
UPSTASH_REDIS_REST_URL="your_upstash_redis_rest_url"
UPSTASH_REDIS_REST_TOKEN="your_upstash_redis_rest_token"
# Composio Auth Config IDs (configure these in Composio dashboard)
NEXT_PUBLIC_GMAIL_AUTH_CONFIG_ID="your_gmail_auth_config_id"
NEXT_PUBLIC_CALENDAR_AUTH_CONFIG_ID="your_calendar_auth_config_id"
NEXT_PUBLIC_NOTION_AUTH_CONFIG_ID="your_notion_auth_config_id"
NEXT_PUBLIC_GOOGLE_DRIVE_AUTH_CONFIG_ID="your_google_drive_auth_config_id"
NEXT_PUBLIC_GOOGLE_DOCS_AUTH_CONFIG_ID="your_google_docs_auth_config_id"
NEXT_PUBLIC_GOOGLE_SHEETS_AUTH_CONFIG_ID="your_google_sheets_auth_config_id"
NEXT_PUBLIC_SLACK_AUTH_CONFIG_ID="your_slack_auth_config_id"
NEXT_PUBLIC_LINEAR_AUTH_CONFIG_ID="your_linear_auth_config_id"
NEXT_PUBLIC_GITHUB_AUTH_CONFIG_ID="your_github_auth_config_id"
NEXT_PUBLIC_TWITTER_AUTH_CONFIG_ID="your_twitter_auth_config_id"
NEXT_PUBLIC_POSTHOG_KEY=posthog_key
NEXT_PUBLIC_POSTHOG_HOST=posthog_host
CONVEX_DEPLOYMENT=convex deployment team
NEXT_PUBLIC_CONVEX_URL=convex cloud url
NEXT_PUBLIC_UMAMI_SCRIPT_URL=umami url for analytics
NEXT_PUBLIC_UMAMI_WEBSITE_ID=umami website id
DEFAULT_SEARCH_PROVIDER=exa