ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

Reverse engineered ChatGPT API

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

I try to run the project(1.0.11) on the enviroment (win10+python3.9) but it missing some required dependencies (like tls-client,undetected-chromedriver, twocaptcha) can generate all required dependencies of the project to requirement.txt? thanks!

Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0531. For more information about an error, try `rustc --explain E0405`. error: could not compile `memchr` due to 214 previous...

bug

User: 量化学习CAT策略了解多少 ChatGPT: 对不起,您说的语言与我的训练语言不同。您是否需要翻译或其他帮助? User: 量化交易CTA策略详细介绍一下 ChatGPT: CTA (Commodity Trading Advisor) 策略是指那些以大宗商品为基础的交易策略。这些策略通常使用自动化技术,如计算机程序和数学模型,以识别交易机会并执行交易。 CTA策略可以分为两类:短线交易策略和长线交易策略。短线交易策略通常以高频交易为特点,试图在短期内获利;长线交易策略则试图在较长时间内获利。 CTA策略可以适用于各种大宗商品,如农产品、金属、能源等。它们的目标是通过对市场价格波动的分析和预测,识别交易机会并执行交易。 总的来说,CTA策略是一种高风险、高回报的投资策略,适合对投资风险有承受能力和对市场行情有较深了解的投资者。 User: 高频交易怎么理解 ChatGPT: Traceback (most recent call last): File "/usr/local/bin/OfficialChatGPT", line 8, in sys.exit(main()) File...

bug

**Description** the config and python program: ![image](https://user-images.githubusercontent.com/11807657/216770853-812ae09a-f712-41e1-883e-e9b3a4cf20ac.png) while running, alway ask for check if human: ![image](https://user-images.githubusercontent.com/11807657/216771650-a0a05e95-f5c6-498c-a82e-a46ac8286338.png)![image](https://user-images.githubusercontent.com/11807657/216771640-4a601c11-4136-4866-9a5b-a995c7d548a6.png) sometime, after pass the human test, I have found it go to login page:...

bug

I am encountering an error when using the OpenAI API with the following code: `completion = openai.Completion.create( engine="text-chat-davinci-002-20230126", prompt=prompt, temperature=0.5, max_tokens=4000 - int(len(prompt) / 3), stop=["\n\n\n"], )` I am receiving...

bug

Hi, I am building an app using the unofficial version and I am trying to find a way to retrieve the session token automatically when connecting to ChatGPT. The goal...

I've tried doing ``` from revChatGPT.Official import AsyncChatbot as Chatbot chatbot = Chatbot(api_key=openai_api) async with ctx.typing(): response = await chatbot.ask(prompt) await ctx.message.reply(response["choices"][0]["text"]) ``` but that's the output: ``` Traceback (most...

**Description** Getting this error when trying to ask() in browserless version. ``` File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\Official.py", line 108, in ask self.prompt.construct_prompt(user_request), File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\Official.py", line 242, in construct_prompt prompt = self.construct_prompt(new_prompt) File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\Official.py",...

bug