nomyo-router/test/config_test.yaml

18 lines
348 B
YAML
Raw Normal View History

2026-05-15 16:43:12 +02:00
endpoints:
- http://192.168.0.51:12434
llama_server_endpoints:
- http://192.168.0.51:12434/v1
2026-06-14 16:34:31 +02:00
llama_swap_endpoints:
- http://192.168.0.51:12435/v1
2026-05-15 16:43:12 +02:00
max_concurrent_connections: 2
api_keys:
"http://192.168.0.51:12434": "ollama"
"http://192.168.0.51:12434/v1": "llama"
2026-06-14 16:34:31 +02:00
"http://192.168.0.51:12435/v1": "llama-swap"
2026-05-15 16:43:12 +02:00
cache_enabled: false