Niansuh commited on
Commit
3073084
·
verified ·
1 Parent(s): ac71c27

Update api/config.py

Browse files
Files changed (1) hide show
  1. api/config.py +4 -1
api/config.py CHANGED
@@ -79,8 +79,11 @@ MODEL_MAPPING.update(MODEL_ALIASES)
79
 
80
  ALLOWED_MODELS = MODELS # You can adjust this if you want to restrict further
81
 
82
- # If GizAI requires any agent modes or other configurations, add them here
83
  AGENT_MODE = {}
84
  TRENDING_AGENT_MODE = {}
85
  MODEL_PREFIXES = {}
86
  MODEL_REFERERS = {}
 
 
 
 
79
 
80
  ALLOWED_MODELS = MODELS # You can adjust this if you want to restrict further
81
 
82
+ # Agent modes
83
  AGENT_MODE = {}
84
  TRENDING_AGENT_MODE = {}
85
  MODEL_PREFIXES = {}
86
  MODEL_REFERERS = {}
87
+
88
+ # **Authentication Secret**
89
+ APP_SECRET = os.getenv("APP_SECRET")