Spaces:
Running
Running
Update app/config.py
Browse files- app/config.py +1 -1
app/config.py
CHANGED
@@ -6,7 +6,7 @@ class Settings(BaseSettings):
|
|
6 |
API_KEYS: List[str]
|
7 |
ALLOWED_TOKENS: List[str]
|
8 |
BASE_URL: str
|
9 |
-
MODEL_SEARCH: List[str] = ["gemini-2.0-flash-exp"]
|
10 |
|
11 |
class Config:
|
12 |
env_file = ".env"
|
|
|
6 |
API_KEYS: List[str]
|
7 |
ALLOWED_TOKENS: List[str]
|
8 |
BASE_URL: str
|
9 |
+
MODEL_SEARCH: List[str] = []# ["gemini-2.0-flash-exp"]
|
10 |
|
11 |
class Config:
|
12 |
env_file = ".env"
|