mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
13 lines
300 B
Django/Jinja
13 lines
300 B
Django/Jinja
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 }}
|