chatapi-single icon indicating copy to clipboard operation
chatapi-single copied to clipboard

Simple and powerful ChatGPT-API-Server

Results 16 chatapi-single issues
Sort by recently updated
recently updated
newest added

curl -X "POST" "http://localhost:4000/message/holegots" \ -H 'Content-Type: application/json; charset=utf-8' \ -d $'{ "message": "Hello" }' 这里面的holegots参数是第一次请求返回回来的conversationId把?

Prisma schema loaded from prisma/schema.prisma Datasource "db": SQLite database "data.db" at "file:../data/data.db" 2 migrations found in prisma/migrations No pending migrations to apply. Starting chatgpt with config: { "email": "[email protected]", "password":...

docker安装之后,用示例的发请求取不到结果呢? log报错 Starting chatgpt failed, retrying... TimeoutError: Waiting for selector `#__next .btn-primary` failed: Waiting failed: 180000ms exceeded at Timeout. (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WaitTask.js:65:32) at listOnTimeout (node:internal/timers:568:17) at process.processTimers (node:internal/timers:511:7)

Starting chatgpt failed, retrying... Error: Failed to launch the browser process! spawn /usr/bin/google-chrome-stable ENOENT TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md at onClose (/home/chatapi-single/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js:299:20) at ChildProcess. (/home/chatapi-single/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js:293:24) at ChildProcess.emit (node:events:513:28) at ChildProcess._handle.onexit (node:internal/child_process:289:12) at onErrorNT...

日志信息如下: Starting chatgpt with config: { "email": "[email protected]", "password": "xxxxx", "sessionToken": "", "reverseProxyUrl": "https://chat.y1s1.host/completions", "isProAccount": false, "markdown": false, "debug": false, "isGoogleLogin": false, "isMicrosoftLogin": false, "minimize": false, "proxyServer": "http://127.0.0.1:7890" } Starting...