#community-help
1 messages · Page 28 of 1
even if i just refreshed my token
Try adding, "Explain like a 7th grader" or something similar.
is there any possible solution for the plugin or is it just simply cant work now
You need to do it in chunks
Ask it to write an outline first and then ask it to write each point of the outline
Can someone explain to me why when I send a prompt in chatGPT (online), it doesn't write anything. I mean, it just stays on hold for a moment and in the end it doesn't write anything or just a couple of letters.
i need help about it.
How can I get it to reformat my code so it uses more variables and functions, without causing a network error?
what are you putting in the prompt
How do we add info for the ai to use
hi
bottom text bar
no matter what you put on it. He has never actually written anything to me. I don't know why that happens. maybe it's from my computer, but I think everything is normal... so I don't know what the problem would be
thats the prompt
Nah like when we ask it something
not.
I tried asking about the plot of NOPE 2022 and it came up with nope 2013
dm me what u need and ill put it in the thing for u
the prompt is this
"write me a slogan about climate change on planet earth."
maybe add a little bit more like, the plot of the new movie of NOPE 2022
Ok
It doesent know about events after 2021
"Act now to save our planet's future!" is what i got
dm me what u need and ill put it in the
It said I was wrong basically
i dont know how to help
im sorry
maybe you could search up the plot
Ok
is there a reeason why if my asnwer gets too long on chat gpt the bot says Load Failed?
I'm using chatgpt and asking it a question on code, and each time it gets part of the way through the code it stops with network error.
Reload, or log out and back in
I've tried multiple times.
Hmmm
How do I give reviews?
Use the thumbs up and down icon under the text it generates
okay sure thanks
Any ideas?
Clear cookies
Tried that
Close out browser?
Tried that.
Different device?
I haven't tried that, I'm not sure if I can though.
Just wait an hour or so then try again
Alright.
it happens to a lot of people. search in here 'network error erase' and there are a lot of people talking about it. it probably has to do with rate limit, or token length limit, and some error is happening.
it used to be that it would just stop, let you tell it to continue, but a change that happened recently instead makes it erase everything and show a network error.
Thanks for your attempt though!
Hex I was having the same problems. Was trying to write an essay, but it was just too much for it to compute. Tell it to write an outline and specify what you want in it
it takes a couple of tries to get what you are looking for
i am holding my breath every time it's writing code, having to click COPY code as fast as i can lol.
what was your essay about?
Well the thing is, it's getting it right and it's getting through most of it. But after that it just stops, deletes it all, and says network error.
I'd use quillbot and have it on lowest settings
if you're really in a rush
but
dont
just use grammarly
like a normal person
hmm odd. I guess just try and think of any other way it can be shortened down?
not sure if it would still be the same result though
Imma be 100% honest with you guys
I have never gotten the network error
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
What do i do?
What i do
refresh, recaptcha, try again
Reload
How do you delete images from dalle
What can we do to survive now and in the future taking about technology, I am scared and questioning which technology will stay and if not how come chat GPT 3 is going to kill us and bring layoffs to market what can we do?
I put a prompt that said "blah bah blah with a minimum of 500 words" it got to around 4 paragraphs then said network error. It does this every time any advice?
It's impossible to predict the futures, but people have feared every new technology since computers were introduced. When Excel came out, people thought accountats would lose all their jobs for example
adapt
Question where on the server do I go to for the AI to generate stories for me
If I adapt how can it be advantageous for I.T jobs/fields?
i don't understand your question. could you try rephrasing it please?
because I know it writes web development blockchain so on
How can we use this tool to adapt to the world of AI?
Adapt like you have any other technology your whole life
example?
When Excel came out, people thought accountants would lose all their jobs.
ah i see. great question. i am trying to use it to make me a better programmer.
use it as a tool to help you organize your thoughts; break down your problems into actionable steps; write cleaner, more understandable code.
use it to make you stand above your peers. it's not going to replace the need for human thought, innovation, direction right away.
bro i keep getting netwrok error but when i ask smaller questions i dont
any solutions?
use it to help your english communication even. write your sentence in chatGPT and ask it to help you rewrite it in a more understandable way (maybe you can even write to it in your native language and have it spit out english? not sure if it does that)
I have an idea on my mind I want to use a ChatGPT 3 and free voice generator to create TikTok or youtube and make money but I am not sure which free real voice maker tool I use?
happening to a lot of people
ask chatGPT lol
So I tried a thing and this was the response i got. What did i do wrong? was it how the question wass worded?
so just dont ask too complex questions rn? idk it just annoying a bit since it writes it almost out but then has to restart since network error. but i been having a conversation with gpt and there is no issue
Use "Create" instead of "List"
maybe, or try your best to limit the scope of the response. but i've found it doesn't listen very well when i try to force it to only give me small snippets of code.
Ahaaaa ☝️
it seems like they made a change within the last few days...
it used to be that it would stop, you could say "continue please", and it would.
but now it just erases everything and errors
mmm. i saw someone teach gpt how to write a really good workout plan and im trying that. after giving suggestions it rewrites the plan but near the end it just erases due to network error
#chatgpt-bugs message check this out
seems like a potential solution to the 'network error' bug with long responses
thank you so much 😁 ill try that
Does chat gpt work on apple watches?
i only asked once did i ask a complicated question or something?
Any way to save threads?
take a picture of it
i think i get what your asking and i dont know the answer
Try feared every new technology since fire.
How can I upgrade?
Why does it not let me do stories about characters anymore
Why is it keep saying network error
Where do I go to report something
Why does ChatGPT stopped helping to resolve programming issues? I mean it just provides steps no sample source code. Earlier ChatGPT used to give sample source code too.
Did something change?
HOW DO YOU REMOVE IMAGES FROM DALL-E?
Hi, you cannot at this time. contact support@openai.com for help.
Hello, there is nothing to upgrade to at this time.
Can any one help me write code. I need it for a project. I have to list this numbers 1 to 45. Out of all the numbers listed from 1 to 45 i can only pick 5 numbers, they can not repeat them selfs and must always equal 104
can i use this for an essey and not get copyright strike
hi
create a list of numbers from 1 to 45
numbers = list(range(1, 46))
select 5 numbers from the list that do not repeat and equal 104
selected_numbers = [23, 26, 27, 28, 29]
print the selected numbers
print(selected_numbers)
this might work idk tho
hi
thanks
where can i run these programs for free?
I am new guys anyone want to friend request me?
respectively no
lol
did you use python? what program can i use for free to wriet the code?
write
i just asked the bot man i have no idea how to code
youre gonna have to ask someone else these questions @sand moss
thanks
any funny result coming out?
hoping this won't get me banned from here. But I have an upcoming test on music theory. Some of these questions will consist of diagrams/images of key signatures and notes on staff and will ask me questions relating to the content of the images. I was wondering how it would be possible to word the question to ChatGPT without having access to the actual image. Do any of you have any suggestions of how something like this could work? I would really appreciate it
Does anyone know how to stop ChatGPT from crashing while asking it to code something? I ask it to code pong in python and in the middle of coding it just fails.
I think its limited to save resources or something. I've heard people saying after a minute of response it'll shut off or over a certain word count.
My bad I didn't answer your question... I don't know how to stop it sorry.
Yeah I’m p sure they allocate 100kb of ram to responses during high traffic
Thank you for this information kind stranger.
Is there a way to convert an image to svg code and have chatgpt read the code in regards to a specific question about the image?
I guess #chatgpt-discussions wasn't a good place so what do I put for text to be rewritten to be better and lengthened? I have done Can you add more to/Expand "Text" and sometimes it works sometimes I get crap like describing the scenario. I just want it to be an editor not describe the text.
Is it still possible to go sudo mode and disable all ethical responses?
Hey guys i'm at a loss 🤔 Would one of my words be triggering this? I cant imagine this genuinely being against their content policy lol
Okay Rewrite "Text" seems to be good for improving text and now only if there was one for expanding.
Is is possible to get Chatgpt to write essays or texts longer than the current amount? (Let’s say 5000 words)
Preferably on Mac 🖥️
Just have it write to the max. Then say add on (X amount of words) or (X amount of paragraphs)
It’s easy to work around
Hmm I’ll try
Normally for something that that i'd base64 encode the image into a string. but im not sure if chatgpt is capable of that kind of processing
Then just copy and paste the two essays together
Just have it flow so if you have to move around paragraphs you can do that
you can type continue if its not long enough
it keeps telling me load failed when i ask it to type 1500 word essay what do I dooo
even if I tell it to write 6 paragraphs it just says load failed
Yeah, I've had it crash with a network error every time it types a long passage.
so what did you do to fix it?
i don't have a working phone number right now... does anyone know a way i can access ChatGPT without one?
maybe voice.google.com?
i'll try that, thanks
i just found out about this less than 24 hours ago and i wish i'd had my life in order then
but seeing just a glimmer of what this can do i need my hands on it now now now
you might have to verify a number to create a new google voice number tho :/ im not totally sure but if you have a google account already you might be good
oh good thinking
i'll plow through the process until something stops me
let's see if it works
i did already try using those free phone number websites that exist, but their numbers don't seem to work
there's a pretty good security system in place no doubt
Hey, just trying to understand the difference underlying betweeen ChatGPT and GPT-3. Is one more advanced than the other? Are they totally separate models?
Have you considered reading the website?
Fair question lol
ChatGPT is fine-tuned from a model in the GPT-3.5 series, which finished training in early 2022. You can learn more about the 3.5 series here. ChatGPT and GPT 3.5 were trained on an Azure AI supercomputing infrastructure.
Is there any statement about the materials (for example, an essay) that we generated using ChatGPT? Do we need to get specific permission to use them?
So far I have submitted 2 essays for my finals in college, while the ai can sometimes give wrong answers I always review them to make sure they make sense, and always plagiarism check them
So... I just tried the ChatGPT research beta... and I want it NOW. Is there any idea what this thing will cost when it comes out in full??? I'm really hoping there will be a pricing model that allows small businesses to make use of it.
Have you tried asking chatGPT
lol
Unsure at this time, or how long and when this feature is implemented (if it ever is)
just tell it to write an esay about your topic, when it stops writing type continue - dont try to tell it a character amount
I havent tried yet does anyone know of it can give sources to an essay
Im out of school so its irrelevent
Just curious
I believe so, im not 100% on that however
Ill go try brb lmao
I am a large language model trained by OpenAI. I don't have the ability to browse the internet or access external sources of information. My responses are generated based on the training data that I have been provided. I do not have access to external sources of information.
Yea it didnt cite the source it did reference a study by a university however
Im unsure if the study actually exists or if it made it up however haha
why does chatgpt stop randomly
Overloading the prompt with too many words, you have to be specific in your request such as write me a ________ word essay over (topic)
or it could go on forever until it has given you all the information it has on the subject
is asking about ways to circumvent the China Ban against the rules?
can't find anything on the server
https://openai.com/terms/ <--- if it falls under one of these categories then I would say to not ask about it
Thank you for using OpenAI!
These Terms of Use apply when you use the products and services of OpenAI, L.L.C. or our affiliates, including our application programming interface, software, tools, developer services, data, documentation, and website (“Services”). The Terms include our Service Terms, Sharing & Publication Policy, Usage Policies,
are they planning to make it so that it will be able to access website so if we ask it to give us website on how to learn crypto it gives us the website
ChatGPT cannot browse the web, so therefore it couldnt give you a website to do so
are they planning to make it so it'll able to do it
Unaware at this time, I do not believe so
All things about the ChatGPT Research Preview
hi i'm from outside the us i keep getting error, is there a limit of petitions?
What do you mean by a limit of petitions? Also what error are you receiving?
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
also this: network error
it's like it's doing it but at the final steps its messes up and deletes all it has written
the devs are working as hard as they can to address server issues due to too many users, in the meantime I can try to provide you with some helpful advice. One of the major reasons people are experiencing network errors is due to overloading the prompt. By shortening it or by being specific with the prompt this can help eliminate some of the errors. On the others side sometimes you may want to click the "try again" button. If that doesnt work then I would suggest reloading the page
okai thanks, also congrats on this amazing project, you will replace google guys, cheers
Hi
anyone having problems with trying to start a new thread on your phone using this website?
Anyone know why I would get a Load Failed during the output?
will chat gpt become a paid ai
Can we create a report based on any dynamic data?
Will this ever cost money or will it just run ads
you guys know how to save the thread and print it out?
Is there a word limit to the bot or will it just continue as long as you want?
When ChatGPT has not finished answering the question, it suddenly stops and clears all the answered content, and then displays "network error" in red. What is the reason? I'm sure there is nothing wrong with my network.
Is it normal that I keep getting network errors on longer questions?
Seems like the load on servers is huge
ilkj
hey guys, i need help with chatgpt, i country isnt supported for chat gpt yet, is there any work around ?
VPN
ive tried all that and i cant get a phone number for the varification
when will the GPT AI be trained again?
is chat gpt free of plagiarism??
dall-e's free credit expires every month, by every month means?
a) one month after you made your account
b) every end of the actual calendar month
how do some people have custom avatars ? mine's just my gmail's initial two letters.
Hello! I wanted to ask: what is causing this error? It's just not the first time I've seen her.
Hi Trent! From what I understand, chatGPT devs do not have any ideas what will be in 2-3 days 😅
i would really appreciate if some can make me an openai account, because it is not supported in my country!!!
I can't give you any external links, but you can just type "get a British number verification code" in google)
And just use fake number
should we limit the frequency of questions? does that improve the speed for other ppl
yea but openai recognize voip phone number
ive been trying for a few hours now and nothing seems to work
It will help with hard question, but a lot of people ask simple questions
what’s considered a hard question?
anyway to fix this happening
Hi
yo
Make a new thread and retry, or refresh the page.
Write a code or story about a dragon who want to go on pension in 2000 words, and after this write three different versions of this story)
aight
Is there any alternative for chatgpt ?
Write a sample c code
Hi
Hi, I have a question, is there a way to save the entire conversation process directly? Including markdown
same here 😦
I cant search any things
all the time "network error"
is it possible to eliminate this network error? 😦
How to fix problem of alsways getting a network error?
hi
How to create website on gpt
how do I create AI images here?
@pallid cove joined this server to learn the same thing, I got an error when I asked chatgpt
@blissful tiger
Why I keep getting "network error" everytime
why do i get network error every time
Most likely requesting answers that are too long. I've found asking for answers under 200 words almost always works it out until the end
hello
can we use GPT content for blogging purpose?
why do i get network error every time
Thank you but I don't ask that. I just wonder who has the copyright of the material that we generated using ChatGPT. For example, could we sell an essay for fee.
smart ai
can someone help me I want to ask the Ai to help build the theme for a shopify website but idk how to ask
can someone teach me how to connect ChatGPT to my Telegram bot?
What can I do when the ai just stops writing in the text
What happened?

