mirror of
https://github.com/ParisNeo/ollama_proxy_server.git
synced 2025-09-06 05:12:14 +00:00
13 lines
218 B
INI
13 lines
218 B
INI
[DefaultServer]
|
|
url = http://localhost:11434
|
|
max_parallel_connections = 4
|
|
queue_size = 100
|
|
|
|
[SecondaryServer]
|
|
url = http://localhost:3002
|
|
max_parallel_connections = 3
|
|
queue_size = 100
|
|
|
|
# Add more servers as you need.
|
|
|