Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
|
@@ -12,6 +12,7 @@ class Settings(BaseSettings):
|
|
| 12 |
qdrant_url: str
|
| 13 |
qdrant_api_key: str
|
| 14 |
fastapi_api_key: str
|
|
|
|
| 15 |
|
| 16 |
class Config:
|
| 17 |
env_file = '.env'
|
|
|
|
| 12 |
qdrant_url: str
|
| 13 |
qdrant_api_key: str
|
| 14 |
fastapi_api_key: str
|
| 15 |
+
frontend_api_key: str
|
| 16 |
|
| 17 |
class Config:
|
| 18 |
env_file = '.env'
|