change github.com/jmorganca/ollama to github.com/ollama/ollama (#3347)

This commit is contained in:
Patrick Devine 2024-03-26 13:04:17 -07:00 committed by GitHub
parent 29715dbca7
commit 1b272d5bcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 115 additions and 115 deletions

View file

@ -15,10 +15,10 @@ import (
"github.com/stretchr/testify/assert"
"github.com/jmorganca/ollama/api"
"github.com/jmorganca/ollama/llm"
"github.com/jmorganca/ollama/parser"
"github.com/jmorganca/ollama/version"
"github.com/ollama/ollama/api"
"github.com/ollama/ollama/llm"
"github.com/ollama/ollama/parser"
"github.com/ollama/ollama/version"
)
func Test_Routes(t *testing.T) {