mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
15 lines
448 B
YAML
15 lines
448 B
YAML
---
|
|
litellm_user: litellm
|
|
litellm_venv: /opt/litellm/venv
|
|
litellm_config_dir: /etc/litellm
|
|
|
|
litellm_host: "127.0.0.1" # loopback — Hermes est sur la même machine
|
|
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"
|