mirror of
https://github.com/ParisNeo/ollama_proxy_server.git
synced 2025-09-05 20:40:07 +00:00
Update example.config.ini
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
[DefaultServer]
|
[DefaultServer]
|
||||||
url = http://localhost:11434
|
url = http://localhost:11434
|
||||||
max_parallel_connections = 4
|
max_parallel_connections = 4
|
||||||
|
queue_size = 100
|
||||||
|
|
||||||
[SecondaryServer]
|
[SecondaryServer]
|
||||||
url = http://localhost:3002
|
url = http://localhost:3002
|
||||||
max_parallel_connections = 3
|
max_parallel_connections = 3
|
||||||
|
queue_size = 100
|
||||||
|
|
||||||
# Add more servers as you need.
|
# Add more servers as you need.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user