EASYChatGPT icon indicating copy to clipboard operation
EASYChatGPT copied to clipboard

This is an application project of 'chatgpt',only applicable to desktop environment.

Results 20 EASYChatGPT issues
Sort by recently updated
recently updated
newest added

>>> from revChatGPT.Official import Chatbot Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'revChatGPT.Official'

Max retries exceeded with url: /v1/chat/completions (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 60] Operation timed out'))

When I run the program using the command 'python app.py', it runs normally. However, when I package the whole program using PyInstaller, I get the error message :'ValueError: Unknown encoding...

pip3 install -r requirements.txt

``Traceback (most recent call last): File "C:\Users\pcl\Downloads\EASYChatGPT-main\EASYChatGPT-main\app.py", line 1, in from bbot import run File "C:\Users\pcl\Downloads\EASYChatGPT-main\EASYChatGPT-main\bbot.py", line 1, in from revChatGPT.Official import Chatbot ModuleNotFoundError: No module named 'revChatGPT.Official'

PS D:\ai\EASYChatGPT> & "C:/Users/Sky Walkar/AppData/Local/Microsoft/WindowsApps/python3.9.exe" d:/ai/EASYChatGPT/app.py Traceback (most recent call last): File "d:\ai\EASYChatGPT\app.py", line 1, in from bbot import run File "d:\ai\EASYChatGPT\bbot.py", line 8, in chatbot = Chatbot(api_key=openai_key) TypeError: __init__()...

你的 输入: 怎么设置你的Stop sequences ChatGPT 输出: Stop sequences 可以通过在GPT-3语言模型中设置一个特定的字符串来实现。这个字符串可以是一个简单的字符串,也可以是一个更复杂的正则表达式。当GPT-3模型遇到这个字符串时,它会停止生成文本。 ----------------------------------------- 你的 输入: geiwoyigelizi Traceback (most recent call last): File "app.py", line 5, in run() File "/data/EASYChatGPT/bbot.py", line 24, in run...