mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-10 12:37:48 +00:00
Use go-llama.cpp
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/charmbracelet/bubbles/viewport"
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
llama "github.com/go-skynet/llama/go"
|
||||
llama "github.com/go-skynet/go-llama.cpp"
|
||||
)
|
||||
|
||||
func startInteractive(l *llama.LLama, opts ...llama.PredictOption) error {
|
||||
|
||||
Reference in New Issue
Block a user