Update model server URL to remove port specification

This commit is contained in:
Mikhail Yevchenko
2026-05-21 18:50:41 +00:00
parent 170571714f
commit 3898a8a651
+1 -1
View File
@@ -5,7 +5,7 @@ import os
from vastai import Worker, WorkerConfig, HandlerConfig, LogActionConfig, BenchmarkConfig
# Ollama model configuration
MODEL_SERVER_URL = 'http://127.0.0.1:11434'
MODEL_SERVER_URL = 'http://127.0.0.1'
MODEL_SERVER_PORT = 11434
MODEL_LOG_FILE = '/var/log/onstart.log'
MODEL_HEALTHCHECK_ENDPOINT = "/"