Update index.mjs

This commit is contained in:
The Ghost of FOSS' Future 2024-09-23 15:27:13 -05:00 committed by GitHub
parent b47a0e34a1
commit a6608ffa06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"