Spaces:
Runtime error
Runtime error
Update app/core/config.py
Browse files- app/core/config.py +1 -1
app/core/config.py
CHANGED
|
@@ -15,7 +15,7 @@ class Settings(BaseSettings):
|
|
| 15 |
OPENAI_BASE_URL: str = os.getenv("OPENAI_BASE_URL", "https://api.openai.com/v1")
|
| 16 |
|
| 17 |
# Vector Store Settings
|
| 18 |
-
VECTOR_STORE_PATH: str = "
|
| 19 |
|
| 20 |
# LLM Settings
|
| 21 |
LLM_MODEL_NAME: str = "mistral-large-latest"
|
|
|
|
| 15 |
OPENAI_BASE_URL: str = os.getenv("OPENAI_BASE_URL", "https://api.openai.com/v1")
|
| 16 |
|
| 17 |
# Vector Store Settings
|
| 18 |
+
VECTOR_STORE_PATH: str = "/app/data"
|
| 19 |
|
| 20 |
# LLM Settings
|
| 21 |
LLM_MODEL_NAME: str = "mistral-large-latest"
|