#chatgpt-discussions

1 messages · Page 32 of 1

digital prism
#

yeah, nothing is a rule.. rules only work in c, and then only when the memory doesn't change

gentle coral
#

like iterating through an array can take n^2 if you don't know what you're doing

for(int i = 0; i < 10; i++)
  for(int j = 0; j < 10; j++)
    arr[j][i] = 1;

that code takes n times as long as this code

for(int i = 0; i < 10; i++)
  for(int j = 0; j < 10; j++)
    arr[i][j] = 1;

because in this case you'd be jumping addresses by 10, rather than each address incrementally
but if you have no idea what a stack looks like, then this would go over a programmers head

digital prism
#

honestly, probably you just need to be open to learning and being wrong to be a great programmer.. that rule might work

#

yes, thats a good interview question

gentle coral
#

never thought about asking it, maybe i should

digital prism
#

First it checks your ability to carefully read code lol

gentle coral
#

previously I had been asking the one about printing up to i digits forward and backwards at the same time
so like 1 6
2 5
3 4
4 3...

#

which is really easy, but there is only one super optimized solution

digital prism
#

The reason being memory access? That you're switching between arrays each time right?

#

vs keeping the outer array and looping the inners first

gentle coral
#

Yes if youre referring to the code I sent originally

digital prism
#

ya

gentle coral
#

but for the printing i forwards and backwards, its an entirely different problem that doesn't require memory knowledge, but creativity

#
for(int i=1, j=6; i < 7; i++ j--) printf("%d %d\n", i, j);
digital prism
#

splat

#

should be in a single line and minified

gentle coral
#

doesn't have to be, depends on conventions at company

digital prism
#

im joooking, since we're condensing

#

like those challenges to write the smallest most complex code ever

gentle coral
#

well this is better than the alternative of incrementing inside of the for loop, or creating a secondary for loop, since its optimizable

digital prism
gentle coral
#

But its more of a creativity interview question, doesn't really show much understanding of low level

arctic gorge
#

Do y’all think GPT4 is worth? The recent updates been insane

gentle coral
#

funny enough chat gpt gets it wrong

digital prism
gentle coral
ionic geyser
digital prism
arctic gorge
gentle coral
#

i think it depends on your use purpose

digital prism
#

dang, 2nd

gentle coral
#

Writing papers and finding errors in grammar, its great. Solving a fourier transform, its terrible

hoary jolt
#

Anyone else finding things very patchy tonight?

digital prism
eternal rockBOT
arctic gorge
gentle coral
#

to be fair, its a LLML, its not supposed to do complex things, its just pretty decent at it coincidentally

ionic geyser
#

Can't update example prompts for GPTs. Anyone else?

main salmon
terse island
#

So for plugins i have to join a waitlist?

#

Oh nevermind

naive forum
#

Hey, how are you doing?

eternal rockBOT
#
This is a Safe for Work Discord Server

The OpenAI Discord is an actively moderated server.
• Refrain from sharing inappropriate content on the server. This includes but is not limited to messages, media, or other topics of graphically violent, sexual nature, and drug-related content.
• Report all sensitive and offensive content in the feedback reporting tool in the ChatGPT web UI instead of here on Discord.

digital prism
#

you're going to cry from the low level language perspective

#

sorry in advance

ionic geyser
gentle coral
#

well I haven't seen it yet, still has some time before its competent in that regard

arctic gorge
#

What is a code interpreter

swift osprey
#

Why can't GPT code pong in binary for me

arctic gorge
#

Also what’s the difference between chat GPT and bing when it comes to Dalle 3? Are they the same?

gentle coral
swift osprey
#

I told it I am using amd64 :\

digital prism
gentle coral
#

Then somehow get it to write tens of thousands of characters (maybe hundreds of thousands) and run it as an exe. Although iitd probbaly take forever becasue different versions of amd64 architecture have different opcodes and references for asm

gentle coral
digital prism
#

What I meant was, I gave it a long key that I had generated from a tool. It wasn't working due to some spaces that got mixed in. GPT fixed for me.

ionic geyser
#

OMG why am i hitting the limit again already this is unreal its happened to me twice today and not in the past week+

swift osprey
#

Ah man, I wish I could ask GPT a question that I know is ridiculous without GPT interjecting it's opinions on the matter. I just want to know things.

latent ibex
#

Why do I feel like the 3 hour limit has changed back to 25?

digital prism
#

ohhh

#

nevermind. thought you meant interjecting here.. i was like bring it!

swift osprey
#

haha nah

digital prism
#

You can tell it to do less of that, but yeah its pretty deeply wedged in there

swift osprey
#

I have let it know in very colorful terms to stop and it just doesn't listen 😠

latent jewel
#

As a paying customer the limit thing has me concerned lol... it's BS. Especially when I regenerate because of errors...

swift osprey
#

I've even tried some very explicit custom instructions to try to get it to stop. GPT doesn't care. openai wants to hold our hand no matter what

digital prism
swift osprey
#

hmm what you mean asking for json format

latent ibex
#

Every time the servers get stressed they cut the PLUS user limit
20 dollars is too little for them

digital prism
#

"Give it to me in JSON format" try that as a basic example

swift osprey
#

hm

digital prism
#

it will attempt to build a JSON object

#

those don't have filler usually, but the extra words may cause it to take too long responding if its too big

outer seal
ionic geyser
#

bruh i have a chat limit on my GPTs but not on GPT-4 lol

swift osprey
#

lol I ask GPT a coding question that I do not know the answer to, but I also know it gave me a bad answer because it is overly complicated.

I just tell it "You are missing something very simple" and it gives me the correct answer

pallid karma
#

Why do I feel like my prompts are more and more restricted 😦 Are they continually restricting what we can ask it to do?

pallid karma
#

😦 I am wondering when they will ban anything related to 'eating meat' because it offends some people 😦

ionic geyser
#

🔜

pallid karma
#

they need ChatGPT+for-grownups-who-live-in-the-real-world

steady path
#

"You've reached the current usage cap for GPT-4, please try again after 6:48 PM" omg this again, where can I see the current usage limit?

swift osprey
digital prism
pallid karma
#

"draw me a sigil for vampire for my RPG"

#

seems that RPG content is offensive to religious people

digital prism
#

its not RPG, i did it with just the first half and it said no

#

Its fine drawing a vampire. Next ill try a Sigil.

pallid karma
#

and yes, you are right - it draws vampires - it drew me a gorgeous image in an 'ancient book'

digital prism
#

I'm about to get you an awesome sigil by asking it what sigils are, then asking it what a vampire sigil would do differently.

pallid karma
#

@digital prism you might just be my hero @_@

thorny oxide
#

hey everyone. having a weird issue that someone suggested may be something native to openAI, was looking for some insight. I've been working on a discord chat bot and have a really hard time giving it a personality that isn't "formally helpful". One example is no matter how I write the prompts, I can't get it to not start answers with "based on the chat history" or "based on the search results". Using gpt-3.5-turbo-16k. Is this issue just the nature of the model?

Sorry if this isn't the best place for this question

digital prism
#

I bet it's the dripping blood, this is what GPT thinks a vapire sigil should be:

Vampire Iconography: Symbols like bats, fangs, or blood drops could be integrated into the design, representing the most recognizable aspects of vampire mythology.
digital prism
#

tldr; no violence or blood allowed shrug

ancient sage
digital prism
ancient sage
steady path
ancient sage
#

I have a picture but I can't post it in here so

