summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 8472e66..1f06627 100644
--- a/config.py
+++ b/config.py
@@ -5,7 +5,7 @@ class Settings(BaseSettings):
ollama_host: str
model_name: str
database_url: str
- ollama_timeout: int
+ ollama_timeout: int = 120
class Config:
env_file = ".env"