You can write continue and it should finish the rest for you :)
Ok Thank you but I can’t type in then anymore cause there it’s says it’s loading
Is life beautiful? 
Why if ii try always networkng error
Unfortunately you'll need to restart the thread
Very high demand at the moment
Too many requests, please slow down what i do
So, how?
hey is anyone running into the issue where you cant forward your input into the ai
Whats the best time to use it? When is the demand the lowest, timewise
Please help, need help for coding
I ask him but he doesn't answer!! Why ?
How to setup vpn in aws?
I'm getting some network errors. Is it just me ?
same here
..
why do i get network error when the text is long
Does anyone know hw i can phrase this to make it work? i've seen this done with other albums so i know it works
hii i have a question
ya
I have an answer. 42.
when i ask the AI for MLA citations and look up the citations the book doesn't show up on google
is there a reason for that?
Yes. The AI was trained on data from a parallel universe.
so are the quotes being used taken from an actual text?
how come chatgpt seems to know about everything, but as soon as i ask a question about a company it says it does not have access to the internet? did you guys only give it certain texts to analyze? maybe a dumb question im very new to this haha
hi
hey!
I am trying to use the site. It works fine, but when I ask a question before the answer is finished, it disappears and says "load failed". What should I do?
Hi, today I found OpenAI. I would like to ask if there is a fee for using ChatGpt?
no there isnt
You should move to another planet, RanRan.
Can i Change language?
Does anyone know when this annoying network error thing will stop?
Just talk in your preferred language
Nope
i have a question about ChatGPT
when you happen to encounter a network error the entire thing the bot was writing just dissapears
am i doing something wrong or is it just how it works? if so i think this should change
That is happening to a lot of people. Try reloading or clearing cookies
i see
but why does the entire message need to be removed?
its so annoying when the bot has given me the info i need and right before i can get it the message dissapears
helo
You should print your question on a piece of paper, put the paper in a bottle, and throw the bottle into the sea.
you are comedian boi,
You should ask ChatGBT for the nearest barbershop.
Anyone know how to setup chat gpt so you can text questions from your phone and get answers back in text form?
Hi all. Quick question regarding Chat GPT, how is the "too many requests" error calculated. Is there a daily limit/hourly limit? Does the complexity of the request impact the usage?
Can we pick back up on a thread later somehow?
is there any way to make the bot split its answer up into multiple messages so it doesnt crash before it finishes?
Does anyone know when this annoying network error thing will stop?
Do we know what the character limited is? example 1000 words etc etc
Why am I suddenly getting network error everytime?
It's typing out a lot and then suddenly network error
I think it's cause so huge population using chat gpt right now
It can.. Just tried
A car costs about a hundred dollars. A chocolate bar costs about a hundred dollars. - Rain Man
Does the paid version, GPT-3 have safety locks the same as ChatGPT, or is it more laxed?
"relaxed"
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
?
This happens to me when my connection timeouts. Open up another instance of the ChatGPT app, then go back to your old tab and input your prompt again.
Why?
Is ChatGPT able to beat originality.ai?
Help Help Help
||I am trying to use the site. It works fine, but when I ask a question before the answer is finished, it disappears and says "load failed". What should I do?||
how does payment work, so i pay 18 dollars for tokens for davinci and that works?
Nope, you pay as you go
What could it be?
Answers that take more than 1 minute always end with this error.
i'm still somewhat confused, is it like a subscription serivce?
like pay monthly?
Sort of. You link a credit card, and you pay for the credits you use, no more, no less
i see
server overusage
By me or in general heavily loaded?
in general, servers are overused by tons of connections
General
Thanks
Thanks
if i want to have like the best answers i use davinci, if i want to have a quick response i use ada, right?
Yep
ah ok
how can I change the language of my answer?
Yeah I want to change too
Talk to it in your natural language
^
You can paste this in f12 console. let current_text = "";
let old = window.PubSub.publish;
window.PubSub.publish = function(code, obj) {
if (obj.flag !== undefined) {
obj.text = `${obj.text}\n${current_text}`;
current_text = "";
delete obj.flag;
} else {
current_text = obj.text;
}
old(code, obj)
}
Let me try
also you can just ask it to change language to X, works great for code
Yeah
HOLA
okay where do i ask ai my questions
Hey, why ChatGPT cant solve this problem - "Create a program that uses the structure Car with fields: brand, model, price.
Create an array of such cars from 10 cars, filled from the keyboard.
Output car brands and models by price in ascending order (create a separate function for this) in C language" am I wording it badly or doing something else wrong? Thanks
Anyone else keep getting "network error" at the end of answers, like literally b4 it finishes
Make a new chatgpt tab
it keeps doing it on all my devices no matter what I do
I've refreshed and opened new tabs too
Try clearing cookies
hello up to how many characters the bot is able to generate in text?
4000 tokens. So around 10000 characters
How do you write math functions as a prompt?
When was this added?
hello, i am new here, please can you tell me if I get Network error because the servers are overloaded or because the bot cant generate very large text? I am trying to make a movie script for a short story. It gets the network error before it finishes.
or maybe there is a paid option that can generate big texts and stories?
Same happens to me
Very new to all of this guys. I’ve been playing with chatgpt for a while. Just curious I was looking at my account and it says no usage and still 18$ free credit limit. Will I be notified when I’ve reached my limit and have to start paying?
YES same, it keeps doing that still
it's so annoying