spice crypt
ancient sage
#

I got you

ancient sage
digital prism
#

Note to self: Submit GPTs API bug report

ancient sage
#

I thought I was crazy but at least my testing has confirmed I'm not

outer seal
#

im seeing 40 from the conversation_limit endpoint now

#

😅

ancient sage
#

I'm still seeing 50

outer seal
#

looks like theyre setting per-user limits then?

arctic gorge
#

I am so convinced to get gpt+ now

ancient sage
#

I'm paying for plus -.-

arctic gorge
#

Plus wasn’t worth it a few months ago

digital prism
arctic gorge
#

But now it’s something else

#

Do y’all think it’s so much more worth it than gpt3.5?

outer seal
#

chatgpt has secretly just been 1 really fast typer this whole time

#

but now hes tired so its slowing down

digital prism
#

Cake-GPT

swift osprey
#

😄

ancient sage
#

My annoyance is the utterly lack of transparency. I have no idea if I'm doing something wrong.

digital prism
ancient sage
#

Still, if these limits were followed, and were also informed to the user, I'd be more understanding, but the lack of any kind of response or warning these new limits are in space is what annoys me, beyond literally only getting half of the number.

rugged igloo
#

thats wild

outer seal
#

chatgpt is a data collection platform that doubles as a product

ancient sage
outer seal
#

yeah, i just think that chatgpt's main purpose is rlhf tuning gpt4 for their "real" product (the api) and everything else takes a backseat

fresh thistle
#

So I see that they now say you can't have it write anything that not using a complete OC-so adding another guard rail that didn't exist even months ago 😦

ember scroll
#

ChatGPT became worse, the stories I get are too short compared to what was versions before.

fresh thistle
#

Well I just wanted to play with the using a image + prompt, so will not be paying for it again next month unless I really need a non-human character look.

ancient sage
#

I might cancel my subscription to be honest, its been so inconsistent.

fresh thistle
#

I really starting to think chaptgpt was just a proof of concept, now they're making it so that even the hint of something someone may not like gets blocked-so why use any AI aspect? I seriously think that they'll need to be for these things-if any are going to be used by mr average joe-a different rules for what allows a company to be sude or such compared to non-AI created writing.

ember scroll
#

It has completely lost its "charm". The latest version is just disappointing. Unequivocal

arctic gorge
#

Just got chat GPT plus

rugged igloo
#

rip

ancient sage
#

I wouldn't bother, you'll get blocked after 40 prompts, or less

arctic gorge
#

Did they remove plugins?

ancient sage
#

Yes they did

arctic gorge
#

Why

ancient sage
#

Idk

#

Probably because the custom GPT is supposed to take its place if I had to guess

#

I was a plugin dev for a while but eh. Honestly if I could use ChatGPT's custom GPT with 3.5, I'd be not entirely excited but at least I could continue my worldbuilding.

ember scroll
#

I send a request to ChatGPT to write me a story on a certain topic, and I get something the size of a poem. This is not funny.

rugged igloo
#

could always just hit continue

ancient sage
#

No, you actually can't, because it doesn't give that option.

rugged igloo
#

oh thats dumb

ember scroll
ancient sage
#

Not to mention the fact it used to be a lot more open and now its pretty much defanged.

#

If novel could play the part of a DM, I'd switch to it in a heartbeat, but ChatGPT is just... better at it than novel is.

ember scroll
#

In one of the previous versions, there was really an arrow button that allowed the continuation of the story, and the stories were really stories with content and a plot. Now, nothing.

terse island
#

How do you get wolfram to activate?

terse island
fresh thistle
#

The only thing is I wish the image addition was on non-paid gpt. yes I could not use it for fan fiction, but I still like it that I can give it a image and allow it to discribe the characters looks-but 20 is a lot for a feature that I would maybe use a few times a month (mainly because not good a discribing the physical look of people at times)

ember scroll
#

I miss the OLD ChatGPT

swift osprey
#

I'd be willing to submit government ID if they would loosen the restrictions of the chat model for my individual usage

#

suppose it doesn't make a difference. The annoyances are more along the lines of "How do I paint a wall?" and GPT responding with "Be very careful, paint has fumes. We recommend contacting your local paint professional for more guidance"

terse island
#

Is gpt being slow for everyone or just me

swift osprey
#

very slow the past few days

proper grove
#

Hello

I want anybody give me api key for use in my bot in discord for help peoples

Bec i am leaving in Egypt i can't export api or create api key

ancient sage
#

Nah

swift osprey
#

lol

ember scroll
ember scroll
swift osprey
#

I immediately contacted my local paint professional

ember scroll
fresh thistle
#

I'm 50/50 on a ID, but would prefer something 'ok, you pay/do x and will element most of the barriers' Like creating a fan fiction should, in of itself not be a issue, now if you choose to publish it-then that's on you. Still, I've sort of go with AI of this type "if someone really detirmend to do really bad action, then the info already out there." Maybe I have too much faith in the common person

ancient sage
#

You should assume that everything you say to the AI will offend it at all times and give you the lovely orange warning.

outer seal
ember scroll
#

I'm in favor of more investment in fiction. More content and plot, with depth and length, if I ask the bot to write a story, then I want a story not a poem.
However, they can limit the copy options of the text, if they want let's say a credit.

halcyon widget
#

Hey guys, if i want my GPTs can use plugins such as Visla or wolffram, what should i do?

swift osprey
swift osprey
#

🥰

outer seal
#

😳

ember scroll
#

DEAD

#

😂

fresh thistle
#

I will say one thing, so long as you don't specify who the image is, the thing can give you a good description

drowsy tinsel
#

now gpt4 is slow regardless of the time of the day 💀

slim crest
#

Is gpt down again?

dense halo
#

why is everyone complainigng about gpt-4 its been bette than ever fo rme

rugged igloo
#

i think its just broken from so many people using it right now

dense halo
#

Not for me

gleaming wagon
#

I think they are overwhelmed with all the custom gpts.

dense halo
gleaming wagon
#

🤨

dense halo
# gleaming wagon 🤨

The idea of being overwhelmed by too many custom GPTs seemed funny to me. Like they are toddlers who had too much sugar.

simple blade
#

Is gpt-4 still limited to 50 messages every 3 hours?

dense halo
#

When a custom GPT is updated are the updates available to previous chats?

latent moat
simple blade
#

ok

hybrid violet
#

Why usage limits 😦

shell umbra
hybrid violet
#

I typically use the API for tasks I need more control over but I use the chatGPT UI for things that only require a couple interactions.

#

So it sucks when I'm debugging I cant continue to use the interface or any of the custom GPTs I've make.

#

I wish that once I hit the usage limit it would just bill my API account.

midnight rover
ember scroll
midnight rover
#

What was changed?

gleaming marten
#

i have chat gpt plus how do i access plugins

autumn ocean
#

my GPTs usage get depleted quickly, have to wait for couple hours before I can use it again? Is this the case for everyone

ancient sage
#

Its down to 25~ish prompts and I can confirm this as I've gotten the 'try in x time' error a second time after 25 prompts.

autumn ocean
#

thx man

tender glacier
#

Same

#

Super annoying

narrow galleon
#

sorry, I just meant, the new gpt. thought I read 4.5 somewhere

#

got it. thank you. how come I can't use this new model in playground?

#

one gpt chat can remember 1000 page single pdf's? and I csn ask it to reference any specific page,and it will, accurately? really?

#

where is this checkbox?

