-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Deno.run has been deprecated and replaced with Deno.command. See https://deno.land/api@v1.35.2?s=Deno.Command
I did try fixing it in a fork, but when I checked the current code out it would give me this error message even before I changed any code:
(No message passed)
{
"error": {
"message": "[] is too short - 'messages'",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
Failed to parse message TypeError: Cannot read properties of undefined (reading '0')
at Object.next (file:///C:/Users/paul/Downloads/shellgpt/ShellGPT/lib/ai.ts:150:31)
at eventLoopTick (ext:core/01_core.js:183:11)
at async file:///C:/Users/paul/Downloads/shellgpt/ShellGPT/mod.ts:537:34
Metadata
Metadata
Assignees
Labels
No labels