mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 15:24:42 +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
12
ansible/roles/hermes_agent/defaults/main.yml
Normal file
12
ansible/roles/hermes_agent/defaults/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
hermes_user: hermes
|
||||
hermes_home: /opt/hermes
|
||||
hermes_data_dir: /srv/data/hermes
|
||||
|
||||
hermes_lm_base_url: "http://127.0.0.1:4000/v1"
|
||||
hermes_lm_api_key: "lm-studio"
|
||||
hermes_model: "hermes-default"
|
||||
hermes_context_length: 65536
|
||||
|
||||
hermes_gateway_port: 8080
|
||||
hermes_gateway_host: "0.0.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue