Update index.mjs
This commit is contained in:
parent
b47a0e34a1
commit
a6608ffa06
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { promisify } from 'util';
|
||||||
// Promisify exec for using async/await
|
// Promisify exec for using async/await
|
||||||
const execPromise = promisify(exec);
|
const execPromise = promisify(exec);
|
||||||
|
|
||||||
const modelfilePath = "/Volumes/AGI/agi"
|
const modelfilePath = "/Volumes/AGI/agi-mf"
|
||||||
|
|
||||||
const modelID = "sparksammy/agsamantha"
|
const modelID = "sparksammy/agsamantha"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue