ChatGPT code completion is giving incomplete results

Getting this issue in chatgpt from past 3 day. In java whenever List<, or any variable type which has ‘<’ in the initialization part, chatgpt give weird results or most of the times stuck at that place. I have tried with multiple accounts and getting this error in all. I am using ChatGPT-4.

2 Likes

I thought I was the only one experiencing this. I logged out and back and the problem was still there. Seems to affect mostly Java code. It kinda doesn’t go past the word “List”

@richinex I raised the issue but I don’t know if they will take it seriouly. Can you also raise the issue to openAI?

Go to help.openai.com and select :slightly_frowning_face: at the bottom of the chat window of ChatGPT sub section.

I have the same issue. For me it happens when generating
Task<IEnumerable
in c# code. I’ve reported the issue I hope they will take it seriously because it’s unusable rn.

1 Like

I’m getting the same issue when it tries to generate a list for C#.

Exact same issue for me. It cuts off right after IEnumerable specifically and then just stops. It writes other C# code just fine.

I’ve found that method Read() also causes issues, so I assume there are more triggering words - IEnumerable and List are just most common perhaps.

Does anyone know of any channel for reaching OpenAi team apart from reporting in chat on http://help.openai.com/ ? I have a feeling this thread will not be seen by anyone on the staff - not soon enough at least

If someone has good reach on twitter, we can leverage that.

Apart from that I don’t have any other way.

The same issue also occurs in C#. It gets stuck when reading <>.

I am having same issue with Dart as well. So annoying

Also experiencing this issue. This is why I pay for ChatGPT, to help me create code faster. Fix this or the value is gone.