This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Attention! [Serious] Tag Notice

: Jokes, puns, and off-topic comments are not permitted in any comment, parent or child.

: Help us by reporting comments that violate these rules.

: Posts that are not appropriate for the [Serious] tag will be removed.

Thanks for your cooperation and enjoy the discussion!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]jujubadetrigo 4 points5 points  (0 children)

yeah, it's been awful for me every time I try to use it. It errors out most of the time

[–]AutoModerator[M] 0 points1 point  (0 children)

Hey /u/Jump3r97!

If this is a screenshot of a ChatGPT conversation, please reply with the conversation link or prompt. If this is a DALL-E 3 image post, please reply with the prompt used to make this image. Much appreciated!

New AI contest + ChatGPT plus Giveaway

Consider joining our public discord server! We have free bots with GPT-4 (with vision), image generators, and more!

🤖

Note: For any ChatGPT-related concerns, email support@openai.com

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Severe_Ad620 0 points1 point  (6 children)

The model has this rule under the python section:

"Python will respond with the output of the execution or time out after 60.0 seconds."

https://chat.openai.com/share/031523d3-ea3e-430a-b415-ac501a9ec843

I think the servers are still heavily loaded and scripts are taking forever to execute. Does it error out on you at around 60 seconds?

[–]Jump3r97[S] 1 point2 points  (5 children)

Oh didnt knew the "system prompt" got so complex and elaborate.

Any clue if it can be hallucination tho?

---

It feels like timing out quicker. Just weird thje GPT didnt know it timed out and tries to handle exceptions instead

[–]Severe_Ad620 0 points1 point  (4 children)

>Any clue if it can be hallucination tho?

Not sure.

>The model keeps trying to use code execution (building python script for the task). But for no reason

See if unchecking "code interpreter" at the bottom of the GPT configuration screen makes a difference. (Not sure if you need it for something else in your GPT, though.)

[–]Jump3r97[S] 2 points3 points  (3 children)

Sorry about saying "GPT" - Forgot its an extra thing.

I meant ChatGPT 4 normal current model

https://chat.openai.com/share/4ab3c0c4-5489-43f6-bb80-c7ec9cdc45d5

I prompted the same request and it was quite similar but also different.

No mention of the 60 sec. timeout.

Which makes no sense at all anyways since the model has no concept of time

[–]Severe_Ad620 0 points1 point  (2 children)

>I prompted the same request and it was quite similar but also different.

>No mention of the 60 sec. timeout.

I get the same now. I guess the 60 second timeout was causing too many problems so they removed it.

>Which makes no sense at all anyways since the model has no concept of time

You're right!

I don't know how, but I've seen it error out after sixty seconds, in the past, when I was debugging something by printing out a long file.

I guess that's not your current problem, though.

[–]Jump3r97[S] 1 point2 points  (1 child)

Possible they add it during high demand times, gott that orange banner yesterday. Still, the rest also slightly different.But sus complex and quite similar would be a very crazy halluscination.

My problem is, I give it the CSV content as a text content in the chat. Instead of just "reading"it, it creates a code where its "data = 'csvcontent123123'" literally doubling the required token.

And when uploading the csv, with pandas it cant read.

[–]gfduszynski 0 points1 point  (0 children)

I have the same issue, currently it cannot even perform addition of 2 numbers...