mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 07:54: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
13
ansible/roles/hermes_agent/templates/config.yaml.j2
Normal file
13
ansible/roles/hermes_agent/templates/config.yaml.j2
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
model:
|
||||
provider: lmstudio
|
||||
base_url: "{{ hermes_lm_base_url }}"
|
||||
default: "{{ hermes_model }}"
|
||||
context_length: {{ hermes_context_length }}
|
||||
|
||||
auxiliary:
|
||||
compression:
|
||||
context_length: {{ hermes_context_length }}
|
||||
|
||||
gateway:
|
||||
host: "{{ hermes_gateway_host }}"
|
||||
port: {{ hermes_gateway_port }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue