forked from togethercomputer/MoA
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (25 loc) · 1.09 KB
/
env.example
File metadata and controls
30 lines (25 loc) · 1.09 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
# MoA Chatbot Configuration
# Copy this file to .env and update with your values
# API Keys
GROQ_API_KEY=your_groq_api_key
OPENAI_API_KEY=your_openai_api_key
DEBUG=0
# Application Configuration
APP_NAME=MoA Chatbot
APP_DESCRIPTION=Mixture of Agents
# IMPORTANT: Branding Protection License
# The original branding (Tarek Tarabichi and 2TInteractive) MUST be retained
# as required by the license. You may add your own branding alongside it.
# Custom Branding (Optional - Added alongside required branding)
# Set these to add your own branding (will appear alongside required branding)
CUSTOM_DEVELOPER_NAME=
CUSTOM_COMPANY_NAME=
CUSTOM_COMPANY_URL=
CUSTOM_COMPANY_LOGO=
# Legacy variables (kept for compatibility, but always use required branding)
# These are automatically set to required values and cannot be changed
# DEVELOPER_NAME=Tarek Tarabichi (required, cannot be changed)
# COMPANY_NAME=2TInteractive (required, cannot be changed)
# COMPANY_URL=https://2tinteractive.com (required, cannot be changed)
# GITHUB_USERNAME=LebToki (required, cannot be changed)
# GITHUB_REPO=MoA (can be customized if forking)