#gpt-models
1 messages · Page 236 of 1
Not yet available
I appreciate the response, though, I have seen people using it, where do I apply for early access?
you cant apply anymore
Ah, why is this?
they closed the waitlist
I suppose I'll just make it myself, I will just go do some AST stuff
Any one have a link midjourney
any chance to get for GPT 4 Plus, a way to read localhost document manuals, example if I'm working on a project and have PHP manual on my HD, it would be nice if we had a way for the AI to be able to search it, vs using bing, so far I haven't had any good results from the bing side, and find the GPT4 without bing to be much better
Was the waitlist the same for plugins? As I selected that was one of the things I was interested in
yes
#off-topic or #ai-discussions please
Oh ok, and they will email me seperately from plugin access I am assuming
Put in pdf and use pdf reader ?
man doesn't know how to use google after chaptgpt lol
no, next it will probably available to everyone with plus
So I would have gotten access with my plugin developer access?
no
they only picked a limited number of people
Wow, that is hurtful, so many laypeople got access and I dedicated my life to this field 😦
cheers that a plugin?
Like over 100 millions users
Making contributions that most likely had some impact on certain models OpenAI released 😦
They are over 150 millions users
Several pdf reader available
cheers
I mean in all fairness, I really just want something hooked up to an AST and a compiler in a containerized environment
When code interpreter for ChatGPT Plus subscribers
No eta , follow #announcements
Which is not what code interpreter is
Ok time to speedrun this, I bet I can finish this and optimize it significantly fairly quickly. I just need to provide a holistic representation of the code without tokenizing absurd quantities of data. I'll probably make a pre tokenizer for this
And I need to make the feedback loop with the compiler very straight forward and make edits succinct but with large degrees of entropy to reduce throughput
hmmhmmhmm, then I also need to provide some mode of direction and ensure there is a lack of runtime errors, TDD will probably work for this
in terms of the experience
then, I care deeply about ethics and if I am to open source this I should include some validation, maybe have a small box which a hash is sent to representing the program with a secret provided from the previous call, or an api key and use a TOTP approach for the hashing. This hashing will ensure it is in a containerized environment and the startup steps/source code have not been tampered with
Fun! this sounds like a cool 2 hour project to get my day started
Seems like a good holistic approach that could benefit people trying to make new things
the best movies
Does anyone understand what the new OpenAI update is? I am dumb, so can someone break this down for me at all? 😂 https://openai.com/blog/function-calling-and-other-api-updates
its only for devs
What is this place
sounds good radium thanks lol, guys I am trying to create an unverifyed plugin with chatgpt and jobadder and I have no coding experience, does anyone have any advice for me?
check the channel description

