fix start_streaming_task conversation Vec, remove dead code, plumbing for extensions
This commit is contained in:
parent
dc65c3274f
commit
2a75c9064f
8 changed files with 123 additions and 78 deletions
|
|
@ -61,6 +61,10 @@ stop_button = "#dc3545"
|
|||
[ollama]
|
||||
url = "http://localhost:11434"
|
||||
timeout_seconds = 120
|
||||
|
||||
[streaming]
|
||||
batch_size = 20
|
||||
batch_timeout_ms = 100
|
||||
```
|
||||
|
||||
## Building
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue