mirror of
https://github.com/ollama/ollama.git
synced 2025-08-08 12:52:06 +02:00
make the modelfile path relative for ollama create
(#8380)
This commit is contained in:
@@ -747,7 +747,7 @@ MESSAGE assistant Hi! How are you?
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
actual, err := p.CreateRequest()
|
||||
actual, err := p.CreateRequest("")
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
@@ -816,7 +816,7 @@ func TestCreateRequestFiles(t *testing.T) {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
actual, err := p.CreateRequest()
|
||||
actual, err := p.CreateRequest("")
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user