There was an error while loading. Please reload this page.
1 parent 0b0059a commit 11ecc74Copy full SHA for 11ecc74
1 file changed
packages/nodejs/src/vat/vat-worker.ts
@@ -58,7 +58,9 @@ async function main(): Promise<void> {
58
fetch: {
59
urls: [
60
'http://localhost:11434/api/pull',
61
+ 'http://127.0.0.1:11434/api/pull',
62
'http://localhost:11434/api/generate',
63
+ 'http://127.0.0.1:11434/api/generate',
64
],
65
},
66
abort: undefined,
0 commit comments