Skip to content

Instantly share code, notes, and snippets.

View iamrony777's full-sized avatar
🍥
Dattebayo!

Ronit Sarkar iamrony777

🍥
Dattebayo!
View GitHub Profile
// set type: module in package.json to use import statements
import Keyv from 'keyv' // https://www.npmjs.com/package/keyv
import { ChatGPTAPI } from "chatgpt"; // https://www.npmjs.com/package/chatgpt
// Set REDIS_URL to your Redis URL
const messageStore = new Keyv(`sqlite://history.db`)
import { v4, validate } from 'uuid'
/**