assmdx

Results 15 comments of assmdx

@transitive-bullshit the code is : ``` import { ChatGPTAPI } from "chatgpt" import Keyv from "keyv" import express from "express" import bodyParser from "body-parser" const chatgptApi = new ChatGPTAPI({ apiKey:...

res.id is still not work. what does res.id and res.parentMessageId means? Whether I use the reply.parentMessageId or reply.id as the next request's parentMessageId, chatgpt can always dont know what I...

> @maciej-trebacz @BigBroFinch may be due to the differences in the ChatGPT webapp's behavior versus the behavior of the Chat completions API. I'd love to try and improve support here,...

may be using the offical API is the best way now: https://platform.openai.com/docs/guides/chat