Skip to content

Commit 11ecc74

Browse files
committed
feat(nodejs): Expand host name
1 parent 0b0059a commit 11ecc74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/nodejs/src/vat/vat-worker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ async function main(): Promise<void> {
5858
fetch: {
5959
urls: [
6060
'http://localhost:11434/api/pull',
61+
'http://127.0.0.1:11434/api/pull',
6162
'http://localhost:11434/api/generate',
63+
'http://127.0.0.1:11434/api/generate',
6264
],
6365
},
6466
abort: undefined,

0 commit comments

Comments
 (0)