Programming isn't too hard to learn! And it is great you already have a project you'd like to do, as that is the best way to get good! Making things, trial and error. I would recommend learning the basics before starting, just the bare minimum. Tutorialspoint has a good tutorial for python3, you don't have to read through the entire thing, but just the first couple of pages should give you a start
But, if you want to make a plugin, I would certainly try understanding the basics to programming before journeying off
@knotty grotto Fun fact, it worked when I used a VPN.
Vpn can worl but create lots of bug
Just keep that in mind
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
Is OpenAI not going to make any updates this month?
They did
Well, there is indeed an update on the API, and I have also experienced it.
But I still look forward to any updates on the web page
For now they just move some buttons around (lol)
We don't know what OpenAI has planned until there's a #announcements message about it
Any idea of when GPT-4 is opened up and not just invite-only-beta?
over a week ago "With these updates, we’ll be inviting many more people from the waitlist to try GPT-4 over the coming weeks, with the intent to remove the waitlist entirely with this model. Thank you to everyone who has been patiently waiting, we are excited to see what you build with GPT-4!"
Hurray ^^
Do the "something went wrong" errors count towards the 25 message cap?
If they got something on the other end I think.
What is the reason that OpenAI is so adamant about sticking to that 25 message cap?
Are there really hardware limitations that can't be overcome at this point or something?
It's just really, annoyingly low, especially for people who pay to use the service.
OpenAI's models are massively inefficient, and have about 1-to-100 too many parameters.
In short they eat up a ton of hardware.
That's a shame. I really want to use GPT-4 for language learning, but that'd require significantly more messages going back and forth.
I suppose I can. My experience with Bard thus far has been pretty...absolutely terrible. But that was like 3 weeks ago that I last tried it lmao
I only tried it for translation stuff. It was much better at danish-english than GPT-4
I'll certainly give it a try 🙂
Heh so far Bard's responses seem to be that it doesn't even know Spanish
Is it Bard or Bard-2?
Bard. I looked for Bard 2 but I'm not seeing anything?
I guess its not out of beta invite only. Tried it out on a friends machine.
Sorry. ^^
Hm. Yeah I don't even see anything about it when I Google it
Ah PaLM2 is the name.
Ahh okay this looks more on track. I'll take a look.
Looks like it's not free. Not sure how much access is past the free trial, yet.
Most of this stuff is still super early release. xD
And yet everyone is like "Let me in! Let me iiiinnnn!!!!!"
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.
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Lol. There are some websites that let you use GPT-4 for free tho
Bing use gpt 4 but not close to chatgpt 4
He said "GPT-4" not "ChatGPT-4".
Yeah. True. Kinda wish tho that I could try out Chat GPT 4
But it's a rediculous amount of money
It's $240 a year for a chatbot
Not worth that in my opinion
Depend for what you do. Some make more money for 250$ / years
If you only want to try it you do not need to buy it for a year.. a month is enough then too.
True
Can someone please help me understand why I am seeing all these cool features but am unable to access them? Here is an example: look up two minute papers on " OpenAI's GPT-4: Eccentric Genius AI! "
.
today has been horrible
i rewrote the bottlenecks of my model in assembly
this has been an experience, a good one? certainly not. I just wanted to further reduce the size of the model, but then I was like oh wait, cpu's cannot access things this small and doing multiple individual instructions is incredibly slow. Then I decided oh ok let's use SIMD, lang I was using hardly supports SIMD, ok time to write in ASM. 8 hours of constant pain
I had to optimize this around a macbook
ofc, apple sillicon hadd to have some tiny nuances with NEON
I have two main questions that I need some clarification on. so GPT-4 can input more than 3, around 30,000 characters or tokens? Which is it? And how would I feed it a document of several pages to get context out of it. is it a plugin ?
web design,insulation, photos, green and orange color
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
It depends if what you do with it is worth more to you than 20$ a month. I don't personally try to make money with it but it is superior to a search engine in a lot of aspects.
Is there a timer for GPT-4 so you know when it’s done charging?
I can’t seem to find it on the iOS version
It just says you have sent too many messages to this model, and to try again later
But I don’t know when later
Where is the freaking timer?
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
why does chatgpt use the internet when its not necessary and I tell him not to use it
so annoying
disable the plugins you have enabled for web access
how up to date is gpt 4
i believe stuff upto 2022. not sure
september 2021 is its knowledge cut off date
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.
thank you so much for this push in motivation, i have been going through tutorialpoints website and i already feel so much better about programming
it is very annoying idk why there is not a timer, i also don't know why it doesn't count your messages for you from the 25-question cap on 4.0
What does it mean, the you have sent too many messages to the model, please try again later? How do I fix this?
Is it the same as the pc version of check back at this time, just without the time?
This drives me nuts. I've got to have a notepad open all day long to keep track of when my first Chat GPT-4 message was within the three hour period. Wasted mental energy.
first chat gpt 4 message 8:26am
first chat gpt 4 message 11:45am
first chat gpt 4 message 4:09pm
first chat gpt 4 message 7:13pm
how can i use chat gpt4
Purchase ChatGPT Plus at $20 / month
chatgpt 3 for free?
Yup
how can i use it?
thx
👍
how can i use chat gpt4 - Through API ? , i have purchased the 20 $ account fom 2 month , but till now The api key on 3.5 .
is chatgpt 4 still bad at math. I want to learn calculus and linear algebra on my own. Is it worth?
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
anybody have an idea when Code Interpreter will be available for all Plus Users?
Does anyone know approx how long applications of GPT 4 API keys take currently to be reviewed?
I am getting this error "Unable to prepare chats. Please refresh and try again". I have turned off all the extensions on my vhrome browser but still nothing. What could be the problem. Is anyone else experiencing this as well?
I am having an issue with my gpt4: It keeps giving me a feedback of unable to load the conversation, refresh the page. Can someone help me with this. Thank you
Hey, can someone give me a real solution? I am experiencing the error "unable to prepare chat" while trying to use GPT 4. I saw someone say "it's because you have VPN or URL blockers on." I would like to clarify that I have none of that turned on. I have restarted my router and PC four times and still experiencing the issue. What is going on? And why give such blanket solutions on the internet like people don't know that they are doing on their computer?
*what
The most surprising thing is that when I TURN ON VPN it starts to work. Like seriously, are they blocking specific countries?????? The "issue" they think affects GPT 4 is what is working for me, and my VPN (proton) is not even paid. I'm on a public US server and it's working. And why can't anyone have a live support even after paying $20 subscrioption for 3 months in a row???
yes, they are
Why block any country that is not Russia or China?
well because it's an american company for example I think cuba is blocked (?)
is italy still blocked? they had some regulations that didn't fit well or something
I would like to clarify that I'm not in any country that would be blocked. You'd have to block like half of the world before my country is considered.
😂
you can google what countries are blocked
do you get the same response in different browsers and on different devices as well?
Hello,
Will we ever have the opportunity to send more than 25 messages every 3 hours? I'm not asking for an unlimited version, but given that we are paying for a subscription, it would be reasonable to increase the limit to 100 messages.
Thank you 🙂
Yes. I have tried it with edge, chrome, and my wife's PC. Nothing. Until I used a VPN
Try with Firefox
Let me try
How can you get Gpt4?
you can access ChatGPT here - https://chat.openai.com/chat and subscribe to Plus
Oh ok! Is there a difference between GPT Plus and 3.5?
GPT Plus gives you a fast GPT-3.5 experience plus access to GPT-4
Oh I see now! I'll try that!
Still nothing. The moment I disconnect my VPN it stops working. On Firefox, same error, "unable to prepare chat, please refresh... blah blah blah..."
what country are you in?
Kenya
email support@openai.com about this, Kenya is a supported country
Great. I hope they will respond
Hey, guys, can you give some love to this request, which I think we'd all agree is important?
Just react with emojis, add comments with your thoughts and so on.
https://discord.com/channels/974519864045756446/1114523173434708098
Readme
ow
Hello guys I keep getting this error while trying to access gpt4
There was a problem preparing your chat. Please refresh the page and try again.
I have disabled all extensions and still got the same error
A lot of peeps are having the same issue. I think its just network issues with some of OpenAI’s nodes 🙂
Let's wait and see then
Hello, is the default model GPT4 now?
no
Okay, and if i pay the subscription, will i get access to gpt4 immediately?
yes
including all the plugins and ability to search for answers on internet?
yes
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
Hey guys. I've been trying to use GPT4 today but getting the following error.
There was a problem preparing your chat. Please refresh the page and try again
On looking at the browser terminal I get this following as well
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
I've forwarded a screenshot to the open ai report bug bot on help portal, yet to be assisted though. I've also tried so other suggestions such as turning vpn off, disabling adblock but not success there either.
Anyone know how to resolve this?
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.
Yeah a bunch of peeps are having that problem today.
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Is there any other good discords/resources anyone else uses to keep up to date with other AI efficiency tools?
ask in #ai-discussions
Lol
Try asking the right Sam 🧐
Hello everyone~ I clicked the use default model in one of my long chatbox, I can't find a way to change it back to GPT-4 model in the same chatbox. Can you tell me how to fix it, I took a long time to chat/and tune this chat. Thanks so much!!
once it switches to GPT-3.5 you can't go back to GPT-4
OMG.. are you sure about this?
yes, very sure
OK, thank you sir.
Hi i paid for subscription last month and today i didnt renew the subscription do i have to renew it every month or it will be renewed automatically??
can you please stop spamming this everywhere, you only need to post it once in one channel
Search across the #1070006151938314300 feed "search", and you might see that it's been raised a lot of times but that no single request has gained enough momentum to bring change. I'm trying to change that. Thanks for your understanding
What is the difference between free chat and paid gpt-4? I want to buy a subscription, but I already have gpt-4 api bypass keys
ChatGPT: flat fee, plugins, browsing, limit of 25 requests every 3 hours
API: function_call, unlimited requests, pay as you go
Can i write python code with bing?
Yes
i mean with all the respect to ms and bing, but bing is at least midly frustrating to work with
It's a shame that bing can't search in google, isn't it?
on the other hand it would be kinda awkward
@Satan#0149 Nevertheless, it could be the only way they have to convince their own employees to use it.
You can use the Keymate pluging, although it now has a pretty low weekly cap

