Update example.config.ini

This commit is contained in:
Saifeddine ALOUI
2025-06-23 16:47:49 +02:00
committed by GitHub
parent cfcdf96882
commit dbc9e6bfb1

View File

@@ -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.