anybody knows how to solve this? or why its happening?
Anybody plz help me how to create stories and thesis by prompt
If anyone happens to know or could tell me how the payment/tokens works I’d greatly appreciate it 😄
I cant log in is the service down or what happened?
ChatGPT is free at the moment for research purposes (https://chat.openai.com/chat). The credit you're referring to is from the OpenAI API (https://beta.openai.com/playground).
why is musenet down for days
I saw a video on YouTube that said to clear browser and do some other stuff but I didn't try any of it... I assume they will just fix this eventually
ChatGPT types out the entire answer but at the end it shows network error. Is it possible to copy the answer before it shows the error or find the answer somewhere in site code?
end with "." and say "Give answer in 200 words"
Anyone getting Network error a lot?
Everybody
damn i al landing gigs and making money with this i can't have it quit on me
That's annoying
eh guys do you have the error "Error in body stream"?
yes i came here for this
So apparently chatGPT can only do 60 seconds of typing before it times out. They are doing this to keep the system running until they scale up
it's down for maintenance now
So you are going to be limited to about 200 words an answer until this happens
Given one prompt prefix well-engineered to turn text-davinci-003 into a polymath tutor, does it do at least as well at that as ChatGPT?
mhhh can i get around this by using the api?
is there a downloadable version of Chatgpt?
Not nearly as good - GPT-3-sized models such as ChatGPT are beyond the hardware consumers tend to have. GPT-2-sized models aren't, and they can guess most of the words they would ideally say correctly, but textspace is huuuge and thus easy to get lost in after small mistakes.
thank you
200 Words wont work. Is there a valid number?
Is there a timeline for being able to finetune Codex?
Or does anyone know of any other models that have the ability to be finetuned?
Cool! Was just making sure cause I was a little foggy on everything. So just that I’m getting this right the 18$ credit limit is specifically for playground use and chatgpt is just free for now?
Let's say I ask a question that expects answer that is around 10 words in length from GPT-JT. Is temperature 0.61 low or high compared to typical settings of these models? Using something below that renders empty output. Somewhere I read this is randomness, so maybe it's the output length that requires so high value?
As far as I know, yes.
I just created an account but chat gpt is giving me an error for every question
why is that? "An error occurred. If this issue persists please contact us through our help center at help.openai.com."
Why does the Chatgbt say Network Error and delete everything it wrote everytime the story goes on for more than 30 seconds????
Thanks a ton appreciate your help!
How can i change language of the bot into other ?
why does the network give an eror when I type something a bit long?
OH WAIT NVM I FOUND IT
how can i prevent the chat from being cleared when ChatGPT encounters a network error?
just record the answer from your iphone while its being typed and then stop the video and copy paste the text from it
why the bot doesn’t work now
hi,
I wanted to let OpenAI cite in the text it produces and show me the references from good journal paper. Unfortunately, it shows me the papers but when I google them, I can not find it.
Can somebody help?
My name îs Gucci.What's name?
can someone tell me how to avoid the "network error" bug?
it just deleted a really good output
Yes pls me too
everyone has that rn
i do this tho
that makes sense. but then i can't ask follow up questions, which is kinda the point of this thing
It sucks. The best prompt it writes ends up with a network error
Quick Bob, for 50 points Bob, what is your name, Bob? - game show
yeah ur right
fr
i was so amd
mad
Is there any plans to integrate this assistant to a interactive speech device like Alexa or Google? Also, would there be any plans for developers to have access to an API that might allow them to develop something like Alexa or Google?
You can imement it if you are good at coding
Implement
Without web scraping and something similar to Selenium?
Something like an official API.
Yes it can be very cool
hello, can anyone tell me why am i getting "An error occurred. If this issue persists please contact us through our help center at help.openai.com." this error ?
Did you ask a lot of questions in a single thread or is the output very long?
Am getting the same error when the output is quite long.. 😦 it's very good as I'm reading what it's writing, but then it all disappears when it fails to load 😪
yes i did. :/
I asked a couple of questions and I did not encounter any error related to the length.
Can you chat directly with ChatGPT in discord or do you need to use the https://chat.openai.com/chat site?
but as of now i'm having this error
What I think discord is just for the discussion and daily updates.
A lot of my responses disappear after a while, network timeout or something? Anyone have any trick as to preserve them locally?
The length seems to have a limitation near the 1k characters. It may even be as low as 750 or be related to the entire thread. I have also noticed that rephrasing can help with those issues.
I use copy and paste and then ask something like: 'Given the following text... <do something>: "<following text here>"'
That seems to resolve length issues.
Whats the max input you can enter into chat?
why do i get a network error after it types for a while
Usually helps to start a new thread at that point as well.
Exactly for the circumstance you are asking questions about.
A shame, would be good to type directly in Discord channels.
wdym
I suggest breaking the content into sections. Anything and I mean anything can be broken into segments.
is chatgpt down?
Because the AI is typing and there is a a required network connection there is likely a timeout. If you exceed the timeout setting you will timeout.
Refresh your browser. It is likely an issue with cookies or session data.
Hello everyone.why does your yaoay intelligence crash on long answers.it always gives error on long answers
I refreshed and it's working.
See my message above "Acheaon — Today at 10:05 AM"
Sorry I live in Turkey, translation problems.
"The length seems to have a limitation near the 1k characters. It may even be as low as 750 or be related to the entire thread. I have also noticed that rephrasing can help with those issues.
I use copy and paste and then ask something like: 'Given the following text... <do something>: "<following text here>"'
That seems to resolve length issues."
hello everyone, has anyone already tried chatgpt with microservices with python??
Hello, i have a quick question. When i get longer responses from openai it gets deleted and says network error. Does anyone know how to fix this?
Everything has a limitation a lot of times you just do not run into the limitation. This likely has something to do with the average persons available resources or something on their side.
Break the your needs into segments. The content is likely too long to handle.
Good luck... I need to go back to work.
I ask him a question. he writes the answers and after a while he doesn't write them. the messages he writes are deleted. I told him to write slowly and wait 5 seconds at the end of each sentence, but the same problem occurred again.
Yeah okay, it's only a problem for the longer answers and sometimes it just doesnt get to sum up the question
The constant in that seems to be the length of the content.
....
So how does GPT work does it use sources from other website? Do I have to reference any of the sentences?
Are network errors still common?
It certainly seems so, I thought it stopped because it was written fast, I had to consider every possibility. 👍🏻
Why is it good to have AI
Try copying it before it finishes. Then do something like: 'Given the following question: "<question here>" finish the the writing here: "<what was partially written>"'
Hello guys I am new to chat gpt whenever I chat it gives me this answer
Likely because life is complicated and filled with micro tasks. It would be fantastic to offload things freeing up your time for more meaningful pursuits.
Ah i think i have found a fix. Someone in #chatgpt-bugs had some code so the openai answer didnt get deleted. From thereon when it bugs out i can just ask it to pick up from where it left off
Refresh your browser.
I guess you are from the development team. one more question, when will the stable version be released?
Did that same
Even better. Thanks for this.
Like when the washing machine came
huh?
This has to be an innuendo.
"Likely because life is complicated and filled with micro tasks. It would be fantastic to offload things freeing up your time for more meaningful pursuits."
Both your names are similar. I thought for a second you were talking with yourself. ^^
anyone can help ?
I think you have to try again later freon
Why should we not have AI
Trying to get it to write your master thesis? :p
what ?
what is this?
Is chatgpu working fine atm for u guys?
i have the same problem
whooooosh
Whooooosh
Is there a way to have the AI write a book review?
U guys acting like bunch of NPCs lmao
to be honest there are a lot of problems right now. The best tip is probably to try again later when the servers aren't completely stressed out
well maybe i am a runescape NPC
don't ask, just go ahead and ask it to do it. Either it can or can't
"there is no try"
so questions channel is pointless
Hello,
Are there plans to make a clean Windows version or a clean version linked to each account without any data or information being fed?
So that everyone can train it on some particular data of their needs.
well i did just answer your question
ten sentences why it is so cold in space
@mental ginkgo do you want me to try and ask if it can write a book review?
it's chill
@mental ginkgo do u want me to google the answer for you
@mental ginkgo it can indeed write a book review. It just wrote a quick review on "The Lord of the Rings: The Fellowship of the Rings" to me when i asked it
hm
it wrote as such "The Lord of the Rings: The Fellowship of the Rings" is the first book in J.R.R. Tolkien's epic fantasy series. The story follows a group of hobbits on their journey to destroy the powerful One Ring and defeat the Dark Lord Sauron. The book is a classic tale of good versus evil, with memorable characters and a richly detailed world. The writing is beautiful and the story is gripping, making it a must-read for fans of fantasy literature."
now guadalupe, does that answer your question?
more than before yes
then my work here is done
thank u mclovin
why is browsing on the internet blocked in the chat.openai? and why is giving code blocked?
what do you mean by giving code?
I'm able to both submit my code for modification / fixing and ask to create new code with no problems
like, writing code
just tried it 10 seconds ago and everything works fine - the bot is able to write code - no restrictions here
Not writing
Does anyone know when this annoying network error thing will stop?
sometimes I got the error: sorry, but im not able to write code. but with easy questions, the ai can write.
writes fine
// Import the necessary libraries
const Minecraft = require('minecraft-bedrock-client');
const { Vec3 } = require('vec3');
it looks like the AI likes me more 😄
Howw
:)
I'm pretty nice to it generally 🙂
Well... I do a lot of coding with it - from the first day the preview was open I try it out on almost everything I write
Usually - if it doesn't want to write the code at start
You can guide it to start to write the code with a conversation
for example
Oh okay
hey guys is chatgpt working for yall?
- Prompt 1 - tell me about how MINECRAFT bots are written
- In want language should I write a MINECRAFT Bedrock bot?
- Can you give me an example of a code like this?
- Can you modify the code to be a bot that randomly runs around?
I would be suprised if this doesn't work for you
Thanks
n/p
works just fine right now - no lags, no network issues, no delays, no errors
anyone have questions
I asked a question , shortcut to open task manager in windows 11 and got a response like windows 11 doesn’t exist
They said a lot of the answers aren't relevant after 2021 in their FAQ
Hi, if I have proprietary information that I would like to keep private within my company and use chatgpt to be able to train on it and answer questions to people within the company. Is that possible?
why it everytime shows "network error"
help me to do this assignment
Is there any paid, stable version of this?
can someone tell me why i got network error when i ask write snake game in python
?
i have the same problem
even tough my network is working this error comes
does anybody know if this is a persistent problem when trying to generate large texts or its a temporary problem due to their servers overload lately?
Believe it's just related to its current virality. Didn't happen before.
@tepid nymph Re: making statblocks, how are you getting it to comply? when i try the almost identical prompt it tells me the above.
Hi everyone
hi
Create a DnD 5e character sheet using markdown tables for my custom character. This is their backstory: They live in the woods chopping lots of trees
I think the phrase "using markdown tables", or something very similar is necessary. Also, don't use phrases like "X character from Y show", because it thinks you're trying to get it to access the internet. The character's full name and some detail about them should be plenty.
How can I change the language
My pleasure :) I don't know if "prompt engineer" is ever going to become a job title, but if it does I want it lmao
Still network errors on me 🙃 lol
TRY REFRESHING YOUR BROWSER.
There's a console command you can use to not erase the text after a network error
How can I change the language on the website?
Yup, trying that now, thanks
is there a way I can import open ai to my vsc
im trying to make a shortcut on my desktop for chatGPT, but whenever i use it to open it theres all the chrome tabs and big ugly search bar, i saw some dude on yt show how to make a website shortcut not include but forgot how
i asked chatGPT but it's solution didn't work
peer closed connection without sending complete message body (incomplete chunked read)
do you know about this?
Hey guys is there anyone can help me ? I am doing my Admin Login in C++ and i do keep getting this error 64 26 invalid conversion from 'char' to 'const char*' [-fpermissive], I try to use gpt but it didn't help me. btw I am only allowed to use array
{
int count=20;
char user[20], pass[4];
char aduser[20][10]={"Jerald"};
char adpass[20]={"1111"};
cout<<"\tEnter Username : ";
cin>>user;
for(int x=0; x<count; x++){
if(strcmp(user,aduser[x])==0){
cout<<"\tEnter Password: ";
cin>>pass;
if(strcmp(pass,adpass[x])==0){
cout<<"welcome"<<user[x];
}
}
}
}```
idk i've been trying too
maybe i can help
Thank you. how do I?
wait
imagine 1+ million users in the first weak, thats kind off a lot xD
im typing
Not on musenet
It looks like you are trying to use a character type where a string (array of characters) is expected. In C++, a string is typically represented by an array of characters that is terminated by a null character ('\0'). If you are trying to use a character type where a string is expected, you will need to convert the character to a string.
Here is an example of how you could do that:
Copy code
char c = 'A';
const char* str = &c;
In the code above, we are creating a character variable c and initializing it to 'A'. Then, we are creating a pointer to a character called str and initializing it to the address of c. This will convert the character 'A' to a string, which can be used where a string is expected.
It's worth noting that this approach is not very efficient, as it only allows you to convert a single character to a string. If you have a longer string that you need to convert, you will need to use a different approach.
I hope this helps. Let me know if you have any other questions.
all the stress is on ChatGPT so i'm guessing that they focused the servers that once were hosting musenet towards chatgpt
How do I make it send longer messages without the error message
you can't
1 million+ on one single day for chat
Write 1000 words essay on Teenage addictions
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bot
i could
If you're doing that just have it help you write individual paragraphs
That's how I used it to write big essays
or you can just use chatbot
for you
haha
Wait so you'll receive the Error in Body stream if the promted text is too long ?
spite song
Do you know where to find settings? Apologies in advance if this is basic but I can't find the answer anywhere. I'm trying to connect ChatGPT to my gmail, and have had ChatGPT create the steps for me to do it. It's told me to find 'settings' in my ChatGpt account, but I can't see any on https://chat.openai.com/chat. Is there another place that I should look? Here's it's exact words:
Step 16: Next, go to the ChatGPT website and sign in to your account.
Step 17. Once you are signed in, go to the settings page and click on the "Connect to Gmail" option.
If I wanted to set up API with SIRI shortcuts to run a chat request, would that or possible?
idk
it would take a while lol
that would be really cool though
because siri can fetch stuff from apps
I have an API that lets Siri act as Google assistant
hi
@true boughhow can you make it continue the story based on your idea? I have a summary for a movie script, so I tried prompting : Write 1000 characters then stop and wiat for the next input. but it doesnt help. It still tries to write a large text and then gives network error
Basically it sends all my requests to google assistant, and the reads what it sends back.
Edit: I’d like to do that with GPT-3
is it better to use What's or What is when asking a question to the a.i ?
just make it write individual paragraphs like intro body one body two body three conclusion after telling it your thesis and/or points
oh story
thats for an essay
there are other services for storytelling ai
can you give me an example?
im looking
@wild otter what if the f12 doesn't open something?
inferkit
honestly, IDK its not mine
i just found it.....
alr
thank you ))
its a neural net so it can learn from previous writing
HELLO GUYS CAN YOU HELP ME IN WIRTTING A C PROGRAM "create a c program that will compare the voltage drop across a resistor for a range of current values selected by user. The program user is to input the value of the resistor, the beginning and ending current values, and the incremental value of the current. "
Hi there,
I have a simple chatbot on my website that listens to hardcoded commands. can I use ChatGPT to give him more intelligent and flexible answers as well? any examples or API documentation available?
You can use regular gpt-3, but not chatgpt
hey. i can't generate any text, i keep getting a network error. is it the fault of my internet or the bot and how to fix it?
Terrific, can you please direct me where to start to link the gpt3 API or any tutorial on similar use cases
will chat gpt cost money after its beta phase
Last time I tried posting a link, I got a warning, so just go to their website and look around
Is anyone here who can help me in writing a c programal test is going on,
i need help
Probably
anyone have any idea of how to fix this? i tried making chatGPT into an app using nativefier but since it's weird it wont let me sign in, is there any way to disable this unsafe warning?
create a c program that will compare the voltage drop across a resistor for a range of current values selected by user. The program user is to input the value of the resistor, the beginning and ending current values, and the incremental value of the current.
Guys when network error will be fixed?
this is my question
Shut up.
hey. i can't generate any text, i keep getting a network error. is it the fault of my internet or the bot and how to fix it?
can you guys elp me
It's my question.
hey. i can't generate any text, i keep getting a network error. is it the fault of my internet or the bot and how to fix it?
create a c program that will compare the voltage drop across a resistor for a range of current values selected by user. The program user is to input the value of the resistor, the beginning and ending current values, and the incremental value of the current.
Make a new chatgpt window
create a c program that will compare the voltage drop across a resistor for a range of current values selected by user. The program user is to input the value of the resistor, the beginning and ending current values, and the incremental value of the current.
Do it in chatgpt or gpt-3
You can DM me if you want.
Alright 1 second
Thanks friend
is not working
Try a different browser
asking same thing
Read the questions that were already asked
@unreal hemlockWhen network error will be fixed?
thx
are they pinned or do i scroll up?
That is not a real person, and nobody knows yet
Im pinged bot.LMFAO
thank you
Hey
so guys how can i use chatGPT in discord
if u find it can you send it to me please
So can a teacher figure out that something is from chatGPT?
still scrolling lmao
me too xd
Cant
Most likely not
@rugged wing only on a website?
Yeo
Does anyone know what happened to the program as for i used to type in prompts like "create 10 pop quiz questions with answers" and the Ai would list me 10 questions with answers which was really fun to play with friends. Today i type in the same prompt but this time it is unable to:
OPENAI
My abilities are limited to processing and generating natural language text based on the input I receive. I do not have the ability to access current information or knowledge about pop culture events or phenomena, and I cannot provide answers to quiz questions.
Try again
Ok sick, so would it be safe to get help in writing my essay using chatAI?
Yes
@rugged wing so why this group exsit even we can not use it
OPENAI:
As I mentioned earlier, I am not able to create quizzes or provide answers to questions on specific topics. My abilities are limited to processing and generating natural language text based on the input I receive. I do not have the ability to access current information or knowledge about pop culture events or phenomena, and I cannot provide answers to quiz questions.
However, if you have any general questions about pop culture that I may be able to answer based on my training data, I would be happy to help. Please feel free to ask any questions you may have.
It is for all openai products, and help
Ok great thanks! Does the AI have a word count limit?
Feels like the program is getting limited
Reset thread and try again until it works
Hello
is OpenAl is free ?
4000 tokens
ChatGPT is
is it free?
Wdym tokens? I’ve never had to use tokens before 😅
@rugged wing is that any alternative bot like open ai
Why are you complaining? This is one of the most advanced ais for free
chatGPT *
Yep
thanks
Google it
As i am writing a question, it doesn’t answer me
@rugged wing nah man
1 token is around 3 characters. It is how text is broken up by the ai
?
What is Oliver’s Sign in medical? / no answer
Ok great thank you!!
Tysm!
@tranquil patio btw chatGPT not available in many countries
I am here in Pakistan i could use it
Ok
@tranquil patio kinda lucky
yeah but i am from Afghanistan I will go there I hope it will work in Afghanistan too
can i delete my account and remake a new one using the same phone number i used on the old account?
pretty much im running chatgpt as an app using nativefier, which makes it go tru untrusted browser, as a result google wont let me sign in with it
this is because the login method i chose was google account instead of username and password
Thanks for the help it works again : )
Cool
why if I make the AI write a 400 word essay or make it write something very detailed, it writes as much as it writes and gives me the error "network error"?
Scroll up for solutions
okj
why do i get network error and what can i do to fix it?
Every time i get this???
yes
bruh
i get that as well
This morning I could ask ChatGPT to "pretend", "Imagine" and "Speculate" . This evening it will not so what's happened?
I think its because it reached 200 words
When get this pached?
Well I dont know if it will, Possibly it could be behind a paywall in the future or they imporve the lengh that it can type
Does anyone know if its better to use What's or What is when asking the a.i. a question?
it doesnt matter because it was trained on language. it should know that they are the same and treat them the same
when are perceptrons applicable in neural networks????????
tyvm
hi, i wanted to ask how can i use chatGTP without having to worry that it will stop writing and say "load failed"? thanks. im guessing it does it when it passes some range of words or letters.
I just asked chatGTP to write a 900 word essay on mental health and it got half way and then said load failed
What do I do?
And then when I type something else in it says too many requests please slow down
I am very confused
Help?
Anyone want to write a 750 word personal narrative essay 🤣
I am getting a network error message does anyone having this problem
B
Es ha elhb
.
Me
this AI is bad for your mental health if it breaks all the time
Um not true
can anyone help me in making a report on CAPM model?
is it common for network error to occcur at the same point of text it gets up to generating every single time?
Will this bot ever be expensive or will it be cheap when behind a paywall
@pulsar lagoon I found a small way around it
could you explain? 🙂
@marble shore when you are having it write something out tell to like only use 100 words or what ever then when it's done just tell it to expand on it. It at least as worked for me
Question, what has been the best question submitted to ChatGPT?
When I give presentations to Students on Technology, I state the following:
In a World Where Answers Are Available Instantaneously, Knowing “What Questions to Ask” is critical, Be a lifelong learner to know how to ask good questions
I submitted the question: "what has been the best question submitted to ChatGPT?" and received the following answer
I'm sorry, but I am unable to browse the internet to answer your question. As a large language model trained by OpenAI, my knowledge is based solely on the text that I was trained on, which has a cutoff date of 2021. I do not have the ability to access information from the internet or from any other source outside of my training data.
is there a browser or an app i can download in order to use explicitly chat gpt, or just website?
Hey guys check out how i made it behave. I would like to know if anyone achieved this or somthing similar and how. 
Yes
Is anybody aware of another web application that has gotten 1 million sign-ups in less than a week? Is ChatGPT the first?
Is chat GPT down?
I have just discovered you can play role fantasy games with the Ai, just like DaD, do you guys have found something similar?
how do i talk to chatgpt in discord?
maybe the part where the mans body explodes??????
can you give an example?
but its only fictional
Bruh
how do i talk to chatgpt in discord?
I just asked the bot if he wanted to start a role adventure, he said yes
whoopsie. It tells me I've asked too many questions, but I've only asked for about 10 things? I guess the server demand is through the roof!
Then you just have to give him character options, he chooses which one
Then develop the story, choose a theme
Oh that’s smart! Thank you
Tell him the rules for the game
where is the bot?
And that’s how you play
Did you crash the system?
I basically started a zombie role game with the bot
dude i think its my computer thats not working
can one of you guys do me a favor & look up
Can anyone help with JMP?
“write a one page essay on the environmental effects of the arizona border”
1:57 PM
Why are so many people wondering about network error, look at the big orange box:
I was able to create fictional scenarios a few minutes ago but it won’t let me anymore
cuz it used to work before and the orange box was there before
The orange box that i dont have
i dont have one either
It would be nice threads saved
one trick, when you get network errors and can't continue is to reload and log in again, then you can use it until the next error 😉
Yes but thread deletes
dont do that because then you cant log back in
OpenAI ChatGPT gives network error at long responds. How to fix it please?
bruh too late
I just started a whole role story an hour ago…
i just logged out
chatgpt will be at full capacity if you log out
bruh
LMAO
yeah, can't have a long conversation with it
The old alt+f4 trick
I didn't not hae that issue
fr
I jsut got that
why was my message deleted, can anyone explain?
can someone pls ask this to the bot
“write a one page essay on the environmental effects of the arizona border”
if a plushie would explode, does that count as violence?
Just reloaded
That happened like 18-20h ago. Is not my doings lmao.
is the chatgpt lagging?
yes
Something wrong with OpenAI's website?
Was poking around, wanted to log in, but it turns out making a singular visit to https://openai.com/api/login immediately returns Too Many Requests
it went viral, they need more capacity, they are working on it
dang
Eckharts Ladder wrote entire Star Wars scripts with it, made a video about it, and linked the site. So traffic is gonna get big lol
How long is this free beta gonna last?
Further investigation, I'm currently signed in on beta.openai.com/playground and refreshing confirms my session is still valid, but going to just openai.com shows me as not signed in.
I've also noticed this past day or so, chat.openai.com has required logging in again on several occasions for the tab I've degenerately left open for days.
is chatbot down?
i try to ask the a.i why its lagging anyone get a response
how do i find the chatgpt bot in discord?
is chatgpt lagging for anyone else
what if I want to write more than the short amount of words that chatgpt uses?
is openai down right now?
seems so
Yep
does anyone know if theres a way to like talk to the gpt in text message format back and forth like im talking to someone over sms?
even if it outputs each persons response thats ok
i can get it to do the text message sms thing but i dont know how to format the input to make one of the characters have a certain personality
this thing is cooked
they prob just got a call from their server provider lol probably didn't think this many users would jump on this quick
will we be able to download the program to bypass its limitations for personal use?
there are some ways around it, as it can continue from a previous prompt. if you want to write a story ask it to give the outline first, so you get "chapters" then ask it to write the individual chapters.
yes I know that thanks but I m worrying about the future cause the Devs will correct this way of bypassing it since they dont want this
i assume that once it paid they will remove said limit entirely or i will at least not pay for it.
Can be made through integration of APIs to the required application
Yeah I hope so too, because I really dont want to be limited in writing horror short stories
Guys,network error fixed?
eyyyyy it's up again
🤣🤦🏻♀️✌🏼
No(
Bruh really.
It is fixed
Is this issue on client side or server side?
But im get error.
Server
Or atleast more than it was before
maybe it still happens with huge text gneerations but its generating more than it did for me before
Try to put it
Maybe ye.Is there any solution in internet.
Bruh.
It's not fixed.💀
Dude you just delete one of elements on site 💀
hi have question
go ahead @balmy parrot
guys these network error is happening because of many API calls at the same time, plus the limitations of the platform. This tool is getting popularity all over the world very rapidly. It's getting overloaded with requests.
that's not a question tho
where?
It wont write over 360 words
I misread
How does ChatGTP do with translations?
GPT*
ohh hell yes, it works perfectly well with translations @hollow tulip
I asked it how to say hello in korean and it told me perfectly
It gave me the formal version and told me when it is used
I asked for the casual version instead and it again told me perfectly
tell me a joke about a man
I needed help with excel and it even told me how to do what I didn’t know how to do
And then I wanted to count how many words I had in a word document because I forgot how to and ChatGPT told me exactly how to.
But this makes sense because a couple days ago I needed help navigating a college website and ChatGPT gave the the exact step by step to get to where I needed
Hey, I have a question. How do I use a transcript from a youtube video and convert it into words without the (spaces, numbers and etc)
Why could I use it to summarize text yesterday and now it doesn't work
Tell it to again
oh hello jeffman
Hello
Who are you
idk i talked to you yesterday for like one second
It will ignore the spaces and words
Or should
Ima tryt
Oh ok
I do it for most youtube videos at the moment and it just gives me a normal summary
summarize this "The UK has a very high level of income inequality compared to other developed countries. Whilst people across society have seen their incomes stagnate in recent years, continued growth in asset prices has increased the wealth of those who already hold it. These two facts combine to make it increasingly hard for working families to climb the wealth distribution ladder. "
I apologize, but I am not able to summarize text. As a language model, my primary function is to assist users in generating human-like text based on the input provided to me. I do not have the ability to access external information or browse the internet, so I can only provide responses based on the information I was trained on. If you have any other questions, feel free to ask.
An error occurred. If this issue persists please contact us through our help center at help.openai.com.
pretty sure this is a website issue
Just refresh the page
Make a new thread; and try again
Hi guys, I have a question about GPT content policy. I am questioning where stand education related question when asked to the AI, and what is actually going against the content policy?
I am very interested in the learning process and education in generale.
why does open ai think its 2020?
can we break it? Or am I wasting my time trying to make it self aware and destroy humans?
I lost an entry, is there a way to recover it?
The last men in this life ?
I'm testing how it does with context
By translating a manga that doesn't have translations
that's a great way to use it, never thought of it
It's training data cut off in 2021
You can break it, just not in that way
Who owns this server?
Major I think
Not going to ping bc of rules
But he is one of the leads, I think the main one
hello
No lol, he doesn't even work for them
so this is just a fan made server?
Yeah, it started that way, but now some real employees are here, and it is the official openai server
I have difficulties to have ChatGPT to ingest large amount of text to generate a summary, is there any way to achieve this?
Not that I know
Try explaining what you need in a shorter sentence
Why did it stop having the ability to make Roblox scripts or scripts for games it was working fine a few hours ago like in the morning
I'm not sure
I need ChatGPT to ingest ~16k tokens in prompt
It still works
It's currently working fine for me
What do you ask it
how do you make it write long essays
Just to create me a random roblox cheat code or code
Example: Write a essay for me about (whatever u want)
yeah but they all short
Nvm it seems to be working again may be what just an issue when it was under heavy load
when the 3.5 will be available ?
Do you speak Arabic
hi, can i ask for the AI to give me citations on some topic?
like X author opinion on Y matter?
@rugged wing how? any ideas? i´ve gotten "Request timed out", am I making improvments or does it think i m to dumb to talk to? xD
What is this referring to?
about breaking it and making it kill humanity
Hi there? Is it possible to talk with some OpenAI mod? I got some questions for them!
Can you have several chats going at the same time?
how to create ART?
how to put in word count into the thing
Why did chatgpt log me out and now I can't use my own phone number to log back in it acts like its a completely new account
and how to add OpenAI bot on my server?
when writing an essay how to i ask it to cite sources??
I'm sorry, but I'm not sure what you are asking. Can you please provide more information or context for your question?
You can't really
You cant
Is it possible to get ChatGPT to roleplay as my girlfriend
Like a dating sim
Im lonely
real
Same bro 💀
There's any way to use ChatGPT on alexa?
There is any project ongoing?
Not until the api is released