Niansuh commited on
Commit
c940497
·
verified ·
1 Parent(s): f8bb2ed

Update api/config.py

Browse files
Files changed (1) hide show
  1. api/config.py +0 -4
api/config.py CHANGED
@@ -5,10 +5,6 @@ load_dotenv()
5
 
6
  APP_SECRET = os.getenv("APP_SECRET")
7
 
8
- # GizAI Base URL and API Endpoint
9
- GIZAI_BASE_URL = "https://app.giz.ai"
10
- GIZAI_API_ENDPOINT = f"{GIZAI_BASE_URL}/api/data/users/inferenceServer.infer"
11
-
12
  # Allowed models
13
  ALLOWED_MODELS = [
14
  {"id": "chat-gemini-flash", "name": "chat-gemini-flash"},
 
5
 
6
  APP_SECRET = os.getenv("APP_SECRET")
7
 
 
 
 
 
8
  # Allowed models
9
  ALLOWED_MODELS = [
10
  {"id": "chat-gemini-flash", "name": "chat-gemini-flash"},