chore: better defaults for parallel jobs

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-22 21:28:00 +02:00
parent 25bb3fb123
commit ddac344147
2 changed files with 7 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ func (o *options) SeparatedMultimodalModel() bool {
func defaultOptions() *options {
return &options{
parallelJobs: 1,
periodicRuns: 15 * time.Minute,
LLMAPI: llmOptions{
APIURL: "http://localhost:8080",