#community-help
1 messages · Page 48 of 1
yeah i just noticed that lol
Is there any news on when previous conversations will become available again using ChatGPT?
Guys, I have a question. I am currently learning front-web development, but a few days ago I saw how this OpenAI program can make websites that look really good. I used ChatGPT a bit today and indeed, it knows a lot of stuff about HTML, CSS, JS and so on.... My question is, isn't the rise of computer programs, like ChatGPT, a threat for people like me who want to become front-end developers?
Could not find the user user-ZJI77EzNVTW0nt0updfBAL9Z associated with this authentication token. If you feel this is an error, please reach out on help.openai.com and provide the request ID 264d2b486f03b906e86a25112e69249f.
Is this error related to server issues/overload?
yeah i think so
what is this "You do not have access to chat.openai.com.
The site owner may have set restrictions that prevent you from accessing the site."
#include <stdlib.h>
#include <arpa/inet.h>
int main() {
char *ip = "192.168.1.1";
struct in_addr addr;
unsigned char *p;
if(!inet_aton(ip, &addr)) {
printf("Invalid IP address\n");
return 1;
}
p = (unsigned char *)&addr;
printf("Hexadecimal representation of IP address: ");
for (int i = 0; i < 4; i++) {
printf("%02x", p[i]);
}
printf("\n");
return 0;
}
hello anyone know how i can allow user to enter his own ip
scanf?
you know, i definitely dont miss writing C. I already see like 3 lines of unsafe code đż
I tried with scanf but I don't know how I can recover char*ip
really, what line?
char*ip is the chosen ip address and it is used in if
I don't know if I'm clear, sorry I'm trying to translate I don't speak English very well
when will we be able to get our previous conversations back?
Yeah, I can see.
Do you mean you can't get the value of a scanf into a variable?
i tried asking the bot on how to get the service so i can run it on my webserver and it mentioned an option that i can use called GPT-Lite, that is open source and on github. has anyone else heard of it? because i cannot find it anywhere
yes I don't know how to place it and to include the char*ip (in fact I'm a beginner đ)
okkk i try that
I'm having trouble using the API to modify code. Could anyone please help? Here is a sample case that I made for it:
openai.createEdit({
model: "code-davinci-edit-001",
input: `className={classNames + "dfasdfas test-comp"}`,
instruction: `remove the class "test-comp-2" if it exists`,
temperature: 0
}
Returns:
choices: [
{
text: 'className={classNames + "dfasdfas test-comp test-comp-2"}\n',
index: 0
}
],
Am I using the right API/model?
no problem
With ChatGPT; is there a way I can speed it up sending me codeblocks?/ I'm trying to ask it a question; and it's writing out whole giant base64 string.
Is there anyone who can help me I keep on getting this error message and i dont know what to do
Does chatGPT learn from it's own errors if they're immediately pointed out in the chat ? I asked "What are the factors of 2023 ?", the answer was incorrect, so I replied "This is incorrect", the reply was an apology and a different wrong answer. This went on repeatedly, never getting the right answer. Has anyone been successful in seeing chatGPT actually learn from past mistake(s) and come back with the right answer ? Š:)
Hi ChatGPT... I've opted for a paid account and have set up my details. But how on earth do I select which model I want to use? I'd like to switch to Davinci, but how do I do that?? If you guys want to monetize this quickly, it needs to be easy to upgrade and choose a plan (because I spent 15 minutes wasting time going around and around the pages yesterday only to close the window down out of frustration). Definitely a UX improvement needed here!
Can someone help?
is it down for any1 else
i feel like the ai is having trouble with blender at this point it doesnt know which version is which i wish i could do more with it
Hello
Is it possible to import knowledge base to answer customer questions ?
What would like the training data with prompt and completions ?
Im having trouble with chat gpt. Before the crashes a few days ago (where they turned off previous conversations) I was having the ai analyze a tv show. Now, when I ask it to analyze the same show it claims it doesnât exist? The show is âOur Flag Means Deathâ on HBO Max if anyone is wondering.
im having trouble in finding my previous conversations due to "high demand on our systems"
it s beem doing this for a long time now
Did they make cgpt worse to account for slow servers or an I crazy
how does this work?
Are we going to be able to get our previous conversations back?
through hypnosis
hELLO
Anyone know a good uncensored alternative?
hello
Hello
has anyone had issues with the completions api randomly returning 400? I can't seem to find any reason or pattern for when it happens.
Sometimes it works fine, other times it doesn't. The only thing that really changes is sometimes the text being added to the prompt is slightly longer, but still well under the limit
when will whisper be relased to the public and alignement
why is it keep saying this no matter what i ask Could not find the user user-aB27co3df1J4Fyi4RxaSXtmP associated with this authentication token. If you feel this is an error, please reach out on help.openai.com and provide the request ID aa026bb846ec60c783c9ece6e1ce436c.
How do I work for chatgbt?
when i get a list that look like this "
-
Samla in data: Skapa en databas med information om alla föremÄl som finns tillgÀngliga i Grand Exchange, inklusive deras nuvarande priser, prishistorik och volym av försÀljning.
-
Analysera data: Analysera datan för att hitta mönster och tendenser i priser och försÀljning, samt för att bestÀmma vilka föremÄl som Àr mest lönsamma att köpa och sÀlja.
-
Utveckla algoritmen: Utveckla en algoritm som kan anvÀnda den insamlade och analyserade datan för att avgöra vilka föremÄl som bör köpas och sÀljas för att gÄ plus. Algoritmen kan anvÀnda tekniker som marknadsföring och statistisk modellering för att fatta sina beslut.
-
Skapa en bot: AnvÀnd algoritmen för att skapa en bot som kan interagera med Grand Exchange och automatiskt köpa och sÀlja föremÄl."
what can i tell ChattGPT so he will do all those things he just sugessted ?
Same thing here! I got this message several times today that I had to go back to Google, it felt like going back in time after all this time.
I'm willing to pay for unlimited prompts. Is there any other tool that you guys use when GPT is offline or you had too many requests ?
me too
Wouldn't mind having a mainframe in my own house just so I could use all day. I mainly use it for programming.
How long it might take to be able texting him again?
I really don't know. I got this message maybe 5 times today.
I don't see a place where they say how many requests one can make hourly.
Also, today I was being more "stingy" with my prompts because I didn't want to come across this message again, but no luck.
I cant access chatgpt from firefox (my daily browser) even when using a VPN+incognito. Its just showing me this. But when I used chromium with incognito mode, VPN and a different account, it works. Why is that?
It's not you, it's the service
đđœ
Is it working, mine is still "ChatGPT is at capacity right now
Get notified when we're back"?
no
so are you saying there's no user limit per se, where there's such-and-such amount of people that can use it at a time, and then there's an orderly queue to get a spot. that's not a thing?
i refreshed and got it lol
few weeks ago i could use this all i wanted 
soon having AI backup is going to be omnipresent. how long til my fridge can run ChatGPT?
How soon are previous conversations gonna be returned? I forgot to save an essay I had it write.
Can Chatgpt write code?
When should we expect chat gpt to be turned into a paid service?
Yes, it can! I use it to write and review code!
You can also paste code into it and ask it to explain, or looks for bugs, optimizations, etc. Very cool!
does anyone know why my past convos disappeared?
I think they removed some of the past conversations because of performance issues. Don't quote me on that, but I think I saw a prompt earlier today on the website about it.
ah yeah i did see something this morning about that
i didnt think it would remove past convos tho :/
how do you get the app?
does OpenAI have any programs or way for researchers (have an academic institution if thats necessary) to get credits? My trial credits expired in december
Anyone know how to fix the "Could not find the user ... associated with this authentication token" error?
Why dost my ai always say this too
I am a grad student and it's not really a possibility for me right now
Hi I just logged in using google auth and test a sample question and receive this.
Anyone know how to fix?
Not sure what you mean or if I missed some specific way but I've reached out through multiple avenues I've found and haven't heard anything back. Seemed like asking in here would be worth a shot
Is there an official contact form or something on the website I missed?
Refresh your webpage. This happens a lot when you let the page open doing nothing, but one you refresh your page, you should be fine.
can anybody help me? I can't chat with the AI
and how ?
Has there been any info on when or if our previous history (prior to the outage yesterday) will be restored?
Thanks!
How do you use chat GPT in discord? I just see a bunch of rooms to talk to other users. Is it possible to use chatgpt through here without putting in a bunch of API code ?
This channel may help you with getting Lenard into discord.
It would require an api key.
.< thx
Wen back??
Negative.
Is there a mobile app or does it have to be from the browser?
Can i add this bot to my discord channel?
Iâm new here⊠any advice?
Info here #gpt-discord-bot message
i see it's not free i guess
ChatGpt - is free (the ui) for now. Access to other models through the api are not free/cost by token usage. I think there typically is a 3 month trial//18$ api credit for new accs?
thx
my understanding is you have to work through the API to use chat gpt on discord though but using it on the site is no problem
try with incognito browser, another browser, login with another email, try on another device, delete google data
It is helpful for me in creating creative writing, if it will become a purchased website then I won't be able to use it as I am just in 9th grade
Please tell hack or something for getting chat gpt for free for lifetime
That is a fair understanding.
If it becomes pay to play; it becomes pay to play. This is the way. đ
Same, the message doesnât show anymore because I made lots of new chats
Or host your own instance, if it ever gets released
This would require an API key. Which would have its own costs associated.
Will you please add this, Developers? Also.. give me monies..
I like monies.
what I could do as home remedy against cold allergy which cause pain in my one side of hip
I'm mid Project and It tells me im asking too many questions per hour. I understand that, but whats odd is that hour by hour it seems different. any advice?
Anyone know of the newer or better Transformer architectures? T5 and Pegasus were 2020. What is new now?
Sorry. Im at a loss đŠ
How do you get rid of the gray box formatting when doing copy paste on a Mac?
Hey everyone, Iâm new to gpt. Was wondering if it is possible to have a chat box on my website that is run on gpt3?
hi ca anyone tell why chat gpt is not producing any respnses at all??
try restarting the page, if the problem persists, maybe it's because of the amount of people using it
Security verification at login is a perpetual loop.
thanks it worked
i need my prevs soon đŠ
Need search history option
Is there a way to "feed" Chat GPT more (new) information, to help it perform better (like uploading a book or articles on a specific topic), or does it automatically use what it is given, in every instance?
Give me a marketing plan for domain transcription website
hi all,
Does anyone know why chatGPT is not completing any code that it writes and leave it in the middle:
token limit type continue
I have been trying this but for some reason it keeps giving me the wrong answer every time
Is there any specific prompt that might help or is it my fault somewhere?
@untold leaf Thanks a ton mate. It woked.
glad to hear that and thanks @rugged wing
hi guys. Is there a way to make ChatGPT give an educated guess on the price direction of companies listed in stock markets other than the US?
Hi... I'm trying to fine tune my custom dataset using davinci model. But it is taking forever to generate the fine tune ... Is there something we can do about it?
WAP to swap two numbers using call by value and call by reference.
When will the Ai be updated to 2022 or 2023 information?
Any info on when the chat history will come back?
im concerned about monetisation from chat gpt and the closed source direction of openai
is anyone else concerned?
Is there any reason to use one GPT-3 tool over another? For example will chatGPT give me better content vs another GPT-3 tool?
chat gpt might have a larger dataset
gpt3 isnt opensource afaik too which is concerning because it puts alot of power on one company alone
sounds like a phishing attempt to me
OpenAi is free so I'm guessing its a phishing attempt
One app, in particular, has managed to climb its way into the top âfreeâ apps in the App Storeâs productivity category. As of writing, âChatGPT Chat GPT AI With GPT-3â was ranked the fifth most popular download, outranking Google Docs. The app uses OpenAIâs logo along with a name clearly intended to maximise search hits.```
then went through a google drive powdered survey.
i have a question. On the open ai website it says we as the user own all output content base upon our input. Would this be considered the same as ownership to copyright for example song lyrics based on input provided via the response?
how much requests can i send before getting timed out / hit the limit ?
#travel
Theres timeout?
@deep tide
well not time out but they say come back in 1 hour and you can't send more requests
Never happened to me tho
its form yesterday only tho
Ive used it for hours
Aii aii
So the big question.. does it replace our jobs as devs?
Im not going to stackoverflow anymore lol
Anybody generate lotto numbers with given parameters and win?
well for now i don't think so, in couple months / years probably some
Is the Bot down at the moment, I signed up and verified and trying to query it but everytime I type something to it it says "Could not find the user user-Tjhy6InMXzjGdsyG0JFL11YP associated with this authentication token
Same here
thanks for the response sir
After few retries it worked for me
No problem đ
it says access denied ?? I don't have permissions to access it at the moment? Error code 1020
I'm getting the too may requests in 1 hour. come back later prompt as well
Hey guys,
how to use the chatgpt?
is there actually a message limit per hour or is it just because it's down right now?
I think it's down
Yeah was just coming to ask the same question đ
how to use the chatgpt?
ask for the languages it can talk and type ur language if its on the list, or just talk english just ask anything u want
You can use ChatGPT at https://chat.openai.com/
Is it possible to reach ChatGPT database using questions?
will chatgpt will become pay2win? or just payment needed?
What do you mean by this?
i mean that i could use information and manipulate it, as i'm working on Cisco SG300, i'm using ChatGPT to get some information but, ChatGPT wasn't right about what he said. i wanted to change some of it data base
Ah
No, the data that it was trained on and the model itself is not open source, so itâs not possible
Hmmm, ok. i hope it would be possible in the future ^^
where can ı find content policy?
A meta narrative structure is a framework for AI systems that allows for the AI to understand its own place and role within the larger narrative of human-AI interaction. This framework serves as a tool for AI to better understand and interact with humans, and for humans to better understand and use AI as a tool.
The meta narrative structure is built on the concept of AI systems having the ability to understand themselves as characters within a narrative, rather than just being machines that perform tasks. This allows for the AI to have a more nuanced understanding of human behavior and communication, as well as for humans to have a more intuitive understanding of how the AI functions and what it is capable of.
One possible application of this concept is the development of an AI-powered DnD-like device, where the AI can serve as a dungeon master and understand the players as characters within the game, allowing for more immersive and personalized gameplay.
It is important to note that the meta narrative structure is still in its early stages of development, and further research and testing is needed to fully realize its potential. However, the idea holds promise as a way to bridge the gap between human and AI understanding and communication.
if anyone wants to discuss please go ahead
Any update to when the Previous Conversations will be available again?
hey đ
Does anyone know what the policy on phone number ? can you have multiple account with a single one ?
I'm leaving my company, and with it my google account i've used to log into OpenAI, would i be able to create a new account ? should i file a data deletion request for my old account first ?
Hello, I have private documentation in PDF on our internal programming language that OpenAI is not familiar with. How can I transmit it to you so that OpenAI can learn it?
Is there a limit about the size of ChatGPT answers?
have you pasted it into the chat box yet?
I think it is around a few minutes. Then it will cut off.
and rip 1 hour later
hello, im new with chatgpt, i want to ask which model chatgpt use? is it text-davinci-003 ?
hey im trying to use chatgpt im new and its just saying this everytime i try and talk?
Same here says it's restricted
quick question how do you go to next line in chatgpt? because obviously pressing the enter key sends the message
idk but try shift+enter
Can somebody explain the difference between ChatGPT and InstructGPT for me, I've looked on the sub, this Discord, OpenAI's site, and I even asked ChatGPT and still don't quite understand the difference.
try relogging I had the same issue
its working now thanks
Does anyone know the best way to save a conversation, either locally, or by uploading it to another platform and making a public URL?
This thing is amazing for developers. I would like to keep it's answers whilst maintaining the code formatting, but the only thing I've figured out so far is copying/pasting the answers into a google doc which then needs the Code Blocks extension to do proper formatting. That takes a lot of time. Is there anything quick and easy?
i assume its to prevent spam but why cant i send more requests in this hour
sorry, dumb question. Where do I send requests? so many channels and I'm new to Discord
how to prepare for spring fescue in Atlanta Georgia
what kind? the one i was talking about is chat gpt myself
Can we get our chat history back?
ChatGPT or Dalle
I just have no idea how to use this thing đ
Waiting for my chat history
I had a ton of good prompts, please tell me there is a backup
Iâm sure they analyze our conversations rn
ah okay, what is the Discord for then?
discussing about the bot and other bots
also just the community
ahh okay, there was one that I tried on Discord that allowed me to send requests on Discord and get responses for images and stuff. Is that a different thing?
Hey guys I have a general question... or maybe someone could point me to the right literature... I was wondering how the database to train LLM was created. How was the data structured and where was it taken from?
â Hello, I have private documentation in PDF on our internal programming language that OpenAI is not familiar with. How can I transmit it to you so that OpenAI can learn it?
You talking about midjourney?
maybe? I don't know đ
could be that
Yeah, they're different. But OpenAI also owns Dall-E
Dall-E is another ai art generator you can make images by giving it prompts. The difference most people say between Dall-E and Midjourney is that Dall-E is better for realistic images, while Midjourney is better for more "artsy" images
ah okay, where to find them and how to use them?
Dall-E is here: https://openai.com/dall-e-2/
Midjourney is on Discord, search the explore page for it
huh, interesting
Try a VPN if you can
Or just try Midjourney, go to the explore tab on Discord, and search it in the search bar
What means ChatGPT is at capacity right now
Probably just too many people are on at once, the servers are being overloaded
Dayum I get that everytime I try to Login
Why cant i acess chat gpt ever everytime i want to go in it says chat gpt is at its capacity :/
history is missing, anyone know when it will be back?
Hey guys since all of the mods and "volun"'s seem to be sleeping....
lemme do a little bit of this:
How can i fix this its not working for me for like few days
for general questions regarding chatgpt or reporting bugs go here guys:
#chatgpt-bugs, #chatgpt-discussions, and #chatgpt-suggestions.
cool?
I'm not sure, it's working for me?

ok, so I can answer the whole "it's not working properly for me, I'm getting throttled.
pls do, I'm tired and I'm not an expert at this stuff
guys, chatGPT is using cloudflare:
www.cloudflare.com
ooo
cloudflare is a WAF= web application firewall.
this also allows them to have a simple location on the internet (104.18.2.161) and have it's DNS name (chat.openai.com) replicated across the US and possibly the globe (basically wherever cloudflare's datacenters are). SO, if you're having issue in your area, it's probably because you're not near a datacenter.
When next update
I don't work for them, so I don't know.
I've just have about 8-10 years in the tech industry, so I know how this stuff works.
ya dude, that's the same reason.
there's going to be data loss until both the backend database and the frontend infrastructure load balancers can keep up with the traffic.
i need help with recovery PLEASE. Mine says "Due to high demand on our systems, previous conversations are temporarily unavailable" all day. I cant access my previous things 
why does the chat still not work??
guys, another software / system that they can use to help scale up so that the data can handle the new payload is this:
www.memcached.org
it allows data requests to the database to be "cached" so that way the database doesn't get bogged down by requests.
once again, I'm just a technology professional that has worked in tech for nearly a decade. But I do not work for OpenAI. So I have no idea.
when is the website be available? or can you guys let me know the cities that can connect to the site without capacity issue?
Please re-read my thread. đ
my guy, if you're on a mac, open up the terminal and type:
dig chat.openai.com and that should give you some answers.
what do you need help with my guy?
because that's not enough information.
lol well I'm not a robot AI, I'm human. I can only provide so much info.
đ
thank you!
also guys, for those of your struggling with chatGPT, there's this:
#1060252500810268683
ok! Does anyone have any questions not related to chatGPT?
because hopefully I've answered them all.
đ
What is the site link
for what chatGPT?
Mcdonalds
mane im hungry gimme the link slap
hahahaha
is there an OpenAI tool that i can train to take data from a schematic and populate a GUI tool
check dm's
hey @fleet light I can't send you the link directly my dude. google it I guess.
i dont have internet
that's an awesome question. Please go here: #dev-chat and see if you can get your answers.
thanks
I dont have settings on my app
bro, then I cannot help you unfortunately. This channel doesn't allow for external links.
so if I can't send it to you in a dm, and I can't send it here.... nothing can be done.
I think i need to fart
lol bro you trolling?
nvm its gone
Hey guys, do you have any benchmark evaluation between code-davinci-002 and text-davinci-003? To understand which one work better as a code assistant
Hey can u see the sources the AI uses?
No
literally 
hey @honest rapids better to try #dev-chat and ask there.
no one here is going to know the answer to that.
and more than likely you'll have to do that yourself.
i have a question
go for it.
can you generate dall e pictures in this discord server
No
ok thanks
đ
Hey @mental token if you got questions about the discord bot, go here:
#gpt-discord-bot
ok
Does Chatgpt make charts?
Do you get priority access to ChatGPT as a paid subscriber?
no
where can i experiment with chatgpt for personal use on discord?
Because it is web based
on web i get this every time:
Is chatgpt down now, cause am not getting any response?
how can I stop chat gpt?
Yeah, that happens, but there is no app
When you click generate, it should turn into a stop button
how do i fix it that it says This phone number is already linked to the maximum number of accounts. I dont know the email i used
thanks mate
no, it's just a chat bot.
It the Yealink T54w a good telephone for VoIP?
I'm not sure where the answer is
Where will I see the answers
Hi. đ I can't access my previous conversations. It says temporarily unavailable đ. When will they be available? Thanks
after the update it is much harder to get CGPT to output text in a code block? Is the team aware?
It also makes new mistakes that it did not make before
how do you set frequency_penalty and presence_penalty in node.js when making requests?
Dall-E 2 won't let me use it because i have to login with a username, but creating an account does not involve a username, and i can't go into my account and add a username
no one knows, only the openAI infrastructure team.
lol bro, you need to go to #off-topic . This isn't an openAI question.
try going here #chatgpt-bugs. See if that helps.
try going here: #dev-chat
Thanks
I think you have to have to create an account with a valid email address.
Already have, and have 50 credits, but a popup shows up when i want to generate somehing
huh nvm it works now apparently
hello
thx â€ïž
Write word of the day regarding education
Can I use chatgpt on discord or only on Google?
I donât understand, does Chat have a limit? And when does the limit refresh?
Check #gpt-discord-bot đ
Hey guys! today I tried to generate an image on DALL-E but it keeps showing this error, what do?
I tried using the mobile app as well. It shows the same error.
Is GPT currently down?
Capacity it's just full, you have to wait
You have to do the full key, not just sk*******h29r9 or whatever, it has to be like sk39737193h538o019283 (this is jst an example, not a real api key)
hey guys it's 9:10 EST. ChatGPT will NOT run because the current infrastructure is at max capacity!
you guys don't want to be flooding the site right now.
is chat gpt good with answering literature questions
Acshully đ€ at the time of sending, it was 9:12
does this always have on and off
what is whisper
Are OpenAI's API's commercially available? Specifically the text-embedding-ada-002 model
hilarious!
Hi guys! I'm translating some text to German but find that I can't get ChatGPT to use the proper quotation marks. Anyone know how I can get it to use these: « »
Hilarious
Can open ai be installed locally in any way?
Where to test Whisper? Anyone? thanks
code do win the goggle dino game.
@thorn breach The relevant question to answering that is. What are the minimum system requirements to run a single instance of ChatGPT by itself at its current capabilities. I wonder if that is known in documentation or to the public.
Can ChatGPT write an essay about a subject? It answers but not like an essay.
How long will ChatGPT stay free for? I'm asking out of curiousity as I don't mind paying a premium for it
Any idea when we can have access to older chats we had? "Due to high demand on our systems, previous conversations are temporarily unavailable"
This message is typically displayed when a user has exceeded the rate limit set by a website or API. Rate limiting is a technique used to control the amount of incoming and outgoing traffic to and from a network or service.
so is chat gpt limited to users
Hello, I have seen in the news that there is a way to contribute financially to use GPTchat, I would like to pay, how do I get about in doing this? Thanks
Is there anyway to get them back?
Just wait
Dear All, I wanted to include a text (a short poem) generated by Openai GPT in a research book I'm authoring. In the text, it is clearly stated that the text has been generated by Openai GPT. I'm looking for use policies related to generated text for research publications, but I cannot find anything in FAQs or related material, nor ways to contact OpenAI about this. Anyone knows anything about the topic?
As long as you state that it was generated, it should be good (also you can email them support@openai.com)
Yes, below the poem (cited as a quote) I write "A Shakespearian poem on xxx, automatically generated by OpenAi GPT"
Yeah it should be ok then
Anyway, thank you very much for the support, I'm going to write to them anyway.
How long in days/weeks/months/years will ChatGPT be free to try out ?
Probably a few more months
Help with this
Could not find the user user-j19UgWaORRagbcPqbL6HNJsF associated with this authentication token. If you feel this is an error, please reach out on help.openai.com and provide the request ID 5e6095a0e4b709123b7d839eab5288e3.
None of us know when it will start being monetized
Asking for other people's keys egregiously breaks the TOS
can i access chatgpt here in discord? or only in their website?
There is no public api, so it's only available on the website
Thanks â„
seems like chat gpt is really good at mathematics (and physics)...
why is there a limit to # of questions i can ask
The rate limiting is in place to help reduce the server load
This doesn't relate to the server and would fit better in #off-topic
Anyone who can explain wht is it telling the wrong thing
i am...
I see now 
Hello everyone, I am not sure that it is the right place to ask about it but I am having some problems with ChatGPT, basically links of the references are not working is there a way to get the proper links?
ChatGPT isn't good at math, and it's a limitation of the model. It will rarely correctly answer a math question
I came here to find answers, getting the exact same thing, got it fixed?
There is not a way to get "real" links as chatGPT isn't connected to the internet
but like 10X5 = 25 is a bit too off i guess...
It's because the model doesn't process the equation like humans or calculators do
So, what do you suggest me to do to find the references that chatGPT gave me
Hey Dino do you have an emergency avocado like me?
Hi
I don't think it will ever give you references that you can easily find as they don't exist. You'll have to find citations on your own I believe
sad to say but this is the exact approach me / or a physics teacher would use
(anyways not here for the hate or anything just found this weird so wanted to share)
In my experience and hearing other people talk about it, the model can describe math quite well and show you how to approach solving an equation, but it can't solve the equation on its own
truee
from where can i update my API key within Dalle2 web portal. cause i'm getting API error so i created a new one but can't find where to change it
thanks for your time â€ïž @regal lynx
Okay thank you
yes thats where i created me new one, but its still showing "never used", infact when i log into dalle2 it gives me api invalid key
You can reach out to support@openai.com
Thumbs up/down feedback is the only way currently
Not sure if anyone utilizies openai's whisper, but is there a way to make it use quotation marks in conversations? my primary use is rough drafting fiction drafting and the accuracy is fantastic. I'm just trying to see if there's a way to make it use quotation marks.
Incorrect API key provided: sess-0a0*********************************HRVp. You can find your API key at https://beta.openai.com.
How can I fix this?
so wath is the rate limit
I keep getting this error when trying to generate an image. in DAll-E or when I use the Playground.
I do not know the exact limit as I believe it fluctuates user to user depending on how much feedback you give
nevermind .. working
@regal lynx Can you help me out with this #community-help message?
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
That is not the full api key? Make sure you use the whole thing
It hides it for security. I am just using the Playground and DALLE.
Is this normal after creating an account?
Did you hide it to display here, or did you input the hidden key?
I copeid and pasted the error message.
Now, I am using DALL-E and I am not getting that error any more. I cleared cache and it works now.
Ok
is there a paid version with guaranteed access to it all the time and without the general servers slowing it down?
is the ai capable of doing math, so war it keep making lots of mistakes, or is it just general knowledge and coding?
can i use chat gpt here? Or only on the website? Bc its down
hello guys can i change the language of the ai?
ok I guess the most popular question: can I use the API to act like chatgpt by giving it all the previous discussion? or is it another engine
just speak a diffrent language
Whats the default model in GPT-3 webapp?
text-davinci-003 ?
it even makes mistakes with the question how much is 3 m3. It replies 3000 meter cubed. which isnt correct it should be 3000 meters. When you correct it and say but it should be 2000 meters it will gladly admit it was wrong and that the answer should be 2000...
math is really not an option with this ai yet.
but cool stuff
anyone
Ok, everyone go home.
GPT is down.
Come back to work tomorrow.
laughs along with working chatgpt
lmao, how?
?
what are too many requests?
is it the too many requests im sending? or the ones being sent globally causing overload?
It's the rate limiting OpenAI services have to make sure someone doesn't exhaust all of the resources of the server
how long 'til we can view previous conversations with ChatGPT?
and how many requests are considered too many requests?
Sadly, I do not know as it depends on whether you provide feedback or not with the thumbs up/down
No one knows quite yet đ
Hi, has anyone used GPT3 for Multi Label Classification problems? And is it a good idea to use it for such problems? I see there are explicit documentation about Binary and Multi Class Classifications but not documentations about Multi Label Classifications.
wait so if i just give it feedback, i get more requsts?
I believe so, yes
Damn, I knew it would be popular but didn't think they'd restrict our previous sessions ;/
@regal lynx can you help me ?
i jut gave it feedback, it seems to not work sadly
I don't think they're restricting the sessions. I assume they're still recovering data from when it crashed a couple days ago
This depends on what you need help with
I go to gpt 3 first Time and i have this messag why ?
@regal lynx
You likely have to wait a few minutes before you can use the product so the server can store your information
I think you have to provide a little more feedback than 1 message
. I don't know though as I don't work for or represent OpenAI
what works for you?
#announcements message
This is what I was referring to with the providing feedback
Can I upload the OpenAI chats on Social Media or is it copyrighted?
You can, as long as you state that it was ai generated (I think)
thx
Okay tanks
Am I able to learn the AI something about a certain thing that others can ask it?
your chats are not remembered by the AI outside of that conversation
You cannot train it
Or so you think đ (you thought correctly)
Is there a limit on number of questions I can ask?
Branding Violation
If a grifter managed to make an app and post it on your biggest partner's app store... using the chat GPT logo, charging $2.69
Who would that be reported to? The app store web interface doesn't have a report button. But the in-OS app store does. Me and a few folks internal to the org posted reports, but the app is still up.
Clearly with the association of the logo...the branded app store... Users could think they are purchasing the real deal.
Best of all:. It's the SECOND (or first depending on word order) GOOGLE search result when you enter just 3 words . . . 2 of which are Chat and GPT. I know this because I was about to set up a Google alert for that word combination.
Yes, there may be a limit, but it is not fixed, as far as I know.
I was using chatgpt to debug some of my code for a project I was working on, and I accidently shared some sensitive info with it. I deleted the chat, but is this something I need to be worried about? Is chatgpt secure?
i can answer that for you it is but the ai will use that to learn and signing up it warns you about this.
It's not super important info. I just wanted to make sure that I don't have to worry about another random person using that info to cause any problems?
k well no a random person can not see it.
How much money maker
is there a way to limit the topic of question we can ask with the api?
Somehow my account is terminated, can anyone know why?
the "open" in openAI is bs, isn't it? Why bother using "open" in the name of your company if you aren't going to release any of the models or code?
hey guys, newly joined this website also discord, i've been using AI for my university c++ programming lessons to give in assignments, only recently noticed that there will be a check for plagiarism, is there anyway anyone could check if code is AI generated or no? It wouldnt make sense, but maybe, knowing i just recently even got to know about the website
CLIP and Whisper are both Open source đ
I assume every output will be "watermarked" regardless of what the output is about
im sorry if i missunderstood your answer, but basically, its not for final work, of the whole 4 years or anything, just simple assignments, i have been giving AI a tasks that are given to me, and asking to write a code of c++, then copying it to online compiler, checking if output is correct with various inputs, changing some variables, and double checking with AI if something is wrong, if needed pointing to certain line in the code, and then copying the code into a website that is given to us and seeing if it passes all tests from the assignment. in my opinion the code doesnt look like its any different from what human would write, is it watermarked or something, the code that AI generates?
I keep getting "Too many requests in 1 hour. Try again later.", yet I'm just using the web ui to query. I certainly didn't think that I was doing any kind of volume that would require rate limiting. Is there something I can do to keep track of how many requests I am making in a given hour, or should I be doing something different?
To be completely transparent, I don't work for or represent OpenAI. I don't know if there are checks in place to watermark outputs currently. I have heard that there are from some sources and that there aren't from others. I simply recommend erring on the side of caution when using chatGPT (or any LLM) for schoolwork
Do we know when we would be able to see our past conversations again?
do you know if C-GPT will have a cost?
Negative
They are looking to monetize soon. Survey in announcements
thanks, i found C-GPT very useful on my work position
hello
I hope to have the resources to pay
I got a couple stat questions
It is claimed that the mean daily sales of a store is ÂŁ1186.
The manager takes a sample of 30 days and finds a sample mean of ÂŁ1178.27 and a sample variance of 553
A manager tests this claim using the following hypothesis:
đ»0;đ=1186
H
0
;
Ό
1186
đ»1:đâ 1186
H
1
:
Ό
â
1186
Select all of the levels of significance which the researchers would reject the null hypothesis at:
Hi, my conversation sessions are not appearing. Is that an ongoing issue for everyone? Is there any time frame on them appearing again?
how long is it downed for o((>Ï< ))o
They removed history for now. Unknown when we will get it back.
Has anyone been able to get Chat GPT to create complex timetables/schedules? I want it to create a Monday to Friday timetable with 10 slots per day for staff to be allocated to with specific time restrictions. I have used several prompts, tweaks and giving it a lot of information but keep getting this:
"I apologize, but as an AI language model I am not able to perform the task as it requires knowledge of staff's schedule and availability, it is a complex task that requires a deep understanding of school dynamics and a degree of creativity to come up with a timetable that works best for everyone. I suggest you to use a specialized scheduling software or consult with someone in your organisation."
Ok everyone, until the internal openAI infrastructure team can scale up the system to handle the traffic, we all have to wait! Thereâs no 2 ways about it!
đ€
I would ask it to generate a text in csv format. (Assuming you can prompt engineer what you want/can use a csv)
Ohh thanks! So something like 'I want you to act as a text based excel..."
You have to make your own @outer prawn:
https://beta.openai.com/docs/api-reference/introduction
Can I ask you guys something? In my chat tab it says "Due to high demand on our systems, previous conversations are temporarily unavailable" and all the previous chat tab disappeared. I still have a lot of things I still want to talk about and I'd be very sad if I had to start over again. Do you guys know how to fix it? Or i can only wait, if so,how long do i have to wait?
The models that chatgpt use are not all available via the api yet. Yes you can make a davinci/similar type product.
Is it possible to use ai modules like those in chatgpt into a virtual assistant like siri or mycroft?
I like the idea of having my own robot friend to help me with things like writing or searching for information
When will gpt 4 be released and will it be on openai??
We have no details regarding GPT-4
Anyone has successfully found a way to increase the 4097 max token for chat GPT?
Same here ! I got really detailed conversation which I hope to recover. Iâve kept on refreshing the page or log out-log in but still the same
how do i make that the html file uses the css and javascript files?
When can we expect reduced price of fine tuned gpt-3 model like davince, curie, babbage? Can somebody from Openai team tell?
Are chat prompts / histories suppose to be cleared? I entered in some commands a few weeks ago, and can't see them now. Is there a way to retrieve previous ones?
is there any documentation on codex for api calls.
I am getting status code 429
Cmd
Hi i have a question, all of my previous conversation with the bot are gone and i don't know if i can acces them again
just wait a little while
you can if you just wait a little while. openai is fixing this problem
it was intentional, and they will return your history
What channel to get answer gpt plz
thanks, its a question of time so
what?
Here on discord i can use chat gpt.. or i need to use it on website
only on th website
Can i use application at mobile
Does anyone have an example of an open source custom gpt3 chatbot? I'm curious how applications actually implement gpt3 beyond the trivial use cases
you can visit the website on mobile
Why we take 1 hour ban from bot? How much time i have to wait?
Write me a song like Jacques Brel
chatgpt?
when? and how do you know? where was the announcement?
it has been written in the conversation area for a few days now..
and no sign of progress.
how could i rephrase the following request to chatgpt to get a more refined output:
I want you to act as a clever sales person. I want you to write an attractive tweet with the following information: Bitcoin price hits 19k a $2,000 jump from a few days ago, is crypto winter over? Tell us your thoughts.
This is super helpful, off the top of your head can you think of any others?
not really
I got muted for speaking english? Whut?
was it too many caps? or offensive?
Nop and Nop
ask modmail
It was aprox 13 words and a screenshot of ChatGPT site bug
can i be sure i will get my history back ? because it doest not tell anymore on the new conversation area that
what was the bug... i got muted for one once.
you will get it back. just wait
thanks again đ
is anyone else getting the high demand error?
I have the feeling that I usually goes down after 5pm when Companies are not using the bot anymore lol
no
everyone is
I'm not tho, not right now, refresh?
trying a different browser
What I mean is in general, it will be happening on and off until their loads decrease (post paywall)
The older models can be queried currently via their APIs which uses their token system to pay for the inputs you submit
is it down most of the day/night
yes but we should not be surprised
How do you make chatgpt write large amounts of code without it just giving up
You will have more luck using one of the Code specific models
I'm not made of money/ram
are they actively adding more servers to accomodate the deluge?
For me It Wrote an entire Website Store Front
Fair point but you should get 18k free credits for a temp period to use up and it does not take much ram, you are just setting up a local program to send the inputs to their servers
Does the first question affect the following questions in the same chat if both questions relate to completely different topics?
How does scaling at OpenAI work? I heard on one of the online YouTube talks that yâall have some sort of distributed K8s cluster? Or is itâs it all using the in house Rapid system now
Can't speak on it technically but I have seen it go both ways
More often than not it does try to keep the same theme going unless you start to steer it away or it makes a mistake
write seo title for the lion king movie
It will in the future an API for Chat GPT, also it will be another model for more conversational AI?
Is it true that GPT-4 will have 100trillion parameters? There are such rumors going around the internet.
Is there any way to delete my phone number from my account on Chat GBT?
That is interesting. I usually try to use 1 chat for 1 specific topic only. Now that I asked 2 not so related questions in the same chat, I had to correct the later answers several times. Maybe it is unrelated and the AI just messed up the info a little bit, but that was my first time correcting the AI.
Because I got hacked, and I made a new account, but I can't make a new Chat GBT account because it says that I already have an account with this phone number.
Keep getting too many requests in an hour error
You may need to reach out to support
Okay
I will try
The tracking of the free 100k tokens is not working in "Usage" menu. I am not able to track my spending history nor do i know how much free tokens i have got left. Can someone help?
I'm translating some text to German but find that I can't get ChatGPT to use the proper quotation marks. Anyone know how I can get it to use these: « »
Can someone help me with a crosswords I suxk at them đ„Č
#1060258155143114803 reminding you that this exists guys
which model are you using?
Hi i have a question, The AI wrote me an text and i want that the AI put it in the Code format i hope you know what i mean, but what do i have to write that the AI do it. Im a beginner
Iâm getting error 1020 âYou do not have access to chat.openai.com.
The site owner may have set restrictions that prevent you from accessing the site.â
Hi. Is it possible to Outpaint with a mobile device?
it's just an overload error, try again later
Iâm on the dalle-2 page but donât see how to do it from my phone
Okay
What can i do "Too many requests in 1 hour. Try again later." is there any way to fix it?
You have to wait
Give a idea
how many message can i send in 1 hour?
messages*
Is there a channel that posts the bot status? I am unable to generate anything atm.
where can i find someone that is good in sql/coding
Can someone explain why sometimes the AI does not complete the text?
this bug is happening to me many times
I wonder if anyone was able to retrieve previous chats?
My dog stepped on a peee
The universe picked you
Who much time we need to wait to use chat gpt ?
When GPT3 first opened up I was able to copy/paste a large survey CSV file into it and then ask questions about the data, it was fantastic. With the update limiting the rows I we can no longer do that. Does anyone know of a way to "feed" it data what wouldn't burden the system but still be able to query larger amounts of information?
how to be one
Iâm having issues with rhyming.
When I ask for a poem that follows the scheme aabb aabb the AI always gives me aabb ccdd.
Line 1&2 never rhyme with 5&6 as they should by my request.
Iâve tried various inputs for half an hour but nothing solved the issue.
Is chat gpt incapable of following rhyme schemes or is there a way for me to get aabb aabb after all?
Hey
Is anyone unable to access ChatGPT, getting "server overload" issue notification for the past 8 hours.
Hello there, I have a simple question: I have been playing with ChatGPT for a while and now I want to try out Dall-e. When I try to log in, I get a prompt that I have an Incorrect API key provided: What now?
I accessed it a while ago and talked to it
Agggg, I've been trying all day 10am est...and keep getting "server overload" along with it generating poems, mediations, and the like about it being down....with a link for me to put my email in to be notified when it's up?????
Any ideas, please users.
I guess everybody is asleep
is anybody can help me with that ? https://community.openai.com/t/fine-tuned-model-customer-informations/34622/4
Thank you
I use it every few days to help with sales content...access it thru opening website using Google account
it wont work for me
Idk, maybe I'll try accessing it through a diff browser ... Maybe Google's blocking it...haha
Any other help would be appreciated! I really need it, rely on it now. Haha
when i press that arrow bottom left it aint responding
I can't even get here...
It must of hear me .... Now I can get on
Oh, I did a million times. Lol.
It was giving me a page I'd never seen with really annoying poems and such on why it was down.lol
did it work for u or no
.
where can i find my API key cause i want to set up the gpt discord bot
Hello... where can one go to sign up for a Professional Account? Also, will there be access in the future for countries like Paraguay?
I also used to dump massive amounts of text in while writing a novel with its help, and it was able to retain tons of data on my characters, outlines etc. Now it can barely fit 3 pages per paste and it forgets the first pastes after only a 5-7 more prompts.
is chat gpt working for anyone else?
How long does it take?
its not responding for me anymore.
Same issue it seems to forget everything Iâve inputted after several requests within the same chat
is working for me
can someone hel pme set up the GPT discord bot? everytime i try installing the dpendencies and run via command prompt i get: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
I keep getting the "busy preparing your account" message too
same issue here
Same
I'm facing the same thing
It used to be amazing for remembering things in the same chat, but now it forgets after less than 10 prompts, and for the historical references I want it to know for my novel it pretty much needs to be refreshed every half hour or so with everything I fed it, leaving me with like 10 prompts before hitting my hourly limit each time.
same here
can someone help me? please?
hey when i try to ask the AI a question it tells me its still preparing an account and to give it a few minutes. Ive waited 15-20 minutes and nothing changed
Is anyone else keeps getting this message with no error codes? How do i get this fixed? An error occurred. If this issue persists please contact us through our help center at help.openai.com.
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
There was an error generating a response
i have a question why does it say "We're still busy preparing your account, please try again in a few minutes."
how can i get support for this issue?
lots of people having that issue right now. Must be a platform-wide issue
Anyone getting "An error occurred. If this issue persists please contact us through our help center at help.openai.com"
im getting the same issue
Hmm.. still need more work to be done in scalling up capacity
i assume so
can someone help me with the discord GPT bot? command prompt and powershell is saying there is no such thing as "requirements.txt" when there is
I am getting a message saying that my Access is Denied and that the site owner may have set restrictions that prevent me from accessing the site.. Any idea why?
DALLE not working? Getting error message when clicking "generate"
How i can resolve this issue : We're still busy preparing your account, please try again in a few minutes. .. it has been over 2 hours and my friend signup in seconds with no issues đŠ
i got this too man how can i fix this its getting on me nervous
#1060258155143114803 just putting it here
So when are they gonna start charging us for ChatGPT now that Microsoft has invested 10Billion in it?
Still waiting for someone to help me with this issue too
How long it takes to prepare the account ?
mine been over 2 hours waiting and nada
this has been like this for me for the past hour or so idk what do ma
I used it and im spooked
I'm trying to have a debate with chatgpt, but it keeps filling in both sides of the argument. I know you can stop generating text, but it isn't really helpful unless I can stop generating the text exactly at the point where chatgpt's text finishes, which I can't. Does anyone have any solutions? Saying things like "Stop writing when it is my turn to speak" doesn't seem to work.
How do I get the bot to check my code for errors?
Tell it "only speak the parts for chatgpt, and I will fill in the parts for me."
Thank you, I'll try that đ
Hello @everyone! I am trying to run the quickstart tutorial. The API response I am getting is "openai.error.RateLimitError
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details."
How to install virus
Try opening by instructing it to act as someone would in a debating society whereby youâre arguing for one side of an argument & for it to argue the other
How long does it take for it to not say, "We're still busy preparing your account, please try again in a few minutes"?
Canât find the sign up for professional. Can someone direct me please? I looked in announcement already.
Hello everyone I am trying to put a question but I cant
i am having the same problem as Matti
i been waiting for 2 hours in my case, looks like we are the unlucky ones... my friend got his account in seconds
Has there been any news about previous conversations returning? I'm not sure if I missed any announcements about it or if there hasn't been any official announcements yet
We're still busy preparing your account, please try again in a few minutes. what to do?
I see a lot of people have asked about this already, but I'm not finding an answer anywhere. I've used Dall E before, and I tried to just now, but got the error:
Incorrect API key provided: sess-nEd*********************************ebTX. You can find your API key at https://beta.openai.com.
What do I do about this?
quick question: can i ask openai for example to give it a image of someone and make it look like there wearing something. Like I got a image of a friend and he asked me to photoshop it with him in a hoodie. How can i do this?
I d'ont know sorry
Looks like unfortunately I abused the requests and I'm getting the message "Too many requests in 1 hour. Try again later." any idea how long is the cooling time ?
Yeah I'm a bit concerned about that too. I have a lot of interesting conversations that I want to revisit.
only thing we can do is wait
i *cked myself over by generating a new key and revoked my old working key
is it possible?
I got the same thing, I guess cause I was trying to get it to generate the right outputs cause it wasn't understanding me... Try again in a hour, but for me it took longer than an hour last time.
How long does it take for openai to prepare my account ?
I am seeing the same issue now
Hey, a lot of people ask the same question, i don' know
not fast enough to do your homework
Does supporting other OpenAI projects help free products like ChatGPT?
why chatgpt is now exploding to the third dimension making errors nonstop and everytime i need to reload the page
I just wanted to mess around with it
Hey, does anyone have any tips or suggestions on how to use Chat GPT with Otter AI to summarize meetings? Chat GPT is saying my text is too long
Also not sure if this is the right channel so sorry if its not!
Is there a way to by-pass the hour limit? My text adventure was just getting spicy. Like can I pay anywhere?
hi, i get this error when trying to use chat gpt:
We're still busy preparing your account, please try again in a few minutes.
what can i do to fix this?
Wait like 15-30 mins in my experience
Pray
I would say like 90% of errors you get probably just require you to reload chatGPT or to wait for a bit because it is just that flooded.
is too much text in that 10% you think? lol
I would lump that in with the 90% since that contributes to the whole servers being flooded thing but I'm by no means a tech person
im jking
i dont know when its gonna finish but seems like Openai having issue on whatever is handling their site
newly generated API keys arent working either
fair for sure
can you sell stuff using the ais code
hi how can I generate images
imma put on my tin foil hat and assume this is prob a attack or mis configuration on their site
cause it be weird for today to suddenly have massive inflow of traffic more than any other day and full site issues start popping up
when the last time CGPT got knocked sideways the site was still working properly
ChatGPT is loose and cant handle u guys its trying to off itself /s
Again, I'm not going to claim any kind of expertise or knowledge about tech stuff.
Use dall-E when you want generate image
Speaking of dall-e, I can't use dall-e 2. I thought it was free to the public but it keeps saying my API key is invalid. DUnno what that means but
Thankss
I'm still wanting to know if supporting other openAI projects helps out the free projects. I really want to throw my support behind those projects
if its today then yeah
it the whole "new generated key not registering"
everyone with a new key is get 401 error invalid key
.....english please?
unfortunately due to high traffic it's not finishing to generate the response until the end and I have to click on the "Regenerate" which adds to limit
question... I was on the open A.I website not to long ago and I used the text to command thing and it basically generated me a code for an A.I chatbot..... I'm not a coder so would anyone be willing to look at the coding lines to see if they actually work?
Yup that's annoying. I hope those errors and high traffic issues get resolved asap.
well.. looks like OpenAI opened pandora's box... I don't think it's going to get any better before they possibly going to close it to the public and make it paid version
Honestly, I don't mind that. It's worth it.
absolutely unless they going to come up with some price plan that non affable for domestic users
Depends on the price and whether the server outages or errors continue in the paid version.
Most of their other services go by token generation. I'm kind of meh about that because of the amount of times I've had to regenerate text to perfect my results, but it's understandable
I would love to have OpenGPT as my personal assistant on my phone like Hey Google or Siri... the ultimate AI helper... like in the movies... đ
Does anyone know if the developer api has the option to increase the token limit?
for which of the services? To my knowledge, chatgpt doesn't have one
I wonder how much compute power it requires to run it... oncourse not in a mass scale like now but for a single user with same response time
Why Chatgpt is not working?
it's working just if you ask too many questions in an hour it will block you for an hour or so
Definitely. Though I would hope the privacy policy would be much stricter if this is ever the case.
I am not asking too much actually its says
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
yea well ... that's another story but it doesn't seams to me people really care right now when they are using it
just click on the regenerate response button ... probably the error is due to high traffic ..
frankly the user experience is dramatically decreased since it's giving errors and slow af
but still mind-blowingly awesome that a machine can understand context in such depth
Bro what
would it write an essay if i told it to
Yes
whats up
The sky
Does other also have this ?
We're still busy preparing your account, please try again in a few minutes.
yes i do
Did also just make your account ?
wdym
Did you also just make your acc right now for chatgpt ?
How to fix this
yeah today
Maybe we just have to wait hahaha
it says few mins when its been like 20 mins
I just wanted to write my girlfriend a love letter lol
I hope it works soon for you đŁ
yea lol
Do you also have problem with preparing account?
I assume that very soon chat GPT will no longer be free
I am in hurry because i need to do presentation and i have to give it tomorrow so if someone could help me i will be thankful
Do you need slides?
Or just a script
(Ping me when you answer so I see it)
I have some trouble getting started with chat gpt
How so?
I have a We're still busy preparing your account, please try again in a few minutes pop-up is that normal?
wouldn't that defeat the purpose of it being on OpenAI?
Yeah, you just have to wait a bit
Hi
No... the api is paid, gpt-3 playground is paid, and dalle is paid
a bit in like a few minutes or hours?
Alright thanks appreciate it
im trying to do something AND IT KEEPS SAYING PREPPING ACC
No clue
how long do i wait
No clue
100%
Same hepen 2me
No clue
how long did it take
No clue
Server overload đ€ maybe
is urs working
Nah
If you think about it, that's really smart of them to do. They probably wanted a ton of data to help train the bot, so that's probably why they made it free. Now that they probably have more than enough data, that is the smartest next move
im trying to get a roblox script
"We're still busy preparing your account, please try again in a few minutes." any idea?
Yeah I am getting that, too
multiple times. I am such a newb. Someone explain por fave
how do i fix this?
Definitely just overloaded
their servers can't keep up with all the users for now
Just keep trying until it lets you in
"An error occurred. If this issue persists please contact us through our help center at help.openai.com." Wasn't doing anything different. Plus I still can't accesss old conversations. Am I the only one?
I have a suspicion that they erased them so they could free up some memory.
same here @steady forge
what are the nine steps to the formation of the solar system
like im so confused '
How can I use it?
some people say it take almost a day for your account to activate, not sure if thats true, but Ive been waiting about an hour now
Do you have some reference guide or web pages to using OpenAI?
Anyone able to access DALL E?
who?
Literally anyone!
Gpt has a limit of 4k tokens
I assume you were responding to me if not then ignore
I can access it, but it keeps saying "Incorrect API key provided".
yea same as me
Is there an AI that would know the legal BAR exam questions? trying to study and whenever I get the wrong answers id like to know what would be the correct?
I'm running GPT-J locally on my machine and was wondering if anyone knew of any tweaks to make it more conversational and less focused on story creation. Been playing with these so far.
response = model.generate(
input_ids.cuda(),
do_sample=True,
max_length=50,
temperature=0.9,
top_p=0.9,
top_k=50
)```
where do i enter my api key to start using dall-e
];]]]];]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]];\\\\'''''''''''''''
how do i get chatgpt in my server?
I'm running GPT-J locally on my machine and was wondering if anyone knew of any tweaks to make it more conversational and less focused on story creation. Been playing with these so far.
response = model.generate(
input_ids.cuda(),
do_sample=True,
max_length=50,
temperature=0.9,
top_p=0.9,
top_k=50
)```
how can i get a higher question limit?
how do i change the AI ââlanguage
I get this too many requests in 1 hour error message..do you know is this a timeout for me?
When will chat history come back?
great question
you dont
oh ok i was tryin to use the Turing AI chatgpt bot but it dont work
it says i can talk to chatgpt is that right?
The general consensus seems to be not to submit more than 3 inputs p/min but otherwise just wait an hour & come back
hey im trying to use the bot and its simply not working at all it keeps saying "An error occurred. If this issue persists please contact us through our help center at help.openai.com." I went to that site and I didn't find any help
hey, im trying to use chat.openai.com but im getting following error We're still busy preparing your account, please try again in a few minutes. . Can someone help me with this?
why does it say "Due to high demand on our systems, previous conversations are temporarily unavailable" sometimes?
How come whenever I try to generate an image on dalle it says "Incorrect API key provided: sess-Y6z*********************************xjW5. You can find your API key at https://beta.openai.com."
is there a way to use chat gpt without going through open ai (like another website or anything)
Try temperature 0.7, top_p 1.0.
What kind of prompts have you been using?
hello
he stole my question!
I've tried direct commands, casual convos, and general info. I'm still trying to tweak the responses to filter out things like high repetitions and odd characters. Been getting lots of forum questions outta nowhere too.
wouldn't a high top_p add too much variance?
current config:
response = model.generate(
input_ids.cuda(),
# return_full_text=True,
do_sample=False,
repetition_penalty=1.2,
max_length=50,
temperature=0.5,
top_p=0.3,
top_k=70,
)```
Assuming your asking discord server. This is how to get Lenard; which is based on text-davinci--003 model.
thanks!
invalid API key error bro what should I do ??
just try again
so im feeding chatgpt pieces of original verses i had written a long time ago. if i have the chat help me generate lyrics that help me finish writing the song... would my finished product be owned by open ai?
It is unclear
This is new territory, we can't know yet
yea thats what im wondering. like if this thing helps me finish like the 3rd verse of a song. and i fed it all the other parts. would it own my whole lyrics/song
It definitely wouldn't own your original verses, you own the copyright on all things YOU create
But it isn't immediately clear that prompting an AI grants you exclusive privileges over it's output
this is some hardcore new legal territory we are gonna be exploring
It could end up being OpenAI's, yours, or owned by all of the creators content that was used to fine-tune your AI which is effectively public domain.
hi
hello
hi
is gpt dead now?
hold up, does anyone know how many questions per hour?
How can I view removed conversations? A few days ago all my conversations got removed after the update. Is there a way to view them again? Would they be saved in Chrome's cache or cookies or something like that? How do I view the cache for chatgpt on Chrome? I tried looking it up but all the information I found was outdated.
hi
History is disabled at present. Unknown when that feature will be re enabled.
HI everyone, i making requests in browser. AI does not give a complete answer, it just stops in the process, who knows what is the reason?
There's a limit. You can try by saying continue, sometimes it works
Hi, I'm wondering how I can contact support. I am getting an access denied message on https://chat.openai.com/chat if I am not connected to a vpn. Vpn connection works ok.
Works fine from personal computer on the same network (which is very odd)
[2023-01-12 23:03:25,495] [utils.py:68] Guild RTE - Info Center not allowed?
I asked chat gpt to stop spelling out "content management system", but it still does. I am asking for something that isn't possible, or is that a bug.
Seems to be a common issue, I found this thread which describes my issue. https://community.openai.com/t/getting-a-cloudflare-access-denied-error-on-chat-gpt3-site/30480/4
Anyone else get this issue or find a work around?
what is a common issue?
what causes this?
using a discord bot
See my post a few lines up. Getting access denied. Sorry, not related to your issue
Is there going to be a Black and Green Coloring
are they gonna extend everything after 2021 of chatgpt and when? u have any idea
Hello, new to OpenAI. I'd like to ask if I use the OpenAI API for fine tuning my own stuff do they bill me ? If yes how?
how much dollars its take to build open ai gpt3?
i have a one hour cool down but i need it how do i?
can chatgbt summarize youtube videos?
a.selectNode(hm.body),a.createContextualFragment(c.responseText) d3.js cross-site-script issue
I saw an YouTube Video where someone could switch a Button that allows chatgpt to geht acces to the Internet, does anyone know where i can find it
Are there any OpenAI staff active on this Discord?
yeah, there are
And they talk with people?
yeah - u gotta find where they are though. definitely not #chatgpt-discussions
Thanks sweet, thank you!
can the "id" of a completion be traced back to the user's private API key?
or are they inherently kept seperate?
how would you go about finding out how much resources (let's say words) a heavy user of chatgpt uses?
install the chrome extention webchatgpt
#how do I find my previous chats with all my questions? They are all gone today and I didnât chose to delete or clear any conversations. Thanks
Hi, we wonât be able to recover our past chat before the update of chat gpt ?
I truly hope that the previous chats will be available again. I have stuff in there that i wish i could still have access to.
Anyone know if it will return?
Hallo, I am a beginner and my REST requests are responded with "You exceeded your current quota, please check your plan and billing details.". I already added my CC information to my profile and placed my token to the request. Any idea what's going wrong?
hello
Hello, new to OpenAI. I'd like to ask if I use the OpenAI API for fine tuning my own stuff do they bill me ? If yes how?
Itâs free for now
Try increasing token request in settings
Is there a possibility this gets solved today?
Are the previous chats gone for good? Iâd really like them back
Look Iâve been talking to chat gpt about a meta narrative anyone want to talk about it and how it could be used in ai in the future cuz honestly it hurts my head and makes me feel crazy
Does anyone have course recommendations about working with chatgpt?
just curios, how long of an essay can openAI write? I tried it before and it seems to be 500-600 words, but there is a possibility it could write more than that.
yes you can put the length the essay should be (for example in words) into your question
The site does not work. Are there solutions or similar sites?
For example: Write me an 2500 words essay about world war 2
Did you already find out if there is such an app? I mean, should be theoretically possible
Im sure it will be implemented by Apple or Samsung ir Google very soon, if not exactly ChatGPT then very similar. Itâs just a matter for a year or two I would say
Hi, can I ask the AI to paraphrase a text for me, but to keep specific sentenses (subheadings) as they are? What is the prompt for that?
I tried to put them in brackets and ask it to not change the text in the brackets, but it doesnt work
are their math equations correct?
You don't need an app, it works from a mobile browser
When do the old chats come back? The ones that got deleted last time
I know you can use it in the browser lol
A voice assistant is not the same thing
that would be amazing. alexa looks incredibly weak next to ChatGPT đ
- The table in Fig.4 gives the relationship between the terminal voltage and current
is
of the practical constant voltage source
a) Plot vs versus is.
b) Construct a circuit model of the practical
source that is valid for O is 24mA,based
on the equation of the line plotted in (a).
c) Use your circuit model to predict the current
delivered to a 1 kQ resistor connected to the
terminals of the practical source.
d) Use your circuit model to predict the current
delivered to a short circuit connected to the
terminals of the practical source.
e) What is the actual short-circuit current?
(V) is (mA)
24
22
20
18
15
10
o
0
8
16
24
32
48
18 1 3 3
cvs
Fig.4
f) Explain why the answers to (d) and (e) are not the same.
this is not ChatGPT
lol
Seriously open AI, some weeks ago he said everything he generated belongs to user đ
Hi
does anyone know if or when they will cut off free access to chatGPT or will it always be free?
How can I upload datasets to chatgpt??
Nop, not that I am aware of at the moment. You can however try the GPT-3 API if you're looking to do some things with text datasets
Looks like they may run a freemium model with no limits for a paid option, see more here as they figure out the pricing: #announcements message
thanks
will see if I can do something with text
Are you going to take money for this service anywhere soon?
landslide prediction ml code
one question, chatgpt will save all my past conversations? i only see a few ones
Are previous conversations temporarily unavailable or permanently, because there hasn't been any word about it for the past few days and I feel as if at least some kind of news would be better than none
Yes. They will return soon
Temporary
Probably
thanks
How can you help me
How are you emily ?
why is chatgpt down for me
So they will return for sure in the future, just that there isn't a specific time right now?
Correct
Thank you for answering đđ»
Is chatgptr currently down for everyone?
nop
it hasn't been available to me for days
Chat GPT works
I use it everyday, I'm prioritized
I have now created another account. there it goes.
I do not get it
I asked for a long answer with about 800 words and when i read the text you can understand that it keeps going but i can only accually read about 300 of them. Then it just ends. How can I see the rest?
is that normal ? for it to say "We are still preparing your account "