mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
add stablelm
This commit is contained in:
parent
f11cb26560
commit
4733de1c5d
4 changed files with 58 additions and 3 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue