mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
No need to set 0 for default context anymore
This commit is contained in:
parent
37660eeb6d
commit
2ce1d51ad5
2 changed files with 2 additions and 2 deletions
2
api.go
2
api.go
|
@ -10,7 +10,7 @@ import (
|
|||
func api(model, listenAddr string, threads int) error {
|
||||
app := fiber.New()
|
||||
|
||||
l, err := llama.New(model, 0)
|
||||
l, err := llama.New(model)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue