mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-14 06:14:43 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
15
ansible/roles/litellm/defaults/main.yml
Normal file
15
ansible/roles/litellm/defaults/main.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue