add stablelm

This commit is contained in:
derpystuff 2023-04-21 21:14:38 +02:00
parent f11cb26560
commit 4733de1c5d
4 changed files with 58 additions and 3 deletions

View file

@ -22,7 +22,7 @@ module.exports = {
}
],
run: async (context, args) => {
const MODEL = "replicate:alpaca-7b"
const MODEL = "replicate:replicate/alpaca-7b"
try{
let s = Date.now()
await context.respond({data: {}, type: InteractionCallbackTypes.DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE})