fix: thesis rewriter now routes to vLLM when provider is vllm
- thesis_llm.py: add _call_vllm_thesis() using /v1/chat/completions - thesis_llm.py: check resolved model_provider and route accordingly - values.yaml: set OLLAMA_BASE_URL to http://10.1.1.12:2701
This commit is contained in:
@@ -174,7 +174,7 @@ config:
|
||||
REDIS_DB: "0"
|
||||
MINIO_ENDPOINT: "minio.minio-service.svc.cluster.local:80"
|
||||
MINIO_SECURE: "false"
|
||||
OLLAMA_BASE_URL: "http://ollama.ollama-service.svc.cluster.local:11434"
|
||||
OLLAMA_BASE_URL: "http://10.1.1.12:2701"
|
||||
OLLAMA_MODEL: "qwen3.5:9b-fast"
|
||||
OLLAMA_TIMEOUT: "240"
|
||||
OLLAMA_MAX_RETRIES: "2"
|
||||
|
||||
Reference in New Issue
Block a user