mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
Use go-llama.cpp
This commit is contained in:
parent
b7c0a108f5
commit
b33d015b8c
6 changed files with 12 additions and 32 deletions
2
api.go
2
api.go
|
@ -6,7 +6,7 @@ import (
|
|||
"strconv"
|
||||
"sync"
|
||||
|
||||
llama "github.com/go-skynet/llama/go"
|
||||
llama "github.com/go-skynet/go-llama.cpp"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/gofiber/fiber/v2/middleware/filesystem"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue