Pull Model Command (#125)
* Add: Pull Model Command * Fix: Missing ollama mock for PullModel
This commit is contained in:
@@ -17,7 +17,7 @@ const client = new Client({
|
||||
});
|
||||
|
||||
// initialize connection to ollama container
|
||||
const ollama = new Ollama({
|
||||
export const ollama = new Ollama({
|
||||
host: `http://${Keys.ipAddress}:${Keys.portAddress}`,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user