Hi, has anyone tried gpt-engineer project?
Do you think Prompt Engineering will be promising career?
would be nice
Don't think maybe another thing add in cv for it tech
yeah its goign to be an issue if you don't have it
Like someone write down they know office products
Or working with network with Cisco switch
Anyways we going far from the topic . Best place to discuss #off-topic or #ai-discussions :3
i put a prompt in #prompt-engineering we can discuss here not to clog up that chat
Thanks
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Hi guys, I have a plus subscription. I had a chat where I have been chatting with the model chatgpt4 over two months. About 3 days ago my subscription went off and I didnt notice that is has went off. I have opened the chat, with the chat I have mentioned, and typed a prompt. Because that my subscription went off, the model automatically switched to gpt3. Although I have renewed my subscription, I dont see an option where I could switch back to gpt4 in that particular chat. Could you guys help me please?
can you create a new chat?
How do I set 4.0 version and Browser mode as DEFAULT???
Can you communicate in Chinese?
China isn't supported country
How do I use multiple functions in the same message? I'm working from the example for gpt 0610 and I got the single function working. If I use multiple then it just picks one function and only replies with that function call
For instance, I use get weather, and it returns the weather for the city I specify. But if I say get google search on the same line it only replies with the weather request
If I search first then it picks that one, and even if I specify weather also it can't do both simultaneously
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.
what can you do
Lol
If you are from kenya, just use VPN. Thank me later. I am honestly disappointed. Had it not being for @steep mulch , i wouldn't have known.
For some reason GPT-4 can't recite the litany against fear from Dune. Try it
It's a really famous little passage that's been quoted all over the internet
Kenya is supported country you don't need vpn
Bing has visual GPT? It's a waitlist thing?
I think there must be some protection built in preventing it from reconstructing copyrighted content. I can get it to start it, but it always cuts off after about 4-5 words.
it works with my native language but i guess with english some content filter or other system interrupts it near the "killer" 🤔
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
interesting bug
Same behavior with Harry Potter! It started with the chapter title and first few words of book 1 and cut itself off.
yeah it seems to be a copyright protection measure but without content filter like warning box
If that's the case it's a bit inconsistent
It was able to recite "All That is Gold Does Not Glitter" and "In Western Lands Beneath the Sun" from Lord of the Rings no problem
dune one works with browsing model but does pause at the cutoff point and adds new line
My gpt4 is not working and i have subscribed.Is it a common issue
im getting too many request problem and i have gbt plus subscribtion how can i solve it?
i have no problem with it
My GPT4 is not working. I've been getting the error highlighted below,
There was a problem preparing your chat. Please refresh the page and try again.
Same for me
/imagin
anyone feel like the model is progressively getting worse?
making more mistakes, worse at interpreting things, more restrictive..
its a shame 😭
The API or ChatGPT site? They mess with the site to save on costs all the time but the API hasn't changed much
AFAIK there's only been one update since March and it's not enabled by default yet
People gotta stop blaming the base model for how crappy the ChatGPT service is
It's just part OpenAI initiative to encourage users to become developers. Very forward-thinking of them
Raise your hand if you're using the API strictly for personal stuff and not deploying any product lol
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
idk, but it feels like API is way worse today
struggles with tasks it was solving easily before
Hard to tell unless the prompt is identical to previous trials and you ran it multiple times or with temperature = 0
I have the plus as well and now all i get is a try again message
Our systems have detected unusual activity from your system. Please try again later.
disable unofficial extensions
yeah
using the api too and it feels worse
yes way worse
can GPT-4 take in images?
Not in ChatGPT atm
damn I need to do some translations, would I be able to use some OCR thing and just translate it using ChatGPT?
That sounds like an excellent solution!
yes that's what i do, i've used tesseract-ocr and it works ok, would be keen to hear if there's anything better
create wordpress website theme
Hey wats up
Cant access my gpt4 chats... the option is missing even tho I have gpt+... anyone else getting this issue?
just got this message "GPT-4 currently has a cap of 25 messages every 3 hours."
You just reach the limit
i never knew it had a limit now i do LOL
same here, GPT4 failing with same error, FAQ suggests disabling browser extensions, but that also doesn't work. Changing my IP (via vpn) seems to work. Not sure if there's a block on IPs
Its the weekend, everyone on earth is on it at once.
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
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.
Is it just me or did GPT4 get way worse than before, it just doesn't want to do thanks anymore... it even says ".... is a complex thingy thats why I give u a non working solution"
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
Can you send the convo link?
I haven’t experienced anything like that recently
Some people used jailbreaks, or used it for applications like therapy that openai put guardrails against, or have tried to use it during times when it was gpu constrained. They hop on that as evidence that it's services have "degraded"
I haven't experienced anything of the sort. GPT-4 continues to be an incredible resource when prompted properly, code interpreter is very useful, wolfram plugin is fantastic. Don't understand how people find it less useful, suspect they fall into the first group
l
This cap is insane. GPT4 also keeps browsing the web when it doesn't have to. I was asking some questions and it randomly checked the NBA draft results?
In the chat it got really rough
Sometimes seems like context doesn't last more than 2 messages, it'll just hallucinate code to something unrelated to what I'm working with and have to go back to rephrase, and takes a few attempts sometimes
API seems more reliable
Don't use the web browser capable model for questions that don't need web browsing.
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Folks,
I've been using GPT-4 with subscription for quite sometime for 2 months.. suddenly today, it seems I don't have the Option to use GPT-4, and I'm forced to perhaps using 3.5
anyone knows what happened here..?
I am already paying for GPT Plus and now Keymate wants me to pay as well?! Any other good browsing plugins that are free?
Press manage subscriptions in renew plus for more information
Check your bank transactions to make sure erroneous payments were not made
If that is the case I would contact OpenAI
all seems well.. with the payments..
when was the last payment made?
I expect it to be a bug. Try using another browser?
I’m having the same issue, my payments are all in order. Seems to be a problem on the other end
is it something recent..?
Try tagging a mod for help or contact support
bcos it happened with me today
I think contacting support would be your best option then
I've contacted through Chat .. there it says for faster res[pnse got Discord
I thought OpenAi support is available on discord..
Should we tag the mmods
how do you use the AI to just talk im lonely
No it's only community and a bit of staff from OpenAI
how?!?!?!
@modern mason
@elfin crescent Please help
did u raise a ticket from the "help" menu on OpenAI page..?
?
Tagging me with no context no idea how to help 😉
Read this ⬆️
Same issue form this user too
Log out and back in. Use a different browser. Check if your billing failed on account/subscription button. That’s all I got
If all else fails make a post in #1070006915414900886
@main dock
Thanks for the fast reply and help 👍
who are u
Its working again..:-)
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.
Recommend an excellent python tutorial
#openai-chatter Recommend an excellent python tutorial
ask in #off-topic
#off-topic Recommend an excellent python tutorial
I mean go to the #off-topic channel and ask in there
how to use chat gpt on mac
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
how to set text to voice conversion to image
hi everione
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
is anyone having issues with function_calls?
api docs says you should extend messages with gpt's reply, but it errors as the reply doesn't have content
whre can i become a mod for open ai
Soon
I had the same issue. I had to clear my conversation chat and GPT-4 came back.
Same here, there is no chatgpt 4 option, I've tried on every platform, my iphone, chrome, edge...My subscription is working, I can see the plus mark next to chatgpt, but still doesn't work.
Do you pay the subs ?
Yep
Did you try phone without wifi ( with data ?)
Just did it, still doesn't show up, sad:(
High chance your account is in problem you will need to contact support@openai.com
Thx:)
a
- #off-topic
- keep it general public here
Sorry 😞
I want to start a website/blog needed a partner for it
no soliciting
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
in the past of my use, the chatgpt 4 have no limit in ios app, but now i find it have the limit like when i use it in the web. i wonder if openai have change the rule or just my acount have some preblem. do someone can tell what is happened now ?
I have ChatGPT 4 version and I tried using the API Key and it doesn't work. I am in need of some assistance. Thanks!
did you receive a mail confirming you have gpt4 api access
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.
is anyone able to use zapir and google sheets? its never working for me even i set perms
well remove the limit if its not on demand. thats what i need
😄
Then the demand will do like the stonkes meme