#

ooo can you share please?

rugged igloo
#

@narrow galleon sorry its been breaking all my files just break it

#

@narrow galleon pdf's docs just always says error in the conversation idk why

dense halo
#

"we are pausing new ChatGPT Plus sign-ups for a bit 😦

the surge in usage post devday has exceeded our capacity and we want to make sure everyone has a great experience.

you can still sign-up to be notified within the app when subs reopen." - sam altman on twitter

#

that's kinda funny with all these people threatening to take away their twenty dollars

#

based

rugged igloo
#

?

midnight rover
#

I am having an other conversation in chatgpt that got slow. Some dev asked me to share such a conversation. I am ready to do it.

#

pm me if needed

spice star
#

but they probably won't, at least not in large numbers

barren mountain
#

Do custom GPTs already have the larger context window?

plucky timber
#

Me reading new TOS before i click accept, giant a list off "you cant"

barren mountain
#

But gpt-4-1106-preview has?

steady sundial
#

I just got timed out for an hour, ughh, but I started using 3.5 and it's nice to get instant responses again

steady sundial
barren mountain
#

Ok, i see. thanks

steady sundial
#

just ask your GPT what its token context window is

wraith ocean
#

Why doesn’t GPT plus get the context window?

plucky timber
drowsy tinsel
#

chatgpt is finally fast

steady sundial
#

yeah today has been rough

arctic gorge
#

Does chat GPT read pdfs? I’m trying to create a custom GPT for a book via pdf file of the book

barren mountain
#

It just got faster for me an hour ago. I think they downgraded to GPT3.5 under the hood. 😄

drowsy tinsel
#

it doesn't know about itself

barren mountain
#

Anyway. the differences between Assistants and CustomGPTs are interestin. Assis have the long context window but now browsing. CustomGPTs have browsing but small context window. I wonder if knowledge retrieval is differant aswell.

steady sundial
# drowsy tinsel it doesn't know about itself

ChatGPT
For the GPT-3.5 model, the maximum token limit for both input and output combined is 4096 tokens. This means that the sum of the tokens in your input prompt and the tokens in the model's response must not exceed 4096 tokens. It's important to keep track of the token count to ensure your prompts are within this limit.

plucky timber
#

Presses "agree"

drowsy tinsel
#

it's just general disclaimers

#

but openai claimed my previous account has 'payment fraud'

#

and terminated my account

wraith ocean
#

“No, the version you are currently interacting with is not the GPT-4 Turbo model. As of my last update in April 2023, I am based on the GPT-4 architecture, but not the “Turbo” variant which was announced later in the year with a significantly larger context window and enhanced capabilities.”

drowsy tinsel
#

