mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-10 01:44:42 +02:00
LiteLLM écoutait sur 127.0.0.1 uniquement — les pods k8s (10.42.x.x) ne pouvaient pas atteindre 192.168.10.1:4000, Open WebUI affichait "Aucun modèle disponible". Binding changé en 0.0.0.0 + nftables ouvert pour 192.168.10.0/24 et 10.42.0.0/16. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
466 B
YAML
15 lines
466 B
YAML
---
|
|
litellm_user: litellm
|
|
litellm_venv: /opt/litellm/venv
|
|
litellm_config_dir: /etc/litellm
|
|
|
|
litellm_host: "0.0.0.0" # toutes interfaces — pods k8s accèdent via 192.168.10.1:4000
|
|
litellm_port: 4000
|
|
litellm_master_key: "lm-studio"
|
|
|
|
# Clé Anthropic — vient du vault
|
|
litellm_anthropic_api_key: "{{ vault_anthropic_api_key }}"
|
|
|
|
# Endpoint llama-server sur gpu-01
|
|
litellm_local_llm_base_url: "http://192.168.10.20:1234/v1"
|
|
litellm_local_llm_api_key: "lm-studio"
|