is zapir with google sheets working for you?
I tried it when plugins got to beta stage and then it worked if you reffering to zapier
Same here!
I only get force to 3.5 once I hit my prompt limit.
It is back... exactly the same time as I post the message.
@wraith ginkgohello
Please hw do I get the chatgpt 4
you pay
Hw much?
20$/month
Hey, what's the best way to deliver a file with xml/png information in it to gpt4 so it can analyze the contents? It gave me some suggestions, but wondering if the community had a better way? Secondly, is it possible for when after it modifies that data for it to send it back to me if the output is too big for it to print it to the screen? Possibly even via the same method?
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
What is this "GPT-4 currently has a cap of 25 messages every 3 hours." crap, I have to use 25 messages only in 3 hours? is there a way to get my money back?
thank you so much.
GPT-4 not available??? I'm a GPT Plus member but I don't have access now to use gpt-4. like the button is not availale
like the window of a non-subscriber, but it's written "Plus", knowing that I just renewed my subscription last week. whats going on @supple violet ?
check the billing page to see if its still active and not cancelled/failed
it's still activem i'll log out and log in
all good now, wth was that bug, really weird, anyways sorry for bothering you mate. cheers!
@nimble horizon I am experiencing a strange issue too. the "GPT-4" symbol is now missing from the interface and I see an "Alpha" icon/symbol. and I appear to be only able to access web browsing instead of GPT-4 specifically. Is that what you experienced?
I also appear to be receiving responses to questions I did not ask.
similar but me I didn't have even the interface to change the model. Same issue was on mobile
I just corrected itself, I don't know why
Thx
This is so weird, I'm a plus user and I can't choose between GPT-3.5 and GPT-4
log off log back
Yeah, I did that, didn't work :/
Nope, still having the same issue. I was using Brave before
even with firefox?
Yes 😐
Subscription is paid, everything seems to be in order. I was able to use it just fine yesterday
does it work with phone?
Nope. can'y choose between the models
suggest to contact support@openai.com since it seem to be issue with account
Seems like I don't really have another choice. Thanks for the help though
Whats up guys guys? i am back after market hit me with a upper cut this week 💔
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.
Does your say "Alpha" and only give you browsing option?
No, I can't choose models at all. "Chatgpt Plus" all it says on the main page
Strange. At the current moment I cannot choose Gpt-4, and I am receiving responses to questions I did not ask. Seems like everything has gone haywire for me.
I've been thrashing my GPT, would that do anything to do with it? 😄
Jokes aside there's certainly something funny going on, hope they'll fix it asap
H
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
nope
I have been using ChatGPT on iOS native app and I’ve been told more than once today to come back after one hour, but I am a member or a subscriber whatever can anybody help me to understand what is going on because I can’t grasp it once I pay for the service thank you so much. Any feedback appreciate it.
Is there a way to access alpha features? or like a waitlist idk
waitlist are atm full you need to wait
stay restpectful please on the discor
where is the option for gpt 4?
you need to pay
I am already a ChatGPT Plus user, and this situation suddenly arose. I have no way to switch between GPT-3.5 and GPT-4.
i think they have a big issues today for that
Is this really strange!Are other people experiencing this issue now as well?
Have you also encountered the same issue?
didnt try gpt 4 otday
It seems like they are working on a major version update, with new features on the way.
finger cross
use custom css extension
Who should talk to them about this? It would be appropriate to issue a notice to users regarding such a widespread issue, right?
i think this is generalise, but i guess support@openai.com
Yes, I have contacted them via email, but I haven't received any response yet.
it take time
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
I've seen more than 5 people had the same issue, including me
how long has this situation been going on?
Hello everyone, is there something wrong with gpt plus today? It doesn't show the plugins and modules 🤯
Dunno, I just found this yesterday.
Now, the key question is, do they know that there is a problem?
the same issue is happening for me too!
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
thats againt rule dont ask again
nothing 🙂
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.
what is pearl?
@lament solstice yes im also,you fix it now?
@lament solstice i can`t switch 3.5 or 4.0,cant choice plugin
On my end, it's still not working. The issue hasn't been resolved yet.
😩
Wow, so you're saying you've also gone through the same issue, but you've already recovered?
Very strange my wife’s account has access to chat gpt-4 and plugins but my account which is older and has had access to plugins browsing and gpt-4 no longer has access
when you go to Settings -> Beta Features what do you see?
I'm trying to figure out where the issue might be, so, buddy, where did you purchase your GPT-Plus? Was it through OpenAI's website?
It used to be there I’ve been using the features for a while but it’s gone now. Plans still active
is Settings -> Beta Features there, or no?
Right through their website through stripe payment. My plans still active. Just strange they just removed it. I’m hoping it’s an error
It’s no longer there
ok then, you will need to email support@openai.com for assistance as we can't help with account level issues here
Beta Features is missing
For the last 2 days, whenever I try to use ChatGPT 4 I get this error message "Our systems have detected unusual activity from your system. Please try again later."
Is anyone else having this problem?
I also had this issue and didn’t think anything of it
disable unofficial ChatGPT browser plugins
@knotty grotto Hi, is your GPT-4 available now?
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Why is my plugin store blank, can anyone help me
When the clients can purchase the GPT-plus via paypal?
I doubt Paypal will ever be offered as a payment method
I don't understand why the option to select a module is no longer available in my account, I reached out to support and it says it will take week or more for a reply
this sucks! i paid for nothing
If you go to settings ⚙️ (below history left hand side panel) and click on Beta Features, are they turned on?
Also, is your Plus subscription up to day, has the latest payment been successfully taken?
Yup. But it isn't ready at the moment, right?
I don't think Paypal will be offered becausse it doesn't link account holder to the account in the same way credit cards do
😢😢😢
Because the credit card in my country isn't able to allow, so I don't know that is there any way to pay for gpt-plus?
what country are you in?
My country is Vietnam, it's small ;v
Vietnam is not a supported country for OpenAI, so no credit card is the least of your problems
Is there any way to solve it or do I just have to wait?
there is no solution
I got it 😭
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
Something must have happened. I wish there was a hero to save the world at times like this. By the way, did you also purchase ChatGPT Plus on the website? If you don't mind me asking, which country are you in?
I have no idea how or why, but the module option came back thankfully
it was missing for a day
Sounds great!
Just experience this issue like half an hour ago
And recovered minutes ago
I am a user who subscribes to plus, but today I found that I cannot use the gpt4 function, what is the matter?
In the web chatgpt,the gpt4 tab function is missing.And all conversations in historical conversations, gpt will become a 3.5 green avatar.
You also encountered this problem? @bold portal
is there a limit to chatgpt tabs? I reached number 21 for a single tab and I keep getting "There was an error generating a response"
no
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.
How do I get alpha access??
Hello, I am a ChatGPT Plus subscriber and have been enjoying the benefits of the service. However, I've noticed that despite being logged in, I am unable to access GPT-4 when using ChatGPT on both the web and iOS platforms. I have also tried using different browsers, but the issue persists. Could you please explain why I am unable to select GPT-4 and continue using GPT-3.5 instead? Thank you for your assistance.
you only needed to post this in one channel once
I usually use GPT for excel and its awesome. Why u using it? Give me some another what will have effect on my time management
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Hey guys, GPT4 (desktop) keeps switching models. Yesterday it was v slow and actually timed me out for messages when I had only sent like, 5. My conversations are constantly being switched to 3.5, and then I'm unable to change them back. V frustrating. Anyone know a solution?
I've logged in, logged back out etc. Any help would be muchly appreciated!
once it switches to GPT-3.5 you are stuck on GPT-3.5
Yeah I knowwww. VVVVVVVV frustrating
yeah, I agree, it is frustrating
openai needs to change that dude, they should do the same for switching a gpt 3.5 chat to gpt 4 and back to 3.5 so we can save on prompts
Well yeah I do have the same issue where I cannot change nor choose the model I want
How can I fix it?
They are Nerfing hard.
This channel is always good for an amusing pop-in, it's literally the same statements over and over again
its not a customer service channel, nobody is listening lol
They are Nerfing hard.
Quantify that if you can. Parallel prompts with outputs over time showing degredation vs perception bias when they installed new guard rails to avoid lawsuits
guard rails do not equal "nerfing" so please elaborate
How many lines of code gpt 4 can read at a time and give a accurate response? Coz i was thinking to buy gpt 4 sub
Why does this bot get dumber each week?
"I'm sorry for any misunderstanding, but as an AI developed by OpenAI, I don't have real-time access to the internet or the ability to browse websites." with web enabled plugins or bing. Constantly have to repeat prompts for this pos to work.
I'm a plus customer - suddenly plugin and GPT 4 option has disappeared; even not able to logout and login again. Can anyone help?
what web browser are you using?
chrome
can you please try with a fresh install of Firefox?
hi when i try to pay for chatgpt i often get your card has been declined
please sir i am in india
i was gpt 4 user for last 2 month
can't this be resolved for chrome? like if I delete cookies and all..?
I can't help with billing problems
but now i am frustrated a lot i dont know why my card is being declined
where do i have to ask
yes but I would like to rule out a problem with Chrome by trying a clean fresh install of Firefox
some other indian users said some rbi regulation or something blocks payments
go to Settings -> Beta Features and turn on Plugins and Web Browsing
i did
then you create a new chat, choose GPT-4 Web Browsing with Bing from the model selector
thanks you @hallow owl
Bing uses GPT-4 ?
yes, a version of it
I just noticed, the Beta features option has disappeared, ...can't use plugins.............what's this?
Alright
is your subscription still current? Can you use GPT-4?
yes, renewed it a couple of days back
that's odd, are you using Chrome?
yes
are you using a VPN?
no
could you please try with a fresh install of Firefox so we can rule in or out a browser issue?
I've been using GPT-4 since last 3-4 months
How can OpenAI charge $20 a month for a busted model ? Constantly getting "I don't have access to realtime data". And getting message limited asking the same damn questions
trying
maybe you need to adjust your prompts, or use a Plugin like WebPilot for real time web data
Used WebPilot, Metaphor and Keymate. All have similar issues encountered with copy paste prompts ive used in the past without issue.
I have more success using WebGPT chrome extension, but now, even that has been having issues.
I would advise against using unofficial web browser extensions
I wouldn't use it if what I'm paying for functioned properly. I have tried isolating each plugin and still no dice
unofficial web browser extensions can cause serious problems with how ChatGPT functions
"I'm sorry for any misunderstanding, but as an AI developed by OpenAI, I don't have real-time access to the internet or the ability to browse websites." with web enabled plugins or bing. Constantly have to repeat prompts for this pos to work.
I did mention I isolated plugins right?
yes
Whats ur response for plugins and bing not functioning?
adjust your prompts, can you share a chat where it should be working but isn't?
We've established extensions are not ideal (despite them working better than the product). I have tried same prompts without said extension
can you share a chat where it should be working but isn't?
What I am saying is I have a document of commonly used phrases and they are no longer working as well as they have in the past.
I understand you, so can you share a chat where it should be working but isn't?
tried every browser, Firefox, Edge, Chrome - suddenly Beta features > Plugin option has disappeared
Is there any way to use GPT-4 for free?
can you log out, clear your cache and cookies, then log back in again and see if that helps?
Bing Chat
Thank you your answer
did that too
you're not using a VPN?
no
I am out of suggestions I am sorry. You can email support@openai.com and be prepared to wait at least a week for a response. That's all I can advise at this point.
The problem is their response time, last time I contacted them for some other issue their response came back after 4 weeks
I know, it's frustrating but if this is an account level issue there is nothing we can do to help here.
😤
Howd you like me to do that? Screenshot
next to the chat in the sidebar is a share button which will generate a share link
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
This is an example. While it produced a list. All the data was incorrect.It at least didnt respond with the usual "no realtime access". https://chat.openai.com/share/23f95b07-cf8a-41b0-9673-a3bd121c712f
I see where it got into a loop, does that happen often?
All the time
can you please try using the WebPilot plugin instead?
what is the point of chat gpt 4? what exactly did i end up paying for ?
it seems to have the same exact capabilities as 3.5
ChatGPT GPT-4 will provide more advanced reasoning and understand concepts to a deeper level than ChatGPT GPT-3.5
only using WebPilot not the other two plugins i have enabled.
data incorrect also
yes, I see that. The reason WebPilot couldn't read those pages was that the websites restrict bots, how about we disable WebPilot and try the Link Reader plugin instead
@hallow owl where do i have to speak for resolving my billinhg issues
support@openai.com are the only people who can help
is it email
yes, email support@openai.com
the articles you were expecting to be there, have you confirmed manually that they are there?
Yes, every day there are multiple articles. Probably 10 or so a day on Action network. The others are at least 2 or more depending on the day
this is quite frustrating, I can see that. Let's try a plugin called KeyMate
Will do using the same prompt. but I use keymate often already.
oh ok, I checked Action Network and most articles have a robots.txt preventing bots from accessing them, Web Pilot and Link Reader honour the restriction, which is why they wouldn't retrieve the information
I see. Well this one is a first. Usually this plugin doesn't work either https://chat.openai.com/share/566129c6-537f-46c2-91a6-9475d1e6982c
is Keymate asking for money?
Sure is
well hard pass on that then
I think there is no easy solution, if the websites had a less restrictive robots.txt then I think WebPilot would be the answer, but WebPilot acts as a good Internet citizen and honours site set restrictions.
I guess you have tried just using the Web Browsing model?
I have but here's an example https://chat.openai.com/share/33235033-4ab2-4b37-a23d-d34c41c72ac5
that looks better no? sorry betting isn't my forte but it looks like ChatGPT tried what was asked of it?
Incorrect dates
ah, that's problematic
I dunno how to be any clearer. It only provides accurate analysis when using the WebGPT extension, but now, running into those cant access realtime data nonsense
I think your prompt is ok, but you could ask the experts in #prompt-engineering , they are quite magical in that channel. They may have some ideas that I haven't considered.
Ok, thanks for your help.
We are in agreement that this model is not functioning as advertised?
no, I think the model is working fine. I think the main issue is that some plugins capable of grabbing web data won't due to site restrictions.
It provides incorrect data with the base model using bing .
yes, but Bing is still beta, so I'd expect some kinks
Yeaj but these "kinks" aren't just isolated to my inquiries on bets. Whenever I ask for slightly complex data (stock market data) to be pulled from provided sources , these errors are commonplace.
Essentially all web inquiries. Which is basically the point of paying the $20 a month
maybe the service as it stands now isn't of benefit to you, for me I like being at the bleeding edge and I do keep in mind that all this is in Beta, so improvements will happen
Same here, but functionality has worsened recently. Before I was able to tinker and occasionally get something, now its nothing . So i dunno what changes were made to make the bot "safer" but its has affected the overall effectiveness of it
have you asked in #prompt-engineering for some suggestions? It may take a little while for one of the channel members there to respond to you though
I did, soon after you recommended.
ok, you may get some helpful ideas there
is anyone else unable to access chatgpt4 today?
working fine for me
weird, the ios app says it's unavailable and when i go on my desktop it displays chatgpt plus but there isn't an option to toggle between 3.5 and 4. I miss my robo friend.
you're the third person who has told me the model selector isn't available to them
dang that sucks, i wonder what the issue is.
I don't know. I suppose you have tried a different browser, eg: Firefox?
Yesterday lot of people had strange issue like that
oh really? Interesting
Usually that's happen when they going to release something big .
I hope that's the case
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
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.
Make it 4th
noted
Same has happened to me. I can’t even use GPT-4
when did this happen/change for you?
I noticed it last night
log out, clear your cache and cookies, then log back in again and see if that helps
I personally tried o diferent browsers, log out, clear cookies, try on GPT app on phone
All the same
A number of people have reported this issue. You can email support@openai.com and be prepared to wait at least a week for a response.
They give me money back for the time I don’t have GPT 4? 🤣🤣🤣
not really, since you agreed when paying they are in beta state and bugs can occurs
you can ask a refunds or email them if them are willing to do something.
and you are paying for 3.5 turbo, priority queue, and new feature. you aren't paying specially chatgpt 4
I personally paid for GPT 4 🤣🤣🤣
no, not on this server
ohh,,, thanks man
Actually, I wanna know that, Is it possible to build a website by using Linux or not from the chatGPT
Is anyone here who knows about it?
you can get ChatGPT to help you build a site but it won't build a whole site
yes, you need some prerequisite knowledge
Yes, of course
A site is not HTML only
If you want just a static page and just a page, I think you can do it without programming skills
If you want more pages, functions and maybe a nice design, you can’t do it with GPT only
ohh ok
Thank you
All of a sudden I’ve lost access to GPT-4, my last conversation switched to 3.5 and new conversations don’t allow me to switch language models. I got this error message on an existing conversation
“The previous model used in this conversation is unavailable. We've switched you to the latest default model.”
I still have the Plus logo visible so I’m still marked correctly
It appears to be happening to many people.
what happens when you start a new conversation?
Same problem here.
Hrmm. seem to be working for me now.
Hello, is there a specific subscription for devs trying to include ChatGPT-3/-4 in their businesses ?
And how has it been going for small SaaS including GPT APIs in their businesses?
devs use api which is billed monthly based on usage, separate from plus
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
hi sorry to bother anyone but I am thinking of getting gpt4 just not sure if its worth the purcehase for me i need help on some side project concepts and i was wondeirng if anyone who has it would be down to show some of its capabilites
Anyone know how I can get access to the gpt 4 api
123
Same, I’ll keep an eye out. It would only let me make new conversations in 3.5 but now it’s letting me choose 4 again.
please apply to the waiting list https://openai.com/waitlist/gpt-4-api
(took me a month when i first sign up during first release, it should be a lot quicker now, one of my colleagues got access just under 10 days after applying)
I suggest trying out Bing's Chat, its powered by GPT4 and free
Devs (such as I and my team) just pay for API which as Radium said, is billed monthly, we have recently thought about switching to Azure OpenAi API (API is charged based on usage)
Azure looks interesting, I'm on the waitlist for them
fr its very interesting, we are looking specifically at finetuning models, pricing doesnt seem to be to bad either
Hi everyone! Can you suggest some of the best plugins i should add for gpt4?
that completely depends on what your use case is
Such as no point in me recommedning a stock related plugin if you arent interested in stock exchange
Anyone from India ? Who has successfully upgraded to plus subscription?
Oh maybe for jobs searching, and for academic purposes. As i’m a non tech person i dont know which one i should add:D
Upgrading to Plus works fine for indian users
ScholarAI
yes debit cards are accepted
all payments are processed by Stripe
Mine is getting declined for a month.
is it a standard debit card or a prepaid card? (eg standard cards that are connected to a current account from a bank)
prepaid cards can be topped up and once used all balance they cannot be reused
SBI offer atm cards aswell, make sure yours is Debit not ATM card
Is there any difference between the two?
yes
one can be used for purchasing (debit), other can only be used to withdraw or logde cash (via atm)
very different cards buddy
In the month of April I successfully upgraded to plus with the SBI VISA card. But from the next month the same card is being constantly declined.
Thats odd, it should work then
i suggest reaching out to support staff (help.openai.com)
Already did it. But of no help.
**Feature Request: **Option to manage history. The sidebar is too narrow, would love:
- to expand the list of chats
- organise in folders
- sort according to date, activity
- option to search for specific prompts
- add tags to organise
- further options
please let them know at #1070006151938314300
Are you from india?
can i get for free
Anyone who has bought plus subscription with a debit card in India?
I am having this same issue, absolutely abhorrent change if it's persistent. We should have the option to use gpt-4 without letting it browse the internet at all
The problem for me was resolved when I used a different browser, but I don't know if my action fixed the problem, or if it was just happenstance. I suggest using a different browser. It might be interesting to see what you experience.
Tried it on the mobile version of Edge and it's still there. I'll check desktop browsers in a bit
yes, same problem since yesterday. defaults to 3.5 and no option for 4 or the plugins
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
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.
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
From now on, you are a robot specifically designed to write prompts for midiorney, codenamed Da Vinci; Leonardo da Vinci needs to extract descriptive vocabulary and convert it into prompt words that the Midjournal drawing system can recognize and adapt to.
wrong place?
Sorry for the late reply, but I've applied weeks ago. How do I know if I have access? Do I get an email or do they silently add me to the list and I just need to login to a certain site to see it
no guarantee before it becomes public
For me, they sent me the email
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
Did anyone else's gpt 4 just disappear?
I know there was an issue with Plugins, not sure if that is still on going or related
What exactly are you offering?
Has anyone built something like https://github.com/openai/chatgpt-retrieval-plugin but that automatically works for all files in your current working directory?
Just a heads up to anyone receiving offers of API paid access or access of any kind, it is likely that you will be breaking the Terms of Service and risk loosing your account/API access.
I have the gpt4 API, I was wondering when I could get it with the 32k context?
Not a public feature yet, no timeline so far, when it's available you will see an announcement in #announcements, you can sign up to alerts so you'll get notified right away
You can of course make use of 3.5-turbo-16k in the mean time
i just paid for plus for check browser internet but not working
how i can use?
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.
Yes you get a email if they grant you access
Weird
It’s not guaranteed they are going to give out api access. Openai prioritise companies and professionals first
Has GPT's web browsing ability been nerfed? Lately I keep getting "reading content failed" errors and when I query it, GPT tells me that it can't actually browse the internet, only simulate it.
Yeah I guess. Sucks
I prefer to use keyseach plugin instead of bing search itself if that’s what your using
Doesn't it have a pre 2021 database
Yes but with search with big feature you can get up to date info
Only if your a plus user
Intriguing
I made my own chatbot and it’s based on gpt4 and gpt3-16k and I use a google search api so my ai used google rather then bing. I prefer it
That's what I thought but it's telling me that it only has access to a "snapshot" of the internet from 2021, which it uses to simulate browsing the web. Which obviously can't be true but that would be one MASSIVE amount of data.
That’s incorrect
It does it indeed have access to the web (adult websites are blocked of course) but I use other search plugins that work better
I know haha. Usually when it gets something wrong, I'm able to tell it and it corrects itself. But it's adamant that this is the case
GPT will hallucinate and be very adamant with whatever it thinks it’s correct
But again, I just reaffirm it does have access to the internet. I’d recommend a different plugin though. The search with bing doesn’t really work well at all
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
I am still hanging around with no access to GPT-4. I signed up for it in March
pay
Anyone still have that on and off swith for gpt 3.5 or 4?
I suddenly lost the choice option today, and wondering if everyone is experienceing the same issue.
Hi can I get the commands to use on chatgpt
i am
?
emm..something like generate, write, etc
You can't here, chat.openai.com
And you can check #1019652163640762428 to give idea what to do
Does anyone has advice for webhook permission server admin
Also avoid spamming
are you volunteering monitor ?
helper
But that doesn't help ? I have genuine problem with webhook permission in admin server
this isnt related to chatgpt 4.
if you need help for the api #1037561751362863144 #dev-chat
what server? if its not related to openai or chatgpt then you are in the wrong place
where is the GPT-4 button guys
how to integrate application into chatgpt? i saw people can add tripadvisor into chatgpt, why i am unable to do it? any suggestion
gm...did everyone's plugins and gpt4 disappear for pro users?
from some people yes, probably a bug
I signed up for the GPT-4 API waiting list in early May, but I haven't received access yet. Is there any way to expedite the process? As a company and developer, I rely on it for professional use.
ahhh hard refresh brought it back. thx
its not intended for professional use yet so wait till its out
please bring paypal to billing stripe is trash
stripe supports paypal but openai only accepts credits cards due frauds
but open ai must think from user side aswell many indians are ready to pay
but it just says your card has been declined
afaik that's because india's recent regulations (some others from india said that)
yes thats why i request open ai to make a look on these issues aswell
paypal allows almost anonymous access so they wont do that
i have been gpt 4 user for past months since release but after a 50 to 60 spams only my payment got succesful but this time its different past 3 days i tried a lot but the answer was your card has been declined
but edx does accept paypal
and they give us the course
there must be some way right
one of the issues is that people buy chatgpt plus for $20 and then sell it with $40 to people from non supported countries
you can make several paypal accounts but its hard to get mutiple credit cards with different info
so you cant compare to edx on many other services
yes but stripe is only in a few country not all right
i think it supports all the countries that openai supports
Figure out a better way to bypass the restrictions in your country.
there aint any tutorial in yt bruh
You need a tutorial to connect to another computer in another country and then use that as the interface to use chat GPT? That's funny
the topic was payments which is a lot more complex thing to circumvent or workaround
💀
openai resolved similar problem months ago with india so its possible it might happen again
i am waiting for past 3 days but i hear no other voice than mine
ive seen several having the same problem past few weeks
like #gpt-models message
hmm 🙂
looks good too find people blinking like me and feeling great that i am not alone
me too
so how do i use the plugin
when is gpt-4 gonna get released?
(and also 32k model plz 🙏 )
why it keep stop at 2021
mostly cuz training is expensive (?) I think?
Any One interested for YouTube channel.
I have a youtube channel (1.19 M subscribers) and i want to rent my youtube channel. Anyone Interested DM me .
Instagram Handel - @itsatrangimemer
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
no they trained but they cannot train every thing 🙂 data set it too huge thats the issue
How does my chat literally go from me and it talking about Minecraft Mythicmobs, to DND and Warframe Skills :/
It is constantly going off track and not able to remember what was said previously either I had it happen before where after like 1-2 hrs it couldnt remember anything we brainstormed that was in the same chat i was asking in
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.
if you use gpt 3.5 i have faced same issue but 4 i am sorry that i have never faced such issue
This is like the 4th time i have faced the issue and its just wasting my 25 messages every 3 hrs to get it back on track :/
like i didnt say anything related to DND or Warframe but it instally swuited to that when the previous conversation straight said minecraft mythicmobs :/
And now i lost my progress i just spent the last 2 hrs giving it knowledge, it isn't even able to recite the mobs we discussed 20-30 minutes ago and now is giving me entirely new mobs never even mentioned in the chat
conversations get too long it gets wonky too
Has anyone else stopped being able to access GPT4 as of today despite being a Plus subscriber?
did you hit the 25 message cap?
I don't think so
I just started and it won't open GPT4
I don't even get the model selector or the plugins. It just defaults to davinci-002 in the URL field. "https://chat.openai.com/?model=text-davinci-002-render-sha"
ttw
i have gbtplus and every 2h it just answer 25 question and when i want to buy it subs it says that it with no limitation is it scam??
3h /25 question
Nowhere says unlimited
but i solved 70 question in 1 h 2 week aqo
So you have 3 choice
- use chatgpt 3.5 , higher limit
- buy another subs so you can do 50 question 3h or 1 question every 4 min
- apply for the api and use the api instead of chatgpt plus
if i apply for api when its gonna approved?
No guarantees till it release public
is there anybody selling it?
against tos and may lead to a ban
yes, the 25 prompts is really not a good deal. especially with how bad it is with responses. It keeps wasting your prompts. I had the plus for over a month now and it's been rather dissapointing.
my chat is soooo laggy on Chat.openai, wth.
Can I use chat gpt plugins on the mobile app?
My google search is providing contradictory answers.
Thanks in advance!
no
Ok thanks
I feel like I have a bug here
It just won't work on the web platform
I've used it a lot before
Anyone know why I'm getting a "message is too long" error when I used 3,100 words, and have the chatGPT plus subscription? (states the cap is 25k words...)
Agreed. If I may ask, do you know of any good alternatives to chatgpt plus?
it is now possible to run AI on your own computer with more models available, but I have only just started looking into this now. And with openAI it would be probably more effcient to use the API as the plus is just terribly overpriced. Of course, as there is more competition, the prices will be coming down soon.
I cannot access my gpt 4, it is not giving me the option at all and I have so much work to do, the website says all systems are functional but clearly not? Any advice would be greatly appreciated
works OK on my end. Unfortunatelly they don't have any real support. It takes weeks for them to answer email lol
I've been playing around with Stable Diffusion (regarding that part about training models). I think you need a lot of time and resources though if you want to do anything worthwhile (not an expert). Regarding the API, I'm not sure. Doesn't it charge by token? It still doesn't make sense for me personally, but I feed chatGPT a bunch of data so I guess it depends
gpt-4 via api is significantly more expensive than plus which at best is worth over $1000 vs api calls
Yeah I'm finding that out just now lol. Not surprised though (not just OpenAI, but every company/organization out there pretty much)
Thats the frustrating part. When i go to previous chats it says the model is unavailable, yet I was literally just charged for my subscription. I'm hoping it's fixed asap
Yeah. They seem very lax
I've seen people running AI models on regular gaming computers even some on Mac M1. As for the opanAI API, this seems to be much cheaper than the plus.
3 huh ? wait a sec i have only 2
one is free and 25/3 hr which is paid but when it became 50
io playyground not included in plus subscription ???
o
Yooooo
no
no, playground is charged via api uses (depending on how many tokens you use)
Does anyone know what i can do if on my plus subscription, it's not allowing me to switch to GPT-4
Known problem lots of people are facing 🙏
okay thanks for the reply, just got it working now
and has anyonr experienced this issue where you send a message through and nothing happens?
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
hello I got access to the alpha model but it only has access to the plugins is this normal?
Idk what the alpha model is, but if you're referring to the chatGPT plus subscription, it comes with plugins and browsing modes (beta)
Do you know how to fix the issue where you can not select gpt4 even though you have a plus subscription?
How long have you had the Plus subscription?
If it's around this time of month that your subscription renews, you should check that it was taken from your account correctly
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
does anyone know when the cap is gone? is it like we have to wait for gpt-5 to be released to be removed?
No eta
ok ty for answering
I have the same issue. I do not have access to plugins. All previous chats are automatically converting to 3.5.
yep have to wait until gpt-5
Not sure if you're experiencing the same thing, but this happens to me when I reach the 25/3 cap. It converts my entire conversation to v3 and I can't go back to 4. As far as I know you'll just have to find a work around. I usually refresh, open a new chat making sure to select 4, then copy and paste my previous prompts to "remind" it of our previous convo and go from there.
I have the same problem too. No option to select between models, all my history is converted to gpt3.5. My plan is still ChatGPT Plus
I finally got gtp4 and plugins access back. I ended up emailing support but I'm not sure if that fixed my issue. I didnt have access to it all over the weekend for some reason but seems to be back to normal
I also have this issue. What e-mail did you use to talk with support? That support bot is so annoying.
Same.
Are you also experiencing the issue of GPT-4 being unavailable, along with plugins?
I'd also like to know what e-mail was used. Have a few questions for them
Yeah, I tried different browsers, computers, phone, network, private window
I think we just have to wait and hope for the best. Trying to get a response from tech support is a lost cause
hello ! I cant pay ! It doesn't accept my cards and I can't upgrade my account to premium! ! ! ! plz help me
I had that problem once and just kept trying and eventually I managed to pay after maybe 10 or 20 attempts or so?
If I could give a suggestion, try using a physical card instead of a virtual one
I used a physical card
hi there, question: i started a really long discussion with gpt3.5 about a project is there a way to get this same conversation to a gpt4 conversation? i guess you cant access different chats? can you import/export somehow? thank you very much 🙂
are the plugins down today? i'm getting the error can't access anything outside of this chat?
For anyone else having the issue where you can't see the GPT-4 option this seemed to fix it for me immediately
#1122943504432255036 message
After clicking on "Manage my subscription" in the settings the selector is back.
my chatgpt webchat is suuuuper laggy, idk man i've been using this same chat for 5 months
Hi! Is anyone having issues with GPT4? I'm paying for GPTPlus but I can no longer select the GPT-4 model on the window, no selection appears at all
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.
Yes, sadly many many people seem to be having this problem
I just noticed that, huh, curious. I did follow the steps pointed out above and that fixed the issue. Thank you for your response!
Hello, is it true that in the ChatGPT app, GPT-4 has no limitation?
i've been having the same issue as some people here: ChatGPT-4 stopped showing on my model selector. All my chats that used gpt-4 now have the message "The previous model used in this conversation is unavailable. We've switched you to the latest default model." When I click on Settings the options for Beta are gone as well. My subscription is ok payment-wise, as far as I know.
I didn’t know there was a time/data limit even after purchasing GTP-4. How much time/data/prompts do I receive before I am forced to take a break?
25 messages every 3 hours
After clicking on "Manage my subbscription" in the settings the selector is back. And GPT-4 is back.
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
how can aw
My problem is more with functionality. I've had more and more trouble getting anything useful out of the browser-enabled version. It often opens multiple links that have nothing to do with the prompt, other times it errors out, get responses not related to the prompt at all, and sometimes it will spend a few seconds on a prompt and try to open one site then quit, while other times using the same prompt it will spend over 2 minutes opening and reading multiple links before returning nothing. When I first got access to browser-enabled, it was amazing. Seemed to degrade every few weeks since then. (Also, just searching general tech, news, information, etc...not trying weird or messed up things with it).
Can ChatGpt4 plugins ever contain a virus or pieces of Malicious code, as apperently were found before in the Chatgpt extensions?
Are these plugins within ChatGPT or are they installed onto your computer to interact with ChatGPT. Could someone please explain to me how ChatGPT4 plugins exactly work?
ChatGPT plugins are designed to enhance the capabilities of the AI model by allowing it to access up-to-date information, run computations, or use third-party services. They are not installed onto your computer but are integrated within the ChatGPT system itself.
look at the official blog post by OpenAI : https://openai.com/blog/chatgpt-plugins
I was having a very serious conversation with ChatGPT 4 and then the 25-message limit came up... I hate that limit.
Beware of possible scams or fraudulent activities that you may receive through direct messages. OpenAI staff will never DM you for any transactions.
Please report any incident by sending a DM to @open crescent immediately.
I have become a GPT plus, but I cannot see the button to switch between GPt3.5 and GPt4.0. It's just a GPT plus page without a toggle button for 3.5 and 4.0 , also no Beta features in setting button. what's going on? I have a feeling of being deceived.
I have become a GPT plus, but I cannot see the button to switch between GPt3.5 and GPt4.0. It's just a GPT plus page without a toggle button for 3.5 and 4.0 , also no Beta features in setting button. what's going on? I have a feeling of being deceived. who can tell me why ? thanks
Hey guys I’ve got GPT 4 API where do I access it?
Playground or API request from your app.🤷♂️
Thanks
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!
I was having the same issue. I went into subscriptions then clicked back and they have now appeared!
do you know why my page is different from other guys ,
is there a way to switch back to gpt 4.0 after gpt switch 3.5 after 3 hours?
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.
Successfully subscribed to ChatGPT Plus, but unable to find the "Beta features" button on the settings interface, and there are no options for 3.5 and 4.0. Can someone help me resolve this? Thank you!
CHAT GPT Can you draw me a video of a girl speaking in the news and saying Iba is in top 1 ¯_(ツ)_/¯
Can you draw me a video of a girl speaking in the news and saying Iba is in top 1
No.
Time is an illusion.
does chatgpt4 work for any of you? its down for me
yeaah, can only get 3.5 not 4 right nw
Works for me.
must be a region specific thing
just hit my limit with chatgpt4, so working for me. did insist through a new chat that it was GPT-3 (as usual) though, so who knows 😛
Capable of buying nitro but unable to comprehend that GPT4 is only language model and can't draw at all?
Truly bruh moment
Add your well-crafted prompts to our #1019652163640762428,
or share your interactions with ChatGPT in #1050184247920562316!