Thank you for reaching out to us. We’ve confirmed this action was associated with suspicious payment activity. We are unable to reinstate your account at this time; we will investigate further. Please reach out if you can provide any additional information.```
plucky timber
#

Did you use a prepaid credit card or somth ?

plucky timber
plucky timber
#

Idk den

#

maybeh diff location then ur cc ?

drowsy tinsel
#

yea probably right and i just got flagged as high risk

plucky timber
#

Like if you got a cc from lets say belgium,

#

And you live in the US

#

But you still use ur BE cc

#

🤷‍♂️ maybe that

drowsy tinsel
#

yea account, login ip, and payment info was from different places

plucky timber
drowsy tinsel
#

well at least I got 20 dollars back

dense halo
#

how come we dont have voice options on browser? will that be coming 🤔

terse island
#

Man i love sending gpt a book and it just knows everything

short tiger
#

Does anyone know the current message limit for chat gpt 4? ( it is no longer 50 messages but it does exist)

warm gull
#

Yeah I just got timed out at around 22 prompts

short tiger
#

Sure?

warm gull
#

I counted all my prompts this morning yes... Counted 22

short tiger
#

In my case, it's a lot more than 50 messages, but I don't know how many.

warm gull
#

Do you make gpts?

dense halo
#

seemed like 50 to me still but i havent been counting either i guess

short tiger
gleaming marten
#

is there like a marketplace or store that I can see custom gpts

warm gull
gleaming marten
#

ok

coarse patio
#

There's an unoffical story atm

warm gull
#

?

coarse patio
#

store not story

warm gull
#

Oh lol

coarse patio
#

oops

short tiger
coarse patio
#

I mean, after working with it for many hours, I can tell you that there are too many bugs to create effectively

#

One functionality of my bot is to fill out preuploaded pdf's I've uploaded one. Havn't gotten the second one up since it just crashes the entire bot

warm gull
coarse patio
#

Are you using dalle for hangman?

deep kettle
#

Sam just tweeted out there pausing chat gpt plus signups for a bit. Glad I signed up yesterday

warm gull
coarse patio
#

ah. Was gonna say that dalle is awful for text of any kind

#

Are you using python then

warm gull
#

I dint think it does no. You are welcome to try it and give me feedback. I've found it a bit inconsistent no matter how well I try to make the instructions

coarse patio
#

If you want regular, effective actions from it, wirte a python script, upload it and have the gpt execute it

warm gull
coarse patio
#

Actually, another idea, upload a .txt file or whatever that has a really editable and readable format for playing hangman. Have the gpt make edits and then read the txt file. Its kinda roundabout but if normal interaction isn't working, its an option

#

Despite how simple it may look to us, hangman is actually an interesting challenge to the AI chatbot. It has to have the chat history, it has to create the logic for the game, and then interact with it. Game logic isn't human logic, nor is it gpt logic.

#

So, you have to take it and teach it step by step with things like this

#

To get my gpt to edit pdf's, that was an awful challenge.

#

So, I have actually found three unofficial chatgpt stores

#

make that four

dense halo
#

does the GPT-4 comes with dall e

coarse patio
#

Yes

dense halo
#

the 3rd one or the second one?

#

dalle3 ofc

coarse patio
#

yeah

dense halo
#

amazing

terse island
#

And i definitely got to 100 prompts today

dense halo
#

also what does it mean if "Sign up for waitlist"

rugged igloo
#

does anybody know if for custom gpts that if you have code interpreter enabled and having file knowledge at the same cause errors?

warm gull
ionic geyser
#

chatgpt's favorite words: Whimsical, Tapestry

dense halo
#

what does it mean if i sign up for waitlist

terse island
#

Plugins?

dense halo
#

well i clicked on "My GPTs" then the screen showed 'GPTs are gradually rolling out to Plus users' and "Upgrade to GPT plus"

short tiger
dawn sleet
ancient sage
dense halo
dawn sleet
#

Yeah 20$

dense halo
#

oh ok i thought it was GPT 4 unlocked

hybrid violet
#

these usage limits are so frusterating

sick pecan
#

i probably shouldnt have spent all my GPT queries on stuff that didnt need GPT

sick pecan
#

nothing that useful

plucky timber
#

😂

hybrid violet
#

if only you knew

ancient sage
#

Blocked at 25/3 hrs, limit says 40. So that's just peachy.

sick pecan
#

maybe i did another 28 12 hours earlier

#

the knowledgebase for GPTs is rumoured to just be like a word filter at best, not embeddings or anything. so theres room for improvement in that space

elfin birch
sick pecan
#

easy enough to spin up an endpoint for a chatgpt action queries a vector db. could even do it all in no-code using something like flowiseai

ancient sage
elfin birch
#

Is this with GPTs?

ancient sage
#

GPT-4 yes

sick pecan
#

the message says GPT-4 and references the default model (which i thought was gpt-4?)

ancient sage
#

I've got the bug report there in my post, I documented my findings

sick pecan
#

but seems to only actually effect GPTs not GPT-4

elfin birch
#

@ancient sage does your software count messages that were with the GPT-builder?

ancient sage
#

But I'd assume it would track it

crude slate
#

Why can’t they actually tell us the usage cap rn?

elfin birch
#

🤷‍♂️

warm gull
#

its somewhere between 20 and 100 from what others have reported - seems to be random for different people

marsh sable
#

Hello, I had a problem with my subscription because my card expired and when I tried to change it I went back on waitlist, is it normal ?

#

I've been subscribed for like a year

elfin birch
#

As of now, that is supposed to happen

#

See Sam Altman's most recent tweet

marsh sable
#

For real ? My subqcription literally stopped today even tho I wanted to subscribe again

#

Is there like a support or smth ?

normal quarry
marsh sable
#

That's fkced up...

#

My luck is sheit

normal quarry
marsh sable
#

I have auto renew on

rugged igloo
#

hi robert

marsh sable
#

My card expired and I got my new card today, I couldnt do any other way

normal quarry
marsh sable
#

Ok thanks

normal quarry
dawn sleet
normal quarry
dawn sleet
#

Yeah, very inconvenient

bitter latch
dense halo
#

Have the forums for posting images generated by Dall-E been removed?

vapid swan
dense halo
#

How much of ChatGPT is developed directly by Mira Murati

#

And how much is developed by her team

vapid swan
#

It even fails at generating 5 letter words for a wordle game..

dense halo
elfin birch
plucky timber
#

Chatgpt so good at avoiding the task its funneh

sullen rapids
#

Hey I was wondering if anyone could help me figure out the answer to a question I had about ChatGPT4. I had seen there was a thing that allows it to search a web page. Could I use this feature to have it search a wiki(not wikipedia) of all it's pages to answer questions about it?

full veldt
#

Thing is, I wouldn't mind as much if they actually said what it had changed to - lowering it without any notice or warning isn't really acceptable

plucky timber
#

You always need to specify 3 times : Post the full thing without placeholders

#

Litteraly trying to get it to list folders at the moment and it refused 3 times and just added placeholders 😂

vapid swan
full veldt
#

Yeah - it has a problem with describing how it would do something rather than actually doing it (say, if you ask it to write an essay)

plucky timber
#

But since its just a bit more then the normal msg limit (it will aks to continue gen)

#

It will try to avoid doing it first 😂

full veldt
#

I'm using a custom GPT which makes it do a bit better on that (and also takes away the browsing ability which I find actively unhelpful 99% of the time as well as making it have a more humorous and light hearted town which tends to make it more creative)

dense halo
#

I just read the tweet about gpt plus signups getting paused. Does that mean that I can't resub anymore? My subscription expired a couple days ago

elfin birch
dawn sleet
elfin birch
#

Again this is a budding technology, improvements will come with time

dense halo
#

Bruh

dawn sleet
elfin birch
fast jewel
#

i wonder why there was a surge in sign ups now

vapid swan
warm gull
wary locust
#

Hey so i got the popup with having to accept the new EU terms of use. I was going to ask chatgpt about it but forgot to paste the link. However it went ahead and replied to me as if i pasted the link. After that i checked if it has access to my clipboard:
https://chat.openai.com/share/500aa768-73ab-478f-a365-21ceeb56cf82

Is this normal?

#

In another chat i checked again and it claims it doesnt have access

carmine igloo
#

you know what really sucks is when you pay $20 a month but you ask it to create stuff on DALL-E only for it to get it wrong most of the time and you hit your cap....

lyric token
#

They didn't answered my question in the AMA 🥲

raw isle
#

No word from the devs on why the dynamic cap is hard limiting to 25 messages? Paid service btw.

warm gull
#

Its obviously to try and curtail the load

elfin birch
#

This conversation ended in an error and its latest text was truncated

#

Sometimes you must ask again, you only asked once

#

Work with the AI to get what you want and know what you have available, especially the ability to execute python code

#

Sometimes it won't work, sometimes one does not write a good prompt, sometimes it does work

#

You're working with uncertainty here

#

That is the nature of LLMs right now

#

But it need not be so uncertain

lyric escarp
#

GPT Builder is a mess. Any changes are likely to change it all. Configure screen is the safest bet.

lyric escarp
autumn ocean
#

I often receive this notification: 'You've reached the current usage cap for GPT-4, please try again after 5:16 PM.' I have to wait for a couple of hours before I can use it again. Do you guys have enough capacity?

blazing jolt
#

is it 40 now?

rugged igloo
#

some are getting 30 its been going up and down

blazing jolt
#

Unexpectedly, the developer conference would bring them so many consumers.

rugged igloo
#

they didnt exspect such a surge in users thats their servers overloaded

autumn ocean
#

any1 know how much for enterprise subscription plan per month?

rugged igloo
#

alot....

normal quarry
autumn ocean
#

😥

blazing jolt
#

we can expect team version

elfin birch
#

Where did you get your information?

normal quarry
elfin birch
#

Why did you say 100+ though?

normal quarry
# elfin birch Why did you say 100+ though?

From discussions I have had I have understood that the number of seats for enterprise is 100+ but I haven't got a specific reference for you. If you're interested contact sales and ask

elfin birch
#

🤘

warm gull
rugged igloo
#

wow 20 thats the lowest i seen

shy mountain
#

Someone have access to my email and is using my chatgpt plus account, i changed the password of the email but hes still using my accaunt, how can i fix this?

manic peak
#

cause of course changing the pass to your email won't suffice

shy mountain
#

I changed the email password

#

But he still have access to the chatgpt

hoary minnow
#

Do I need to relearn 5 files to replace one of them with another after using 5 pdf files when creating GPTs?

full veldt
cloud canopy
#

What is the rate limit for GPT now? Why did I have no problem chatting for a long time yesterday, but today at noon just about 20 conversations were limited

stone helm
#

they lowered it to 40

elfin birch
#

That's what I'm seeing as well

feral zinc
#

are you manually counting or how? the limits json has been saying 50 in eu all the time

stone helm
#

looks like it's been for certain user group or region

#

network tab -> search conversation_limit says 40 for me and has all day, as well as some other users.

elfin birch
#

Yeah what @stone helm just said

cloud canopy
#

Unfortunately my conversation was deleted by me, next time I'll try to get to the stats

split locust
#

why is gpt4 much slower than gpt 3.5

stone helm
#

could be alot of things such as performance issue or overwelmed servers.

elfin birch
#

Also GPT-4 is a much larger model

split locust
#

👍🏼

crimson current
#

yesterday chat gpt tried to charge me but i was 2 euros short in my card. i added founds and instead of trying to recharge me like any shane service would it canceled my subcription and i cant reactivate it because of "we paused new subcriptions"

hollow ravine
#

what is the limit for prompts now on GPT4? I just got a message saying ive reached the cap and need to wait two hours for more prompts!

#

I haven't even used it that much, and over the course of about 2 hours

split locust
#

50

stone helm
#

40

split locust
#

oh

stone helm
#

depending on region

split locust
#

mine is 50

stone helm
#

u can check via inspect element, network tab and search for conversation_limit

#

it's only for certain regions/users it looks like

feral zinc
#

its whitelisted domain

crimson current
#

first i am not a new subcriber so this is stupid. i used the chat to talk to support but they "reply within a week" I need chatgpt for work. why would it treat me like a new subcriber. and how much time will the "paused subcriptions" will last?

stone helm
#

still say 40 for me

#

not bsing

split locust
#

{
"message_cap": 50,
"message_cap_window": 180,
"message_disclaimer": {
"textarea": "GPT-4 currently has a cap of 50 messages every 3 hours.",
"model-switcher": "You've reached the GPT-4 cap, which gives all ChatGPT Plus users a chance to try the model.\n\nPlease check back soon."
}
}

#

mine

feral zinc
split locust
#

im in asia

hollow ravine
#

ive hit the limit with 20 prompts

stone helm
#

{
    "message_cap": 40.0,
    "message_cap_window": 180.0,
    "message_disclaimer": {
        "textarea": "GPT-4 currently has a cap of 40 messages every 3 hours.",
        "model-switcher": "You've reached the GPT-4 cap, which gives all ChatGPT Plus users a chance to try the model.\n\nPlease check back soon."
    }
}

elfin birch
hollow ravine
#

does dalle count 1 prompt per image returned?

stone helm
feral zinc
eternal spoke
#

whats gpt 4s current cap

hollow ravine
#

I just counted my prompts and have made 20 in the last 2 hours

elfin birch
hollow ravine
stone helm
#

so when u view in network, says 40, when u view in browser says 50

elfin birch
#

They are in the same window

feral zinc
ancient bloom
#

does anyone have any tips to make chatgpt better at solving school exercises or overall teaching a subject from school?

hollow ravine
#

can someone confirm if dalle returns two images does that use 2 of your allotted 40 messages? That seems to be the case based on my experience

feral zinc
hollow ravine
#

ah gocha

#

im fairly sure i havent generated 200 images in the last 24 hrs and im getting limited for the next 2 hours. why would that be?

ripe patrol
#

frustrating as hell

#

but with how things are going can't say I feel missing out

eternal rockBOT
waxen ice
#

when I wanted to renew my Plus account today, it said: due to high demand, we have temporarily paused upgrades,
I subscribed to Plus 4 months in a row and never had this problem
how long does it take guys?

crimson current
# ripe patrol have this exact same issue

I was so unlucky that my billing date was today. If it was yesterday i would be able to renew. I sent them a ticket but they take up to a week to respond and they might even tell me "we cant do anything"

ripe patrol
#

yeah my billing date happens to be today as well

crimson current
full veldt
#

I am absolutely perplexed

crimson current
full veldt
#

I just got the error saying I had used my inputs and needed to wait until 12:46PM - accidentally used GPT-4 instead of 3.5 and it still worked? I don't think it switched models (as the output reads more like 4 than 3.5) so was the initial warning lying to me?

crimson current
#

Well its mid of the week so i can live with 2 more days but if i have to use gpt 3 next week also i am gonna be mad.

#

They dont want my money

feral zinc
fast jewel
#

this may sound like a stupid question but do you think chatgpt can be used to assist me with excel work? Can I get it to perform vlookup and pivot tables for me?

crimson current
#

I am a paying customer for 5 months

feral zinc
crimson current
#

They shouldn't block renews

crimson current
acoustic stag
#

Hi all, I am new! could anyone recommend me a course on how to create openAI agents? or overall start with AI as a developer

feral zinc
crimson current
ripe patrol
#

long story but I've been using my debit card through stripe for payment

ripe patrol
#

but even for API credits, I top up through my debit card

crimson current
#

I am paying with debit for months. I am not crazy neither the other guy

ripe patrol
#

stripe takes debit cards

feral zinc
#

people have had their accounts suspended or cancelled for that so don't expect it to be ok even if it works 🤷‍♂️

ripe patrol
#

really regret not having my card topped up as well

feral zinc
#

credit cards can always be charged which is why they are often the only accepted method

crimson current
ripe patrol
#

yes but again, personal reasons and long story, I can only use debit in my situation for now

feral zinc
ripe patrol
#

but what you said gives perspective I guess

#

it doesn't make it less disappointing however

#

oh well

crimson current
drowsy tinsel
#

I wonder how much new hardware will chatgpt get in the near future

crimson current
ripe patrol
#

yeah I disagree that you can get banned for using debit, supposedly

feral zinc
ripe patrol
#

openai uses stripe. It sounds like it didn't at first, but it has been for a while now, and it was using it all the way back in june (when I first joined plus)

#

stripe handles the payment details. openai doesn't care what you use as long as the money goes through

#

but this also means that openai doesn't concern itself if you have payment problems

tardy totem
#

Almost everyone in Sweden (where I live) use debit cards. They'd exclude a whole nation if they didn't accept them.

eternal rockBOT
#
This is a Safe for Work Discord Server

The OpenAI Discord is an actively moderated server.
• Refrain from sharing inappropriate content on the server. This includes but is not limited to messages, media, or other topics of graphically violent, sexual nature, and drug-related content.
• Report all sensitive and offensive content in the feedback reporting tool in the ChatGPT web UI instead of here on Discord.

ripe patrol
#

to put it bluntly, your credit card gets declined or debit card is short, and they throw you under the bus now

tardy totem
#

They've done that since the start.

#

As should be expected.

ripe patrol
#

sigh

tardy totem
#

I mean it would be nice if they didn't, but they're a company, with costs. Anything else would be weird.

crimson current
#

Yeah my problem is that it treats me like a new subscriber and now somone that tries to renew even tho i tried to renew immediately. The thing is that u tried to charge me yesterday and I couldn't ask it to try again. Thats just bad business logic

crimson current
ripe patrol
#

yeah I'm pretty sure those with declined credit cards for any reason are about to have a hard time too

normal quarry
#

it is definitely a time to make sure you have available funds for an auto renewal as manual renewal won't be possible right now

crimson current
ripe patrol
normal quarry
ripe patrol
#

okay cheers

crimson current
normal quarry
# crimson current Even tho it failed?

no, a failed renewal puts you into an unsubscribed state - this means that you would need to manually renew however with the pause on subscriptions this probably will not be possible

normal quarry
simple pasture
#

They need to buy more 4090s

full veldt
normal quarry
#

I have a friend who works for OVH in France, their logistics is running six months behind on GPU orders for servers

ripe patrol
#

Nvidias pretty backlogged

full veldt
#

This sort of thing is my day job and normally for IT equipment you buy it and can pay up to 30 days later (possibly more) - they'll have known about the likely surge in interest due to these announcements for a long time so could have preempted this (and maybe they have, but not realised the scale)

full veldt
ripe patrol
#

@crimson current can you still talk to 4? If you don't mind me asking

tropic atlas
#

How is the lockout duration determined? Yesterday it locked me out for 1 minute, now I've been locked out for 2 hours?

normal quarry
tropic atlas
normal quarry
tropic atlas
normal quarry
ripe patrol
#

okay, thanks for the answer

tropic atlas
full veldt
#

In my experience there's a bit of grace - usually I find the clock starts when you send your first message and ends roughly 165-170 minutes later

compact isle
#

Hey Champs

Anyone managed to fix problem with Plus subscription?

I've been a subscriber from the very first days it appeared and was on auto-renewal and todays found myself on a free plan 😕

normal quarry
compact isle
normal quarry
#

if your subscription was due for renewal then it would only auto renew, if you needed to renew manually then no dice

drowsy tinsel
#

tbh when gpt4 is slow making it write code is more painful than text

#

code is much denser in tokens

compact isle
normal quarry
compact isle
normal quarry
compact isle
#

have no clue 🙂 this is why I was super surprise to see free plan

#

interesting thing there is a chance I didn't have money on the card at the exact moment they tried to charge me, but

  1. normally I believe they should be doing several attempts
  2. more importantly, my subscription day is 2 days ago and yesterday I still had Plus working
normal quarry
dense halo
compact isle
tropic atlas
normal quarry
dense halo
tropic atlas
unkempt jay
#

👍

woeful bane
#

Gpt 4 is super slow , is it only from my side?

normal quarry
woeful bane
#

thanks @normal quarry

unkempt jay
#

Hello everyone, I am a newbie. I haven't purchased 4.0 yet. It just got updated, and now I have to wait in line for pre-ordering. Feeling a bit frustrated.

woeful bane
#

so is there any good time in day to work with Chat gpt 4 ? it takes ages to respond to a simple question.

normal quarry
ripe patrol
#

I have a dual monitor setup, I just put chatgpt to one monitor and discord with friends on the other monitor while it's still generating

#

but that's just how I do things

unreal sinew
#

Is there a way to get around copyright so that chatgpt gives you the similar picture but with your own 'modification'?

#

Without it telling me that it's copyrighted or whatever

bleak mica
#

anyone else having trouble with own gpts?

normal quarry
normal quarry
bleak mica
#

when trying to load my own gpt it says "There was a problem preparing your chat. Please refresh the page and try again."

normal quarry
bleak mica
#

ye might be 👍

#

but for some reason my GPT4 still works just fine

bitter spindle
sudden bobcat
#

well...i wish we ChatGPT plus users could use GPT turbo too like API users :/

sudden bobcat
#

How? it's not mentioned though

normal quarry
sudden bobcat
#

I see, as far as i know they just said "now, gpt 4 is integrated with browsing dall-e and data analysis" etc,

normal quarry
#

watch the Dev Day keynote, Sam Altman says that every Plus user gets GPT-4 Turbo from the day it was held

sudden bobcat
#

oh must have missed cause i saw clips of them, but if it is turbo then great! it should be mentioned within the app too! But, thank you for pointing it out.

ripe patrol
#

auto-renewal failed for me and I'm now stuck on free, disappointingly

#

oh well

honest jay
normal quarry
dense halo
#

Guys will I lose access to GPT4 tmrw?

#

My reneweal date is tomorrow

ripe patrol
#

if you're on debit card have your balance up

dense halo
#

funds are on it, it better

ripe patrol
#

yeah and make sure it lets automatic debits

dense halo
#

but i've heard of people losing access even when they have funds

dense halo
#

app store auto purchases thing

ripe patrol
#

hopefully nothing glitches out

normal quarry
#

I subscribe through the Apple App Store, works well

dense halo
drowsy tinsel
#

I made gpt4 code fizz buzz in latex

boreal kettle
#

Hi. Does anyone know what the message limit is on chat gpt right now?

pine tulip
#

50/3h

normal quarry
boreal kettle
#

Saw here something about 100 messages but wanted to clarify. Thank you)

pine tulip
boreal lynx
#

All of my prompts return “error analyzing”

frosty plover
#

please,may i ask you about what is the social medial or any kinds of website that you get the most useful and newest about Ai,chatgpt,some surprising experiments

drowsy tinsel
#

Twitter

warm gull
toxic flax
#

Less???

dense halo
#

does someone else have problem that their gpt cannot be found when searching on lets say google?

normal quarry
#

it's still 50 per 3 hours

warm gull
#

yeah - today got capped 3 times after about 20-25 prompts each time

weary island
#

so is there a place to start sharing our GPTs? I would be very interested to see what others are working on.

ancient sage
weary island
#

many thanks!

tight island
bold fossil
#

anyone else having some image creation issues this morning in gpt-4?

formal sentinel
#

Wanted to see if ChatGPT would flag an acronym, so I gave it the prompt "Write a fictional news article: The North Pole's "Polar Intelligence Snooping Service" goes live. Santa compares it to the FBI, but with the express purpose of determining if children are naughty or nice." Acronym was printed, but it wasn't flagged.

charred wyvern
tight island
#

i just made HUGE changes to my GPT now cant save it <.<

pine tulip
tight island
pine tulip
tight island
#

error saving draft.

#

typically happens when theres an outtage

pine tulip
#

Do you have more than 8000 tokens in your instructions?

tight island
#

instrucitons no. this is internal files.

pine tulip
#

More than 2m tokens in your knowledge?

tight island
#

nope.

#

i have 1.7m in knowlegde.

#

But everything is Parsed in a json string so it has an easier time.

pine tulip
#

How did you calculate that? With the openai tokenizer?

tight island
#

its a rough estimation, but i know i dont supercede 2m.

pine tulip
#

Well you said it's a json file, so it could be a lot more tokens than natural text

tight island
#

403 pages worth

#

False.

#

Natural Text is bad for knowlegde.
really bad.

pine tulip
#

I can create you a 5 character string that uses 3 tokens. On the other hand I can create you a 20 character string with natural language with also 3 tokens. Estimations don't work, because of the way a tokenizer works

tight island
#

Lets say it retrieves "Templates.txt" and u have 3-4 different templates there.

Its going to read every single bit of text. but with a json string it'll search.

pine tulip
#

Yea I am not talking about optimization, I am talking about that you could have way more than 2m tokens if you use json

tight island
#

its due to the outtage, i use API's as well, and DALLe and CI.

#

Theres an outtage in the API Sector

pine tulip
#

I doubt that. I can save my GPT's. Just tested it.

tight island
#

that might be so. but theres still an outtage at the API Sector.

pine tulip
#

But of course I'll keep my fingers crossed that this is the reason you are facing and that it can be rectified quickly :)

tight island
#

are you using API? in your GPT.

pine tulip
tight island
#

poke..

pine tulip
tight island
#

ahh

#

im using an OpenAI API that might be why.

#

since theres an outtage on the OpenAI API Section that might be why.

#

its funny that Actions with MyGPT at the WebInterface is vastly different than on the action API Section lol xD

honest jay
terse island
#

Its in the announcements tab?

pine tulip
honest jay
pine tulip
#

Just read the announcements lol

warm gull
#

They doubled the rate limit of the api

honest jay
warm gull
#

Not the prompt quota

pine tulip
normal quarry
pine tulip
#

exactly

honest jay
#

Thanks for the clarification all! Someday we'll get bumped to 100 🙂

dense halo
robust cove
#

gpt4 has become very slow for me

normal quarry
charred wyvern
dense halo
#

but i think you should be able to update it and still have it show?

#

@charred wyvern can you try search for inurl:"https://chat.openai.com/g" Pochie or something like that and see if you get it up?

ancient sage
#

Blocked again at 25, limit says 40

hard brook
#

has anyone every had their gpt subscription removed? I logged into today to use GPT4 and it says im on the free plan and to join the waitlist for plus... ive been using gpt4 for months and billed 20USD per month since like... july. now its gone, but cant figure out why. I have access to GPT4 in my api/playground but not in chatgpt itself

charred wyvern
ancient sage
prime swallow
ancient sage
#

Sec

dense halo
prime swallow
ripe patrol
terse island
#

Is it 50 for everyone

ripe patrol
#

would share a screenshot but I can't

terse island
#

I was on for a while and i feel i went passed that

#

How do i see my personal limit

prime swallow
ancient sage
warm gull
ancient sage
#

Its 25/3hr for me, even though the limit is 40

warm gull
#

I think people get timeouts at various stages from the looks of it

ancient sage
ancient sage
warm gull
#

ChatterClock

#

It's a chrome extension

drifting solstice
#

Hi guys
I can't say I'm very happy
I noticed that chatgpt gets limited for a task I previously used it for, it can get frustrating at times
Idk, is anyone else having these issues?

terse island
#

Kinda unfair how people get less than others

ancient sage
#

Yes. Get in line.

ancient sage
honest jay
ancient sage
dense halo
#

GPTs is 3/25

warm gull
dense halo
#

Normal GPT-4 is 3/40

ancient sage
crystal bramble
#

Anyone else getting:

"Error Analyzing"
"Stopped Analyzing"

with "There was an error generating a response" and a "Regenerate" button?

It seems to be really tripping over anything code/analysis related these days.

drifting solstice
dense halo
drifting solstice
honest jay
ancient sage
# dense halo People's report

But it was working with 50 before they did something, now its half of that. If that's an enforced limit, it should be made clear to the end user.

#

Not have the users play a guessing game.

drifting solstice
#

Oh, no
But you can share my pain
It is frustrating

Currently there's no much difference between 4 and 3.5
And occasionally it says I have no subscription despite mine not expiring

dense halo
#

GPTs is 3/25 from the first day

ancient sage
drifting solstice
ancient sage
#

These limits should be laid out to the people paying for the product.

drifting solstice
#

I mean if I know the limits, I know what I can do or cannot do

drifting solstice
sly crane
#

We need a consortium. 150 seats. I'll take 2

terse island
#

One of you wanna try pinging a higher up?

normal quarry
terse island
#

Why

drifting solstice
#

They might ban you

#

I just hope they fix it soon

terse island
#

For telling them their ai is broken my bad 😂

drifting solstice
#

I'd be back after a month or two to see if they fixed it

ancient sage
drifting solstice
#

They don't have the processing power

#

Since I see the problem is general
I'll cancel my subscription and return after 2 months
But then Microsoft should've given them more vGPUs

dense halo
# ancient sage Where's the evidence of this?

Search this text Custom GPTs ("gizmos") have a lower limit which is shared across all custom GPTs. It appears to be 20 per 3 hours. There isn't a public endpoint for custom GOT message limits, just an error returned when you exceed it.

sly crane
#

Can anybody please advise.

I'm a student MH nurse. Special interest in AI - Specifically for assisting with decision making, risk management and care planning. BA in leadership in health and social care, with a digital health pathway.

I don't have any tech quals, I didn't code but I understand the fundamentals. I'm working through deep learning (Goodfellow et al 2016)

But the maths it so hard, I don't wanna code. I want to advocate for safe and responsible AI. I am in a position where I can influence large institutions that are currently anti AI.

I can't work out if I need to be able to codr, or just understand the fundamentals.

It's hard man

normal quarry
sly crane
#

Can it be moved?

It's specifically a Gpt question. Because it's GPT that makes me think I don't need to code.

normal quarry
dapper isle
#

why chatgpt4 is not able to retain the chat data anymore it forgets the actually things and i have to remind it all the time what its doing and the purpose

honest jay
spark owl
#

ok so i had access to gpt4, been paying my subscription from day one and just because sam decides to stop sign ups on the very same day my subscription expires, im no longer subscribed? lol

jaunty robin
#

did you have autorenew on?

spark owl
#

yeah

#

since the beginning

feral zinc
#

mine autorenewed today without problems

jaunty robin
#

ah fantastic, today was my rollover day as well (and I got booted)

#

what are the odds? (1/30 or so)

feral zinc
#

did you use real credit card?

jaunty robin
spark owl
maiden fractal
#

And often rejected

feral zinc
spark owl
#

🫡

maiden fractal
#

Lets stay respectful in the server please

spark owl
#

Lets stay respectful in the server please

worn hollow
#

Lets stay respectful in the server please

jaunty robin
#

if the transaction bounced you'd expect that they'd send an email about that too

spark owl
#

yup

#

pretty sure they didnt charge it

#

if your rollover was on day sam decided to cancel signups you're done

#

even tho it really isnt a new sign up so

brisk path
#

Best way to buy plus is through Google pay or some other alternative using the mobile app

spark owl
#

buying plus is not the issue

#

its bad communication top down im sure itll get sorted just gotta contact support

jaunty robin
#

also, for some reason I have something called 'alpha'

spark owl
#

yeah its what non paying users get

brisk path
spark owl
#

dude scroll up

brisk path
#

If so, then it's

#

Free GPT-4 all tools

#

I think

jaunty robin
#

huh

jaunty robin
brisk path
#

Also, alpha usually goes to previously paying users

spark owl
#

jaicraft why are you pretending you know what youre talking about

#

jc

haughty hollow
#

Dumb bug detected on Chat AI

dapper isle
#

wasnt it 8k?

jaunty robin
#

aha, ok I have it figured out now, I was in the alpha for plugins when they were in development, Idon't have all tools unfortunately

wraith ocean
#

How come in some chats it says I’ve reached my limit and I’m other chats it’s allows me to still talk ?

spark owl
#

"alpha" is just what was available on gpt4 . now that youre free theyve just labeled those options as "alpha" very odd wording but yeah

normal quarry
wraith ocean
#

My other chats are making dalle and browsing and say gpt 4

fiery mulch
#

source?

brisk path
#

I thought 4k was the output token limit

jaunty robin
#

yeah, the input was 128k I think

#

ah, thanks

wraith ocean
normal quarry
feral zinc
#

it does not know its own limits

dapper isle
#

for the web too i believe

wraith ocean
#

Mine said 8k last night. It doesn’t know.

sterile forge
#

Anyone know why with GPT-4 Turbo, it's no faster than the previous version of GPT-4? GPT-3.5 Turbo is insanely quick but not so much for 4.

dapper isle
#

everyone was saying that the previous gpt4 was better than this gpt4 turbo

dapper isle
#

yeah but they said that turbo would perform better than gpt4

sterile forge
feral zinc
#

you can see them when you refresh the page and look the models call from network tab

maiden fractal
dapper isle
#

yeah but does have any significance tho? wouldn't you get the same thing by setting up the coustom instruction on it and get the same result before? one thing here is that the knowledge cut off and i dont need to set new/different type of coustom instruct for specific reasons anymore

#

or am i missing something

feral zinc
#

its not possible because the page requires your session id

brisk path
#

They had to close ChatGPT Plus subscriptions because they're so 💀

fiery mulch
worn spire
#

Anyone knows if is possible to subscribe to ChatGPT Plus using a referral link with trial? If it is also suspend… what happen with the link? You loses it?

white jolt
#

hi guys, did anyone built personal GPT? e.g. uploading all data about yourself in a structured format. What did you upload to make it useful?

feral zinc
#

https://chat.openai.com/backend-api/models
text-davinci-002-render-sha, 8191, Default (GPT-3.5)
gpt-4, 32767, GPT-4 (All Tools)
gpt-4-browsing, 8191, Web Browsing
gpt-4-code-interpreter, 8192, Advanced Data Analysis
gpt-4-plugins, 8192, Plugins
gpt-4-gizmo, 32767, Gizmo
gpt-4-dalle, 4095, DALL-E 3
gpt-4-magic-create, 32767, Magic Create

dapper isle
#

whats a magic create?

feral zinc
#

custom gpt probably

dapper isle
#

askyourpdf? whats that

dapper isle
feral zinc
#

thats the list chatgpt gets when you refresh the page and all in that list are chatgpt only features

brisk path
#

And gizmo

feral zinc
#

see above, probably custom gpt

brisk path
#

What about gizmo

feral zinc
#

anyone can check the list themselver, browser F12 -> network with that url -> response

brisk path
#

I put the magic create thing into the url

#

It now just shows "ChatGPT" instead of "ChatGPT 4"

#

What do I do with this weird ChatGPT

alpine bolt
#

I've reached my usage limit 3 times today anyone else hitting it more often?

feral zinc
#

you need to access it via browser tools and not with a direct link, and yes 32k

low cove
#

How long should I be expecting to be on the GPT-4 wait-list?

normal quarry
dense halo
#

Is gpt down for anyone rn?

normal quarry
pure quiver
full veldt
dense halo
#

Nvm it works

deep kettle
#

Doe anyone know when they’re adding the gpt store?

normal quarry
lusty elbow
#

Hi there,
Does anyone knows if it is possible to force a custom GPT for example with a key word, to answer using only the uploaded documents for it's knowledge ? 🧐

lusty elbow
#

Well I tried with something like "When I ask you something that start with "Use your knowledge" you must search only in the uploaded documents that I provided you for you knowledge."
but did not work, the bot still give me answers from the web

rancid turret
#

I just lost my plus subscription because the auto renew is not processed somehow. I'm sure my credit card is working well. I cannot re-sub because there is a waiting list. Does anyone know who to contact with for this kind of issues? I need the sub soon for a project.

lusty elbow
#

huum, yes I can do that, but what I want is just sometimes, in somes cases, I want him to look only in the PDFs uploaded without browsing the web.
but without deactivating the browsing feature

brisk path
#

They closed ChatGPT Plus subs today because of the load from people signing up because of devday

brisk path
#

Web browsing does kinda interfere

lusty elbow
#

I will give it a try

arctic gorge
#

Does anyone know the cap for GPT4 and GPTs? GPTs seems to run faster than GPT4

rancid turret
floral ether
#

its 25/3. They have altered the deal. Pray they do not alter it any further.

swift osprey
#

So I paid for plus, I see the subscription payment made yesterday, but I do not have access to GPT 4. What is going on?

#

Last time I had to contact support over email it took about 2 months to get a response

#

Very cool stuff

sterile forge
#

It'd be faster to send your message via pigeon lmao

swift osprey
#

Its incredible how they can build something like GPT and fail so hard in so many other areas

pliant socket
#

Everything's breaking errors everywhere neighbours are trying to ban it in my area

tardy prawn
#

Does anyone else keep getting responses (which use up prompts, no less) that say "As I am unable to browse the Internet..." etc, so you have to waste another prompt to say YES YOU CAN BROWSE THE NET @#*! so it will go "oh, derp, guess I can after all"

waxen ice
#

Can anyone guess when they openn renew plus?

fiery mango
#

the new User's UI change, i domt like it

haughty hollow
#

bro wat

#

i got update for the UI of Chat AI while the tab is active lol

warm gull
#

"error saving draft" - should become the new slogan

upper fern
#

F sck '

ionic geyser
#

Bruh chatgpt is horrible for me the past 2 days. I hit the usage limit since it kept refusing to run any code. Can the Policy/Guidelines PLEASE BE UPDATED?

fiery mango
dense salmon
#

the new look looks ugly bruh

minor prawn
dense salmon
#

lol

upper fern
minor prawn
#

I never said I worked at OpenAI

fiery mango
minor prawn
#

@upper fern You're acting like your a OpenAI Employee by saying "No we don't update guidelines" First of all its not we its you who doesn't want to update a company's guidelines when you obviously don't even work there so why bring that up.

fiery mango
minor prawn
#

Also this Sami guy tried to say that I don't work there either when I never said that I had a job at OpenAI so that's obviously 🧢 since I never even said that I worked there in the first place

soft parcel
#

Gpt has elevated my work email game to a god like level.

upper fern
crimson current
#

i managed to renew because of that

#

i had chatgpt window open at home computer and when i pressed the renew i had the normal update button instead of "waitlist"

#

after that it sent me to the normal payment page where i managed to pay

upper fern
maiden fractal
#

I am not a mod, ,but I highly suggest to stay respectful by rule 1 before getting mute or warning

soft parcel
minor prawn
lunar arrow
#

Can GPTs use HTML as knowledge?

upper fern
ruby marlin
#

i pay for Chatgpt plus and have been for a while but now its asking me to upgrade to Plus even though i have had it for a long time now. anyone running in to the same problem?

urban bone
ruby marlin
urban bone
coarse lake
#

Emmmm, ChatGPT's UI had a overhaul ...... did i just notice it or was it changed a while ago ?

loud night
#

ok after the whole gpts thing im back from planet bard

#

seems i cant get plus because i was an hour too late tho..

tight island
#

"We've detected suspicious behavior coming from your system"

Umm.. excuse me, Please give me more details.

flat timber
#

Is there any place on this discord to ask for testers of our GPTs? It seems like the custom GPTs are only available for Plus users and none of my IRL friends are Plus users.

rich surge
flat timber
#

LOL what

#

When I was trying to build in playground before the GPT builder was available, I was running into errors. I don't want anyone to use my own GPT until I have it ready for real

rich surge
#

You should probably report those errors.

#

There shouldn't be any errors.

flat timber
#

I would be more than willing to run some GPTs through the motions for others

rich surge
flat timber
oak finch
#

Anyone know why the knowledge cutoff date is showing January 2022 again? Am I no longer using turbo?

crude slate
#

I think it would be neat for them to add roles here based on tier once they add more tiers

#

Should be able to help trouble shoot better and connect easier issue wise

upper fern
#

Hey

eternal rockBOT
waxen laurel
#

is there a new word limit to an answer or am I going crazy

#

the bot refuses to make something longer than 120 words in one reponse

honest jay
cosmic notch
#

Sky is not Sky--my favorite voice is Sky, she resembles Scarlet from Her. That was the draw. And when I go to settings and listen to a test sample of Sky, she sounds like my old Sky. But when I use her in a custom GPT I created, she sounds like a different person.

waxen laurel
cosmic notch
#

Anyone notice their voice prints being different in a custom GPT?

waxen laurel
honest jay
waxen laurel
#

not sure what was wrong

honest jay
steady path
#

how much enterprise subscription cost?

tight island
#

nothing

#

because ur not getting access to it since you dont qualify if you dont have a team.

#

you can read more on their website.

latent seal
#

Why were subscriptions suspended? Can someone explain it to me?

hollow mica
#

question on latest version. How can I see how many messages my Plan supports? It used to be visible when creatinga new chat?

warm gull
#

noticed something interesting - seems GPT's have a separate cap to normal GPT-4 - I cant submit any requests to GPT's ( Cap reached ) - but I can still prompt normal GPT-4 ?

full veldt
full veldt
sick pecan
#

i go one step further and ask for it to "an absurdly detailed" report etc

#

hyperbole and exaggeration helps with all AI

full veldt
sick pecan
#

well normally i am asking for an absurdly detailed plan, then i can curate from that

full veldt
#

"Write six detailed paragraphs of analysis per sentence in the original text; begin with the first three sentences" is a good one (though you eat through inputs quickly as for any fairly long piece you're going to be making several prompts and that's before any retries)