add llama.cpp go bindings

This commit is contained in:
Jeffrey Morgan 2023-07-03 16:32:48 -04:00
parent 76cb60d496
commit 6093a88c1a
18 changed files with 841 additions and 79 deletions

View file

@ -8,7 +8,7 @@ import (
"io"
"net/http"
"github.com/ollama/ollama/signature"
"github.com/jmorganca/ollama/signature"
)
type Client struct {