lencx / ChatGPT

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
https://nofwl.com
51.64k stars 5.79k forks source link

ChatGPT 3.5 malfunctioning #1248

Closed Marididegrace closed 2 months ago

Marididegrace commented 2 months ago

Non-ChatGPT bug

Version

v03.5

Bug description

For the past 24 hours, the app responds to requests for Python code only haltingly and incompletely. Most of the code is outside the editbox where code should be displayed and from where it may be copied by clicking on the "Copy Code" link. Much of the code is displayed in the comments area and cannot be copied. I'm using a new Lenovo Serial Number: MP2DKLRX, Product Number: F0GJ00F3US, Bios Version: O5YKT23A

OS

Windows 11, latest update

Environment

No response

Marididegrace commented 2 months ago

I notice that when ChatGPT 3.5 begins to respond to my request for specific Python code, after a few lines of code are displayed in the editbox for code, the app consistently stops at the same point in the code. I don't know that it has any significance, but here is the extent of the script that is properly displayed before the app continues outputting code in the 'comments' section of the app:

import os import re

def convert_quotes(text):

Pre-process to replace '>"' with '>“' when followed by a non-whitespace (printable) character

text = re.sub(r'(?
Marididegrace commented 2 months ago

I just duplicated the above on my iPad Pro, and the results were the same on the iOS app.