chore: better defaults for parallel jobs (#76)
* chore: better defaults for parallel jobs Signed-off-by: mudler <mudler@localai.io> * chore(tests): add timeout --------- Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
25bb3fb123
commit
56cd0e05ca
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user