fix api endpoint in librechat

This commit is contained in:
2025-07-29 18:54:07 +02:00
parent 8386e21722
commit f0f9cb4d34

View File

@@ -61,7 +61,7 @@ spec:
modelDisplayLabel: "Ollama" modelDisplayLabel: "Ollama"
- name: "Llama.cpp" - name: "Llama.cpp"
apiKey: "llama" apiKey: "llama"
baseURL: "http://llama.llama.svc.cluster.local:11434/v1/chat/completions" baseURL: "http://llama.llama.svc.cluster.local:11434/v1"
models: models:
default: [ default: [
"DeepSeek-R1-0528-Qwen3-8B-GGUF", "DeepSeek-R1-0528-Qwen3-8B-GGUF",