ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

OpenAI API Free Reverse Proxy

Results 42 ChatGPT issues
Sort by recently updated
recently updated
newest added

![4061712559594_ pic](https://github.com/PawanOsman/ChatGPT/assets/19355027/bcfccb73-0bd6-41f2-863e-a50805d33174) ![4051712558833_ pic](https://github.com/PawanOsman/ChatGPT/assets/19355027/d2dd1eaa-05e2-4598-a9db-26c184ac62d2) When I using JSON.parse(chunk) it may throw error , when I debug I found that in some case, I got the following stream format: ![4071712560257_ pic](https://github.com/PawanOsman/ChatGPT/assets/19355027/ca282159-c57b-4ae8-8ab3-19c3d9da605b)...

I'm sorry to bother you, but I encountered some issues when trying to convert your project into golang. Here is my golang [code.](https://github.com/huhu415/chatGPT). When I send a request to /backend-anon/sentinel/chat-requirements,...

help wanted

I'm using "http://localhost:3040/v1" as url but it alerts { "status": false, "error": { "message": "The requested endpoint was not found. please make sure to use \"http://localhost:3040/v1\" as the base URL.",...

help wanted

I wanted to get api key for hosted service but its not working

help wanted

# CODE 1: ``` import openai openai.api_key = '' # For self-hosted version you can leave it empty openai.base_url = "http://localhost:3040/v1" # For self-hosted version, use "http://localhost:3040/v1" completion = openai.chat.completions.create(...

help wanted

I make the request like this, I store the last response id as the parentMessageId, then I make the request with that parentMessageId as the parent_message_id, but this does't work...

OPENAI_API_BASE | https://api.pawan.krd/v1/ OPENAI_API_DOMAIN | https://api.pawan.krd/ discord applying key :pk-rlOWeBRqhM************** but the telegram not working it display: "You can't use another key on this is address 253.102.157.193" I use the...

When I send the new chat with history for my request every time, it response me the former response , that is not what we want it to be. this...

invalid

node:internal/modules/cjs/loader:1093  throw err; ^ Error: Cannot find module '/app/bash' at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15) at Module._load (node:internal/modules/cjs/loader:934:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } Node.js...