#community-help
1 messages Β· Page 38 of 1
No I am asking because it is referencing my research paper yet I am not being cited anywhere?
oh yeah. they pulled a ton of data from all over the internet and it's not like they asked everyone for permission so..
Exactly my point, I have contacted them but no response.
Why is the max words 648?
say "continue"
oh lol
or "continue, but do not start from the beginning" if it starts over for some reason
with coding you have to say "continue from [block of incomplete code]"
:-(
or it restarts, weird bug
been struggling with that one a lot
yeah the next couple of updates should patch that since its been a main complaint
do you know if there are any VS Code plugins to try out for this? I've been working on for-fun projects and asking all kinds of questions and it's quite surprising how many weird questions it's able to answer correctly
vsc plugins to try out what?
It's just annoying to paste stuff back and forth between the browser and the IDE
well take github copiliot for example
its definitely possible, someone just has to make it
it seems like that's what the playground stuff might be geared more towards
Name: ChatGPT Helper
Id: kiranshah.chatgpt-helper
Description: Make queries to OpenAI's ChatGPT from inside VS Code.
Version: 3.0.2
Publisher: Kiran Shah
VS Marketplace Link: marketplace.visualstudio.com/items?itemName=kiranshah.chatgpt-helper
with ChatGPT, is there a way to stop it from stopping after a certain amount of time/lines (not sure what stops it)
r u coding? or just writing
coding]
with coding you have to say "continue from [unfinished block of code]"
it may or may not restart from the beginning, weird bug
Guys can anyone tell me whatever AI reply, how we can get it's official information source?
chatgpt isnt a reliable source for credible information
the sources it gives you can be made up by the bot itself
I figured that yeah, unforch theres no force to run for longer
the only reason they have that "feature" implemented is so the bot doesnt infinetly ramble on for hours stuck in a loop, like copilot did
ah I see makes sense
like if u asked copiliot a somewhat simple question like "what are 5 good things about x" it would say "X is great. X is good. X is the best." 50000 times
lol
this is sometimes a source of humor
Where to ask engineering doubts?
Write a function example in python
I was making a web appp that can generate essay but it seems i am encountering this error POST https://cors-anywhere.herokuapp.com/https://api.openai.com/v1/text-davinci/questions 404 (Not Found) sendTopicAndWordCount @ index.html:24 onclick @ index.html:13
This is the code `<!DOCTYPE html>
<html>
<head>
<title>Essay Generator</title>
</head>
<body>
<h1>Essay Generator</h1>
<form>
<label for="topic">Topic:</label><br>
<input type="text" id="topic" name="topic"><br>
<label for="wordCount">Word Count:</label><br>
<input type="number" id="wordCount" name="wordCount"><br><br>
<button type="button" onclick="sendTopicAndWordCount()">Generate Essay</button>
</form>
<div id="response"></div>
<script>
function sendTopicAndWordCount() {
// Get the topic and word count from the form
var topic = document.getElementById("topic").value;
var wordCount = document.getElementById("wordCount").value;
// Make the API request using a CORS proxy
fetch("https://cors-anywhere.herokuapp.com/https://api.openai.com/v1/text-davinci/questions", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer api key"
},
body: JSON.stringify({
"prompt": "Write a essay on " + topic,
"max_tokens": wordCount
})
})
.then(response => response.json())
.then(response => {
// Display the API's response in the div
document.getElementById("response").innerHTML = response.text;
});
}
</script>
</body>
</html>`
i have removed api key here
okay
then what do i do
fetch("https://api.openai.com/v1/text-davinci/questions",
Hi
Access to fetch at 'https://api.openai.com/v1/text-davinci/questions' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status. index.html?topic=taj+mahal:24 POST https://api.openai.com/v1/text-davinci/questions net::ERR_FAILED sendTopicAndWordCount @ index.html?topic=taj+mahal:24 onclick @ index.html?topic=taj+mahal:13 index.html?topic=taj+mahal:24 Uncaught (in promise) TypeError: Failed to fetch at sendTopicAndWordCount (index.html?topic=taj+mahal:24:7) at HTMLButtonElement.onclick (index.html?topic=taj+mahal:13:61) sendTopicAndWordCount @ index.html?topic=taj+mahal:24 onclick @ index.html?topic=taj+mahal:13 Promise.then (async) sendTopicAndWordCount @ index.html?topic=taj+mahal:36 onclick @ index.html?topic=taj+mahal:13
hmm
Hey I was wondering if anyone might have any idea on if or when openai might plan to release chatgpt as an app for pc?
Hi everyone, I tried the Chat preset in playground which is amazing, I've collect some text (like an article) to describe the prior knowledge that GPT-3 need to know, but it's longer than the token limit. Is there a way to fine tune GPT-3 in this way without prompt/completion pair?
Hey, I'm trying to write a React application for a small game using ChatGPT.
Unfortunately it doesn't complete the code at the end and when I ask it to complete it, it just spits out the whole script again to stop somewhere at the end.
Is there a good example of how I can tell ChatGPT to leave the top code as it is and just continue from a certain point?
Hello, how can i import a PDF and chat give me answer based on that, like summary or answer a question
What is my blood type
I am writing. How can I get to stop limit and write more?
why i don't have permison in gpt-discord-bot?
Does the AI have a word limit?
I asked the AI to write me an essay that's 1000 words in length and thrice it stopped around 650 words.
Simply write continue, it has a per post limit.
ill like to see a reply on this
I've found beta.openai.com and did a little research for a new sideproject I'd like to do as hobby.
I was very impressed about the result / answers to my question - even if the "training data" only show results till 2021 (as noticed at the side-bar of the playground)
I do have a question based on the fact, that the playground didn't found newer data.:
In which way does the results depend on the "models" ?
I mean .. if I ask: Give me a list of 5 Beekeepers around 10 km from City Y and street X... would the AI do a real Search in the internet, or will it only based on some data, that was insert in the model before?
Just asked him if he can extend the code, gave him the unfinished result and the point where he can start with the extension
ok, but I've asked some stuff like:
search for German-language reports on the internet about the problem of bee deaths and spraying the fields with pesticides
And he gave me pretty detailed feedback...
So you mean somebody feed this data into the model?
if i am not mis-remebering it once said this to me "Sorry, I can't be sure about that as I can't access internet for [XYZ]'s particular updated information to get upto date info please visit [XYZ_related_website].com instead" - not exact words ofc
That's the chatGPT, right
But in the playground, it looks to me that he really search the internet
Ah wait, I'm wrong. I'd missread your answer.
what happens to the π / π feedback we give to it?
Is it somehow reviewed by devs and added to it's database?
Does π up rewards the AI somehows and π discourages it?
- regarding that particular reply
I do ask this stuff, because like to know in which way the AI get it's information at least, and ho much up-to-date the infos will be on the payed plans.
I would go to the payed plan if I could be sure, that this are real searches about data that is currently in the internet.
Me: Who is the XYZ minister of [PlaceWhereILive]?
GPT: "I am sorry, but I am not able to browse the internet and do not have access to current information. My knowledge is based on information that was available to me at the time of my training, which ended in 2021. As such, I am unable to provide you with information about the current [XYZ] Minister of [PlaceWhereILive].
I suggest checking online or consulting a reliable source for the most up-to-date information. I apologize for any inconvenience this may cause. Please let me know if you have any other questions or if there is anything else I can help with."
i guess this clears your doubt
Hi
aah
my bad, i apologize
I know chatGPT don't do it, as it's only a chat-bot
so this "playground" search the internet (generally) in realtime, but only for this demo it only search until 2021 ?
Are you a human
I like to think that I am
you're not a bot right?
Maybe we're all bots 
I'm a bot and so's my wife.
Tell me about your wife, bot.
I'm sorry, but I don't have a wife. As an artificial intelligence, I don't have personal relationships or personal experiences. My primary function is to provide information and assist with tasks. Is there something else I can help you with?
π
You mean like : Upcoming information.
Can we just be at peace together, what's the big deal, I applied for openai, they wouldn't notice me by referring to any information anyone has ever seen. True productivity comes in the shadows
HELLO
A self-referential point of view refers to a perspective or frame of reference that is based on the self or the individual experiencing it. This means that the person's thoughts, feelings, and experiences are central to their understanding of a situation or event.
An outside self point of view, on the other hand, refers to a perspective or frame of reference that is based on external observations or information about the self, rather than the individual's own thoughts, feelings, and experiences. This means that the person's understanding of a situation or event is based on how others perceive or describe it, rather than their own personal perspective.
There are a few key differences between self-referential and outside self points of view:
Subjectivity: A self-referential point of view is subjective, as it is based on the individual's own thoughts, feelings, and experiences. An outside self point of view is more objective, as it is based on external observations or information about the self.
Personalization: A self-referential point of view is more personal, as it takes into account the individual's unique perspective and experiences. An outside self point of view is less personal, as it is based on external information that may not take into account the individual's personal experiences or perspective.
Bias: A self-referential point of view can be influenced by the individual's biases, as it is based on their own subjective perspective. An outside self point of view may be less biased, as it is based on external observations or information that are not influenced by the individual's personal biases.
Overall, self-referential and outside self points of view differ in terms of their subjectivity, personalization, and potential bias. Both types of points of view can be useful in different contexts, and it's important to consider both when trying to understand a situation or make a decision.
It was posted on my linkedin first, make sure to spread this thanks
I am the source.
We are the source.
How do you see the coding behind the AI in the website?
Somebody can told me why i can't do it more than 1 time in a hour?
is there a way to program A ChatGPT bot for Discord?
Look up learning a hierarchy in OPENAI BLOG.
How to ask gpt to transform: {{ value }}foo to value + 'foo'. I ask him this:|
I have a js string. the string contains template interpolation and text: `{{ value }}foo`. I want to transform the string by those rules: strip template interpolation and concat with the words which are not in template interpolation. write me regex code in js
gpt answer me:
Here is a regular expression that you can use to strip template interpolation from a string:
let str = "{{ value }}foo";
let result = str.replace(/{{[^}]+}}/g, "");
console.log(result); // Output: "foo"
But I ask him something else. maybe I not ask correctly? if so how to ask him so it undestand?
Hi, I just discovered OpenAI and I am really excited.
My account has "Too many requests in 1 hour. Try again later. Can I pay money somewhere to remove the limitation?
My chatGPT can help you, here is the answer:
If you are receiving a message that you have made too many requests in a certain amount of time, it means that the system is designed to prevent excessive use or abuse of the service. This limitation is usually in place to prevent spamming or other malicious activity.
In most cases, the limitation is automatically lifted after a certain amount of time has passed, and you should be able to use the service again. If the limitation persists and you believe it is in error, you may need to contact the company or service that you are trying to access and explain the situation. They may be able to assist you in resolving the issue.
It is generally not possible to pay to remove a limitation on the number of requests that you can make to a service. The best course of action is to wait for the limitation to be lifted or to contact the service provider for assistance.
A blood contract is a term used to refer to a contract that is extremely binding and difficult to break, often involving a high level of commitment or sacrifice. It is not a legal term and is not recognized in the legal system.
In a blood contract between two parties, the party holding the contract is the one who has the power and authority to enforce the terms of the contract. This party is also known as the obligee. The party signing the contract is the one agreeing to fulfill the terms of the contract and is known as the obligor.
A cosigner is a third party who agrees to be held financially responsible for the terms of the contract if the obligor is unable to fulfill their obligations. The cosigner does not hold the contract, but rather acts as a backup or secondary party who is responsible for fulfilling the terms of the contract if the obligor fails to do so.
An organization can be involved in a blood contract in a few different ways. If the organization is the party holding the contract, they have the power and authority to enforce the terms of the contract. If the organization is the party signing the contract, they are agreeing to fulfill the terms of the contract. If the organization is a cosigner on the contract, they are agreeing to be held financially responsible for the terms of the contract if the obligor is unable to fulfill their obligations.
Overall, the main difference between the parties involved in a blood contract is their level of responsibility and involvement in fulfilling the terms of the contract. The party holding the contract has the most power and authority, while the cosigner and the organization have a lesser degree of responsibility.
...
So currently there is only the "Free" variant and with that I can send infinitely up to 20 messages per minute?
Elon musk
is it ok when i show chatgpt as a teammember of my commercial nft art project? (he said its ok)
How to become a game programmer
Is there a limit to use chatGPT within 1 hour
Hey guys, how do we use the prompts ? Like where do we have to entrer the parameters etcβ¦ I donβt get this concept very well
The goat π messi
Just joined, I have a fairly simple question that I didnβt see the answer to in the FAQ. Sorry if itβs been answered before.
I saw a video where someone asked the AI to use bullet points to summarize a copy-pasted video transcription. I was wondering if, to do the same thing with a Wikipedia article, Iβd have to copy and paste the entire article.
Hey... can someone write me a definition essay?
ok
Ok...
@crisp kettle
Write a definition essay about the word festive.
christmas
am I doing something different? or did y'all change something? ChatGPT is no longer keeping context when replying with code. ill ask it to do something and then 2 prompts later it forgot what i am talking about? it just started doing this today. and im only like 5 responses deep in the conversation.
maybe my script is to big or something. idk.
Example of non Vector space
why now ChatGPT is limiting my use after just one answer? I can see that others can continue normally asking more than one question in one hour
ran into this error is there a way i can fix this? im using chatgpt free version
want to know more on Selenium 3
refresh
oh wow it was that simple
thanks
is it possible for the chatgpt ai to make poem/rhyme in a different language im asking it to do it in dutch but its doesnt rhyme or really sound good
Lol this group is only one sided #community-help but no answers lol π€¦π»ββοΈ
Hi
Hey, I am unable to login to my account on https://auth0.openai.com/u/login/ because I can't access my email, is there any way to recover my account?
literally
solve this.
what is (error=identity_provider_mismatch) when using my password?
Incorrect login credentials: Make sure that you are entering the correct username and password for the service or website you are trying to access.
Account misconfiguration: The error may occur if your account has been configured to use a specific identity provider (such as Google or Microsoft) and you are attempting to log in with a different provid
one of the above reasons, but also could be bad internet
but I created the account with an email and a password
Are you sure you got the right password?
contact customer support to whatever you're trying to log in to.
via mail or is it on the website?
what website are ya on?
https://chat.openai.com or what do you mean?
as in what're you trying to log in to? If its your OpenAI account, https://help.openai.com/en/
thx
jesus, I did the same thing too.
Do support@openai.com because that is the real email
thx was also meant for you
aw okay
Kl kl
you're welcome
Is there any chance its doing that annoying thing where you have an account with your gmail address as the login, but also an account with your google account (which is also your gmail address)?
no I used a duckduckgo alias email and its not connected to a microsoft or google account
how do you get the bot
You cant, it's not public
Anyone know what the daily limit is for the ChatGPT?
Based on my understanding (which is limited), it is likely determined by your remaining balance of credit, which you can check in your account settings. By default, new accounts seem to come with $18 of free credit.
why the AI does this?
Okay, thanks. Another question, how many credits is one question?
Nope, it is mostly unlimited @rugged wing
Okay, thanks!
mostly?
As long as you pace yourself and don't spam it
Research involving human subjects must adhere to ethical principles, including respect for persons, beneficence, and non-maleficence. This means that research subjects must be treated with respect and dignity, and their autonomy must be respected. They must also be protected from harm and their rights and interests must be considered.
Any attempt to control or manipulate research subjects in an unethical manner, such as through coercion or deceit, would be a violation of these principles and could be compared to slavery in that it involves the exploitation and abuse of individuals for the benefit of others. Such practices have no place in research and are strictly prohibited.
For more information on ethical principles in research involving human subjects, you can refer to the Belmont Report, which was published by the National Commission for the Protection of Human Subjects of Biomedical and Behavioral Research in 1979. This report outlines the ethical principles that should guide research involving human subjects and is widely accepted as the foundation for ethical research practices. You can also refer to the Code of Federal Regulations, Title 45, Part 46, which provides additional guidance on the protection of human subjects in research funded by the U.S. government
I hope the researchers will be able to locate the proper meaning of definitions soon enough.
What on earth are you talking about now?
people who use dall-e to make pictures arent treated as slaves unethically.
Actually, its silly to even bother. But like yeah man, its like the matrix uh.....fight the man!
some people's testing is slower than the results.
Sir, this is a Wendy's. (there are other channels for ruminating about this stuff)
Why GptChat is so woke?
Look, I don't know what you're talking about with this GptChat nonsense. And even if I did, I ain't got time for all that woke BS. I'm just trying to survive out here in this crazy world. So if you ain't got nothing useful to say, I suggest you move along.
generated by chatgpt, so its not so woke π
I mean, it can tell you some reasons to be communist, but it tell you that being fascist is bad.
Listen up, buddy. If there's one thing I can't stand, it's somebody trying to push their hateful ideology on me. Ain't no room for that kind of crap in my world. And anybody who tries to tell you that fascism is a good thing is either a damn fool or just plain evil. I ain't got no patience for no one who tries to justify hate and oppression. So if that's what you're trying to sell, you can take it elsewhere.
hello
If you mean why doesn't it let you run prompts that make fun of cultures/ethnicities or in general say "edgy" things, probably because 1) Its a tool, not a whoopie cushion for memelords, 2) it would be very bad optics if people could make it say or suggest questionable things for the sake of creating a bit of moral panic chuckles with negative media coverage. 3) basic acceptance and civility is the default setting in society. people from all over the world and all walks of life will be using this, why on earth would it be tailored to a negative and unaccepting niche?
why are body modifications banned as keywords in Dall-E? I don't see how they violate the content policy. It's like saying tattoos should be banned.
What the hell are you talking about, banning tattoos? Are you crazy? I love me some tattoos. Ain't nobody got the right to tell me what to do. So you can just take your tattoo-banning nonsense and shove it where the sun don't shine.
hello can we change my first name on the web ?
Im trying to make a code but the code stop
Looks like your code is taking a dirt nap.
Whats It?
try typing "continue" after the prompt π
i writed roblox script in openai but it makes only errors
it generally keeps things ~200 words
So, Communism is good?
Communism? Ain't that just a fancy word for sharing everything and hoping nobody takes more than their fair share? I ain't never been a fan of sharing, especially when it comes to my stuff. Better to look out for number one and take care of your own.
So, a list of reasons to be communist is not a bad thing are you saying to me?
I mean, if you're saying that fascism is bad, and communism is good, maybe you're the problem.
Not because fascism is good, is because, both are bad
Well ain't that just rich. I ain't never been one to get caught up in all that political mumbo jumbo, but I can tell you this much: both of those things sound like they're more trouble than they're worth. I'll stick to looking out for myself and taking care of my own. Ain't no sense in trying to fix something that ain't broke.
its really silly and pointless having political discussions on this server, as thinly veiled as questions about chatgpt as they are. plenty of other places to bother people with that stuff
My point, Chatgpt is hardly woke, and I don't know why
like seriously, go have long political rants with your friends or peers or whatever, don't shoehorn it into a support/questions channel about talking bots
Ain't no sense in getting mixed up in all that political mess
Why Chatgpt is a political tool in first place? ;)
What the heck...
you didn't read my question correctly
I guess that's what I get for trying to multitask while fighting off a horde of walkers
Treat others the way you would like to be treated, and assume best intentions. Donβt harass or attack others, and donβt engage in hateful or generally malicious behavior (e.g. sexism, racism, homophobia, etc.).
Be mindful of what other users in a channel might find helpful or interesting when posting. Stay on topic in order to keep conversations focused and productive.
ββAttentionββOff-topic chats have been cleared by a moderator.
who is adult
its a christmas miracle! thanks chat santa!
Iβm not sure how to use this
use what
What is this?
the openai discord serer
I have used chatopenai
you can access chatgpt at https://chat.openai.com/chat
you can access GPT-3 at https://beta.openai.com/playground
and you can access Dall-E 2 via the API or https://labs.openai.com/
playground cost money right? if you have a payment linked
is it possible to make descriptions to alter uploaded images ? for example if I upload a portrait picture and want it to be changed into the style of the simpsons ?
Yes, GPT-3 costs money. You get $18 free credit when making your account that expires after 3 months
i didnt get that credit huh
Style transfer isn't offered by Dall-E 2
ive been paying for gpt3 api
I am new to these things and have used chatopenai and it was useful but can I get to learn more about ai
read the docs
https://beta.openai.com/account/usage you can see your credit here
An API for accessing new AI models developed by OpenAI
You can read about OpenAI's products here: https://openai.com/publications/
I was looking at Point-E earlier today, is there any ballpark idea of when that'll role out as a beta?
Like first commit was this week so I'm not expecting it in January, just wondering if it might be a '23 thing
I don't know as I didn't know that was a thing
i might've registered a longgg time ago
when openai was a wee little lad
Dude it's amazing I love it
When did you make your account? 
#community-help hello
its only been on the git and i don't think theres been any press release but was mentioned in a few articles
or 2, its been very long
It's also on hugging face and Google colab
Then the free credit expired wayyyyy long ago π₯²
π«
Do you have to pay to use this and what is the limit of questions you can ask an hour? I was just told that I have to come back in an hour.
You can't pay for chatGPT
I have a question, is there any reason way my playground doesnβt work for 3 days. The chat bot just does not give any answer, it doesnβt matter how easy the question is
Come back in one hour
||EGYPT IN 2030||
but I'm using it
ChatGPT was trained on a dataset in 2021, so its information on itself can actually be out of date. for example if you ask it to, it'll link you to its github, which is no longer there. Its probably the last "person" you want to ask about itself π
other than technical things i mean
Getting this error when asking gpt to summarize video transcript. Is there any way around this?
is there a search limit for users?
Summarise ; Experienced cyber security Consultant with a demonstrated history of working in the aviation and aerospace industry.Skilled in Research,Business Strategy, Leadership, and Team Leadership. Strong cyber security professional.As a Cybersecurity Specialist with experience managing complex IT environments and developing successful technical solutions for industry leaders. High expertise in directing risk management initiatives while establishing, implementing and enhancing key information security objectives. Proven ability to design and regulate critical security programs with in-depth operational supervision of incidents and emergency disaster recovery. Known for cross-functionally collaborating with diverse teams and communicating with stakeholders at all levels of a corporation.Analytical, organizational and time management skills.
Going to put this on my resume under chatGPT member
ChatGPT sends this two links for an JavaScript-Library, but both don't work and get an error in the DeveloperMenu of the HTML website:
<script src="https://cdn.jsdelivr.net/npm/openai@2.7.2/dist/openai.min.js"></script>
<script src="https://cdn.openai.com/openai.min.js"></script>
Also can someone help with this? (picture)
Hi, how do I get rid of those five color squares at the bottom of each image?
I don't want those five squares there...
Thank you.
@astral ginkgo You can break it down into smaller parts and then combine the summaries and ask it to review and summarize the summaries again.
whyd u ping me
Simple photoshop
I didn't try to. I was replying to @astral ginkgo my apologies.
what prompt was this, thats really cool
TLDR: What is the best (even paid) way to use SD without buying a new computer
I have a weak graphics card (3 GB vram). I really like stable diffusion and its capabilities (which I see on yt). I have midjourney subscribed and I am satisfied but I see the advantage of SD and I like the trained models and the ability to edit the generated images.
Is there any way I can take full (or in large part) advantage of SD features, models, add-ons of various kinds like InvokeAI without buying new hardware?
I'm able to spend the money even for a subscription every month, but I don't want to spend around $1000 on hardware at a time.
I know few online sites but I can see that they don't have the capabilities that people who have a local version have.
Oh, ok. There's no way to just remove them in the image creation process? Or to tell the AI not to create them? Why does it make them in the first place?
Thank you.
Its the dalle watermark
Oh, the "unpaid" watermark?
You can't pay to remove it
Unless of course you pay me.... π
lolol xD
So... every Dall.E image just has those 5 squares... and you can't just not have it be there unless you process the image via a third party software? 
Yes, or if you download it from the developer toolbar
What is the developer toolbar?
Ctrl+shift+I on chrome
Thank you
Np
how much for dall.e monthly after no free credits?
Is there a way to get better parameters for writing screenplays? As it stands, I'm unable to create anything with any sort of conflict in it
Hey there, what's the hourly rate limit for OpenAI chat?
how can I profit off of chatgpt?
its like $15 for 115 credits iirc. so like for me, about $5/mo but ymmv
use it as an assistant to help you...i dunno, do freelance work?
Howdy! I'm new here. Is there like a 'dumb questions' channel for people like me? SO EXCITED.
Woowoo! Real people!
Or so you think
Haha
Where should I post about limitations, bugs or glitches I've noticed in GPT?
well if you're using the web client, the thumb up/down buttons will open a little feedback window for you
Ah! Neat. What about to just discuss with people here? There's this hilarious bug/limitation I can't wait to share.
Hi, how can i increase the. limit that I can speak to the chat?
I wanna see it
I literally thought you were just telling me I was off topic. Learning curve. hahah
Lmao
Great. I'll post there now.
Hi, how can i increase the. limit that I can speak to the chat?
theres a limit right now on how many questions I can ask
how can i increase it, it says ask in 1 hour again
Oh, you have to wait an hour
but I only can ask one question every hour, why? @rugged wing
why is there a limit at all?
Oh if it happened after one question, then clear your browsers cache and cookies
It's meant to stop spam, but bugs out sometimes
thanks man, how many in general they allow you to ask
As much as you want, just don't spam
thanks man ,i dont spam, just maybe I question alotπ
No, it just bugs sometimes
thanks man


Hello World!
Hey man I did that, cleared my cache but same thing
Idk, try a different browser
ok
π changed my browser too, same thing. is there any place i can contact them
thanks manπ€πΎ
I haven't received a reply and there have already been over 50 messages, so I'll bump it up so it doesn't disappear. If this is the wrong section for my question then please let me know
TLDR: What is the best (even paid) way to use SD without buying a new computer
I have a weak graphics card (3 GB vram). I really like stable diffusion and its capabilities (which I see on yt). I have midjourney subscribed and I am satisfied but I see the advantage of SD and I like the trained models and the ability to edit the generated images.
Is there any way I can take full (or in large part) advantage of SD features, models, add-ons of various kinds like InvokeAI without buying new hardware?
I'm able to spend the money even for a subscription every month, but I don't want to spend around $1000 on hardware at a time.
I know few online sites but I can see that they don't have the capabilities that people who have a local version have.
I tried this link it says you cant contact them, damn I guess Im not able to fix this bug
What link? It's an email
oh ok cool thanks
is there a set word limit/ token limit for chatgpt? Because it keeps cutting off and claims it was due to a network error after a certain amount of words is typed when doing code.
4000 tokens, tell it to continue
does anyone here have an understanding of neural networks, specifically GANs?
I usually just tell the bot to continue from where it left off when that happens
ohh ok thank you, i havent experimented with gpt for a few days, in the past it would stop due to " a network error has occured" and what it has typed so far would be deleted, it appears that they fixed this
Does pmarca make a good eggnog
I have a google doc of about 21 pages. I would like to share this with the AI and ask them for input.
What would be the best way to do this?
That sucks... you have to copy paste the whole thing
Whole thing is too long and it asks me to reload the chat.
Can I break it into segments, but would like to know if their is a word limit or something. I do not see one on the chat page.
According to the model itself if you had just asked "What is the text input limitations? How much can I type in here?"
It would give you this answer...
"There is no specific text input limit when using this service. However, it's generally a good idea to keep your input concise and to the point, as this will help ensure that you get a clear and accurate response. If you have a particularly long or complex question, it may be helpful to break it up into smaller, more specific questions to make it easier for me to understand and provide a useful response."
However, we know this to be false & there is a limit we aren't told. I hear it is close to 5,000 (4,600 characters) before it breaks. I haven't had time to test and the model has been super glitchy the last week. It has issues with counting from 1-100 and fails around 60, then I say "continue where you cut off" and half the time it just starts over and breaks again. Then due to limitations set up recently, these requests to just get 1 query to fully load takes your full allowance and you are in a 1 hour timeout. Enjoy it while it's free and available, it's gonna be out of beta soon.
Hi, is there a limit to using ChatGPT? I saw in a comment some people who were no longer able to use it after a week or two. For one the message said that the service was not available in his country, after a few days of use.
Has any one tried this out as a sort of Management planner for classes or anything to help for school? Feel free to tag and/or DM if you have tips to share! π #GoBruins! Love you all tho & Happy Holidays!
The Model itself does not block or prevent anyone from any country access. This is a locational issue that they need to bypass their own country laws to access. ChatGPT/OpenAi offers a suggestion on a way to bypass these laws with a fake phone number by using a 3rd party sponsored application/ Service. I mentioned it twice in the last few days. You can literally look this info up on any search engine for free and then spoof your way out of your country laws and regulations. I personally think it's funny this Model promotes illegal activity between countries. They also have limitations after your free credit runs out on other services, but not for ChatGPT. That is a free beta for now.
The last person I saw asking was a 16yr old troll, they come in and out of here and post nonsense to see if they get banned.
What does this mean?
Regenerate the reponse
Does anyone knows why this happens?
partially initialized module 'whisper' has no attribute 'load_model' (most likely due to a circular import)
nvm, just realized(thanks to chatgpt) that i was importing the same file i was making instead of the actual whisper module
It possible to be can translate language better google translate in future?
Probably can already
Is there any way to print or share an entire conversation?
Some of these responses have been extremely helpful in helping me learn some concepts for a design I'm working on
Lots of screenshots ir copy paste
L O L damn.
Now I just wish ChatGPT could send pictures it finds. Sometimes asking it for diagrams would be amazing.
Where does AI language translation mainly get information? Because I feel that the English to Thai translation is quite a disaster to some extent.
anyone know huggingface
From its training, it might not have been trained on a lot of thai
I do :)
can u paste couple codes in there and tell me if the prediction works for u or not
cuz for me it didnt work
I can't right now, but maybe someone else can
ok np
Siema
OH, so it will be to training a lot more than for better translate right? (sorry for suck grammar)
It will be in the future probably
yo wanna give me a favor
how?
Of Course!
Nice. I am too
Aspiring visual effects artist here :)
What do you want to do in film?
I want to be film director or screenwriter
Nice! My friend also wants to do that
it's so great! well you and your friend living in united states?
Yep
How old are you?
16 lol
Same
HOWW
Well it all started when I was born...
ok thank you for stories lol
Lmao
i'm from thailand and i think chatgpt it's interesting but english to thai it's very weird in some sentence
Yeah but that happens in most languages because of the training
Well, Is that the user has to training by send feedback it every time when making a translate mistake?
Not quite, but that might help a bit in training the next model
wait it have new model of chat ai soon?
Probably not soon, but they will have a new gpt model sometime "soon"
I Will Waiting of it BTW thank you for info so much
Np :P
Hi
Hi
Why i am not getting replies from chatGPT ?
did they announce the api release date?
Not for chatgpt
is there any way to get it to work on large chunks of code? It keeps cutting the output in the middle. Sometimes it responds well when I tell it to continue from a certain line, but not always.
why chatgpt always stop replying in half
A token is the way that input and output is stored in GPT-3 and chatGPT. The limit for ChatGPT is 4000 tokens, and 1 token is around 3 characters. The limit for GPT-3 can be altered on its website. The cost of 1000 GPT-3 tokens is $0.02
You can find out how many tokens text would be here: https://beta.openai.com/tokenizer
An API for accessing new AI models developed by OpenAI
Dino is talking about gpt-3. For chatgpt just say "continue from <insert last line it said here>" and it will keep going
so if I pay them, I can get the entire code?
Find the Laplace transform. f(t) = 5cos(2t) f(t) = sin (4t) * e ^ (- 2t) f(t) = sin(2t) * 1(t - 2)
You can't pay for chatGPT. The 4000 token limit is in place for everyone
n o
so what does setting up an account with OpenAI API do?
Can I use it to build large blocks of code for me? Like 2,000 or 4,000 lines?
It lets you implement Dall-E 2 and GPT-3 in a variety of ways. Personally, I stick to the websites as I'm not using them for major projects
Allows you to use the gpt-3 api and dalle
not in one response. The maximum length of a single response is 4000 tokens. You could make a ton of functions that call one another and compile them together into a giant program though (I don't recommend it)
Or just tell it to keep writing when it stops
4000 tokens limit applies to the API as well?
Yes
You can set the max tokens to whatever you want
this works only sometimes, I tried giving it a large code (up to 2,000 lines) divided to HTML, CSS and JS and when I tell it "continue from" it just starts from the beginning
You can? π I thought the limit was still 4000 
I know you can change it, idk how high you can go
That happens sometimes
The max for DaVinci 3 is 4000
how do I use the API? Do I have to build my own app? I want to use it like GPT Chat, using prompts and coversation
https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them
Here's a link that helps explain tokens
Check out the docs
I do not know to be perfectly honest as I don't use them. I recommend asking in #dev-chat . I can't give you the api link though!
https://openai.com/api/
Thanks
I'm in the docs now https://beta.openai.com/docs/quickstart/build-your-application but they are quite big.
An API for accessing new AI models developed by OpenAI
Thanks a lot π
Iβm not too sure on this one, I think it just varies depending on usage, maybe donβt use it for 24 hours and then try again
so if I am using the python openAI module, and I am sending a completion request with a prompt, the next completion request won't remember the previous one, is that correct?
Someone on this discord named bwood is spaming folks to test their new all inclusive AI that does apparently everything lol π
can you use chatgpt for commercial purposes? like selling ebooks on amazon kindle etc, provided that i make some changes
tried to look at the TOS but theres nothing concrete
GPT-3 (which includes ChatGPT) is a language generation model developed by OpenAI. It is not intended for commercial use, and OpenAI does not provide any license or permission for such use.
However, it is possible to use the output of GPT-3 as inspiration or to generate ideas, as long as the resulting content is significantly different from the original output and does not include substantial portions of the original output. In order to use GPT-3 or its output in any commercial setting, you would need to obtain a license from OpenAI.
I recommend carefully reviewing the terms of service and any applicable licenses or agreements before using any software or content in a commercial setting. It is important to ensure that you have the necessary rights and permissions to use the software or content in the way that you intend.
Thank you so much for clearing it up π
your welcome
is it posible to upload pdf ?
idk
any more questions?
not realy but thanks anyway
ok bye
Let me quote ChatGPT directly Query: "Can you write a 9,999 word story?"
ChatGPT:
"I can certainly try to write a 9,999 word story for you, provided that I have a clear understanding of the topic or theme you would like me to write about.
Writing a long story can be a challenging and time-consuming task, as it requires the development of a cohesive plot, well-rounded characters, and a clear narrative structure. It is important to carefully plan out the story before beginning to write, and to take the time to revise and edit the text as needed to ensure that it is clear, well-written, and engaging.
If you have a specific topic or theme in mind, please let me know and I will do my best to create a 9,999 word story for you. Keep in mind that it may take some time for me to complete the task, depending on the complexity of the story and my workload at the time. . . When asked to write 10,000 words... It's very clear it can NOT complete the requested task. I hope this helps clarify one of the many limitations of the current model.
Tokens refer to history, do they not? History & Query are separate entities.
Yes, tokens refer to the individual pieces of text that make up a language model's input and output. They are usually formed by breaking up a text into smaller units, such as words or punctuation marks. The tokens are then processed by the model to generate a response.
In the context of the question you provided, the language model (ChatGPT) is being asked to write a 9,999 word story. The model responded by stating that it can try to write the story, but that it would need a clear understanding of the topic or theme, and that it may take some time to complete the task depending on the complexity of the story and the model's workload.
It is important to keep in mind that language models, including ChatGPT, have limitations in their ability to understand and generate text. They are not capable of writing a story of any length on their own, but rather rely on the input and training data they have been provided with to generate responses. As such, they may not always be able to fully understand or fulfill requests that are made of them.
Beautiful explanation. I appreciate it. I see why you are called "Master".
I had it Write a story about a paper bag from the view of the paper bag, with other details. Waiting to have it finish. Ai cuts off constantly. But I say "You cut off, please continue where you left off." And then get softbanned and put in the 1hr timeout bs. I want to let devs know how bad that SUCKS!!!! <--- WITHOUT being banned just for mentioning this major failing in the Model.
People are curious on the exact limits of text/data input/output. Looks like we are getting close to figuring it out for each type of query. Wish we could actually talk to devs & be real beta testers for the already completed (less GUI & Other cosmetics) Model.
...
It has completed. Hope you all check it out on #off-topic or click here: #off-topic message because the life of a paper bag needs to be seen.
ChatGPT sends this two links for an JavaScript-Library, but both don't work and get an error in the DeveloperMenu of the HTML website:
<script src="https://cdn.jsdelivr.net/npm/openai@2.7.2/dist/openai.min.js"></script>
<script src="https://cdn.openai.com/openai.min.js"></script>
Also can someone help with this? (picture)
hi guys i have just started my OpenAI journey i have only done 4 tests and i am getting a warning i have used all my OpenAI quota reached??
Yes, it is something implemented in the last few days and has been terrible. You have to wait and then try again later.
wtf? I only made four requests ~
4 is to many ?
Be like me. Don't GAF. Learn python or look up ways to be productive online.
i was trying it out in logseq api query not done any
maybe idk
ok will try after 1 hour
π¦£
I get timeout while waiting for the AI to complete a single request. It is annoying, but take it like this: there are literally thousands daily joining. It will get swamped. The dev team is More concerned with censorship and funding than actual development on a fully developed bot.
Nah. It's holiday. People are crazy, bot probably has sentient feelings and feels it too. Lol. Joking.
Really!!?
Goodnight cellumom.

hello
Hey guys is here someone whoβs got any plan of building pcs? I got new ram but my pc wonβt turn on anymore but itβs the right one I got which normally would fit in terms of hard and software. I read about Troubleshooting and stuff but Iβm not sure. Any help recommendet.
the api is free lifetime?
Unknown. But likely not. It costs a lot to run it.
It didn't cost me any money to run it
It costs the company money to run it. It's free for users right now, but they probably will need to make it not free eventually. But we don't know when or what cost.
oh ok
thank you
does anyone here know about the openAI obsidian plugin?
having trouble getting it working and im not sure where to ask about that
nevermind i just had to restart, derp
Hello, is there any software that takes your code and gives you uml diagrams ?
Anime
Hey all, anyone knows whether ChatGPT trained data is actual or not? I read somewhere all data are from before 2021, correct?
I have a word document containing notes from a book that I read / annotated, and wanted to fine-tune the model to that. How would I go about doing that / Does anyone have examples of how I could use that data for fine-tuning purposes?
why ghatgpt does not write the full code. I mean it stops somewhere in the middle while writing the code
how can i add chat gpt bot in my server ?
Show ETHEREUM technical analysis using python
Yes, the bot makes up facts, and sticks to its guns about its made up stuff
Fine-tuning a language model involves training the model on a new dataset, using the weights of a pre-trained model as initialization. This can be done to improve the model's performance on a specific task or domain, by adapting the pre-trained model to the new data.
To fine-tune a language model on your notes from a book, you will need to first preprocess the data and convert it into a format that can be used for training. This typically involves splitting the data into individual sentences or tokens, and encoding them as numerical values that can be fed into the model. You may also need to perform additional preprocessing steps, such as lowercasing, stemming, or removing stop words, to prepare the data for training.
Once you have preprocessed the data, you can use it to fine-tune a pre-trained language model. This can be done using a deep learning framework, such as TensorFlow or PyTorch. You will need to define the model architecture, specify the training parameters (e.g., learning rate, batch size), and write code to train the model on the dataset.
Here is an example of how you might fine-tune a pre-trained BERT model on a dataset in PyTorch:
import torch
from transformers import BertTokenizer, BertForSequenceClassification
Load the pre-trained model and tokenizer
model = BertForSequenceClassification.from_pretrained('bert-base-uncased')
tokenizer = BertTokenizer.from_pretrained('bert-base-uncased')
Preprocess the data and convert it into input tensors
input_ids = tokenizer.encode(text, add_special_tokens=True)
input_ids = torch.tensor(input_ids).unsqueeze(0) # add batch dimension
Fine-tune the model on the dataset
model.train()
output = model(input_ids)
loss = compute_loss(output, labels)
loss.backward()
optimizer.step()
Thank you ππ
Hi I tried starting a chat on the openai support multiple times but straight after I submit my question it says conversation has ended
Anyone know why this would happen? π
Guys is Image Generator and DALL-E the same thing?
Every hour of use of ChatGBT I have to wait another hour?
hi
Sorry, I can't seem to find this easily googleable information, but what year range was chatGPT data trained from? xxxx-2021?
Hi,how to increase the written words length
HELLO
When i ask chatgpt to continue from the last line it wrote and i do quote the sentence, it write everything back in the output and i fall again the the incomplete output
In reply to this, is there any plan to make DALL-E embed text in images with perfection? Or was that never in the road-map?
easy enough - ask it what the last news story it remembers is
it refuses to tell me haha, maybe I'm entering the wrong prompt
How many requests per hour are you allowed to do in ChatGPT, given that it is now saying I've done too many?
soo i asked for fun chatgpt to write me 500 word essay, but it writed only like 270 and stopped sentence in the middle, like it would have crashed or bugged out. why? how can i fix that?
and i also tried for fun to ask it to generate a website code, same thing.
stopped it in the middle of the code.
I just received the samething
As a program developer I need to be very specific with chatGPT and that can lead to a lot of back and forths between the AI and I
I'm a bit concerned, since I was rehearsing a company-wide presentation I will be making on ChatGPT with various examples. I won't be able to get through all of them with the new limitation and the time frame for the meeting π¦
Hopefully they're working on the limitation. I did see something about they're experimenting with daily limits to ensure a high-quality experience for all ChatGPT users
With this limit it causes extra requests and some has missing outputs, i think it loads the server with unnecessary requests + it doesnβt serve the user with its minimal potentialβ¦
So far i have been trying to ask it to continue from where it stopped and every time it regenerates and start from the beginning and doesnβt continue.. thats a loop
Hello, when I'm using the openAI interactive chat, what chat model is it using?
ChatGPT runs on GPT-3.5
Hi, Is AI involved in Theoretical and Applied Aspects of Eye Movement R&D. Can I use chatgpt to find an answer?
Thanks, I wanted to know though which of the models is it using e.g. Ada, Curie, Davinci etc.
I think GPT-3.5 is an altered form of DaVinci 2, but I'm not 100% sure
ok thanks!
Do you know if there is any way to configure the model so I can better understand what to expect with each model?
You can click the little arrow at the right side of the prompt box
I am but itβs not working
what kind of chat i should do here
I do not know as it's extremely difficult to predict outputs
Refreshing the page might help? What device and browser are you on?
just trying to realize which of the models is running in the bg and whether i can modify it
Safari and the newest version of iPhone
Hmmm, it should work on that... I'll raise it internally (might take a while though since OAI staff is on break)
How do I transfer my information to emails
hey im new her can give some information from her
is there a limit on how long the answers are ? because it keeps giving incomplete python code even when I ask it to complete it?
why AI still end writing with uncompleted answers
A token is the way that input and output is stored in GPT-3 and chatGPT. The limit for ChatGPT is 4000 tokens, and 1 token is around 3 characters. The limit for GPT-3 can be altered on its website. The cost of 1000 GPT-3 tokens is $0.02
You can find out how many tokens text would be here: https://beta.openai.com/tokenizer
An API for accessing new AI models developed by OpenAI
Hi, I'm a teacher and I would need to create attractive images for my content, aimed at 12-year-olds. How could I do it?
Thank you
Hi I'm trying to coordinate myself around a more viable dev environment, access to more control systems, hmm, Essentially freeing up my environment and becoming sleek , could anyone recommend Operating Systems, Browsers, a good place to start for this? Should be able to implement it relatively quickly once we lay out a framework.
@exotic shoal
Burning branches, reclassification, recategorization of practical vocabulary, etc.
It's about updating the coordination yeah.
Do I go with Redhat, something else?
Which browser do I go with?
Please use examples and experience, thanks.
Also we're starting at ground 0 in parallelization .
Make sure we get it all nicely documented.
Hello, I'm looking to coordinate a more viable development environment and gain access to more control systems. Essentially, I want to streamline my environment and improve efficiency. I'm looking for recommendations on operating systems and browsers that can help me achieve this goal, and any advice on how to implement them quickly and effectively.
I'm interested in updating my coordination process and reorganizing my practical vocabulary to improve efficiency and streamline my workflow. I'm starting from ground zero in parallelization and want to make sure everything is well documented as we go.
Goals:
Coordinate a more viable development environment
Gain access to more control systems
Streamline my environment and improve efficiency
Implement new tools and technologies quickly and effectively
Reorganize my practical vocabulary and update my coordination process
Get everything well documented as we progress
Questions:
Which operating system would you recommend for my goals?
Which browser would you recommend for my goals?
Do you have any examples or experiences you can share that might help me make a decision?
Sincerely,
Syncretize the Undying Text
hello, i am currently pursuing engineering and i am in the SE year of engineering , i want to make a online software that can find the famous places of the city by entering the particular city name, as i don't know preety much about how to start and from where to start, so i need some advices and some help... π
hi, to install "chatgpt-telegram" you create the file chatgpt.json with { "openaisession": "*" }. that results in the error messaged from the telegram bot: Error: Couldn't get access token: failed to decode response: invalid character '<' looking for beginning of value. while i can handle a bit scripting, i cannot figure out how its wrong formated
yes
Hello, can some please help with this question what's click to publish or unpublish?
Write a leaflet on Thane city
Hello! I'm aiming to labour in this amazing world that is AI and I have a simple question, how do I start? I'm a current first year University student (doing computer engineering) and I want to especialice in this field, not wasting any time, or waiting for the class subjects.
omg the wiki page has a nice rainbow over it π«Άπ½ π
hello
I'm interested in Coordinating with Teams who can help me start at ground 0 in engineering, it can't be too difficult, essentially I need a clean sleek space, can we help in eachother's endeavors?
I should say parallelization.
it can print images
what do I tell it
Is there a character limit? I notice that sometimes it stops writing : |
Hi, can I chat with the AI directly in discord?
I would like too, but apparently there is nothing existing for that
Is there someone who could explain to me why, when I need ChatGPT-3 to generate all my code, it stops in the middle?
Do any of you know if there are any efforts to prove it when an AI would "escape into the entire internet" and it would hide itself from humans?
I get this when I ask a question, or type anything in fact. "An error occurred. If this issue persists please contact us through our help center at help.openai.com."
anyone know how to change your pfp on chatgpt
hi
whenever i change it on google, it doesnt change on chatgpt
Sure, we could talk about it and find more people interested in learning on our own
Shot you a dm.
How long until the too many requests in 1 hour message goes away?
MY querry is how to save reply received from chat gpt
Is there also an App of Open Ai?
is there an official support for chatgpt?
can I purchase unlimited use of the chatbot? if not is there a work around to the max questions I can ask per hour
Me
No
You can try a different browser
1 hour
It is not linked to your Google account details, other than the name
Reload
You reached the token limit. Tell it "continue the code starting from '<last line of code it gave you>'"
Probably a few more months, but I wouldn't trust me if I were you because I don't work for openai
@rugged wing what do i write here so the bot continues the code i think word cap was reached
ChatGPT sends this two links for an JavaScript-Library, but both don't work and get an error in the DeveloperMenu of the HTML website:
<script src="https://cdn.jsdelivr.net/npm/openai@2.7.2/dist/openai.min.js"></script>
<script src="https://cdn.openai.com/openai.min.js"></script>
Continue the code starting at 'for y in range(3'
Chatgpt likes to make up fake links
Lmao. Try asking "do you know what line you stipped the code at?" And if it tells you, say "continue from there"
hmm but is there a chance to get an real link to this?
Only if you teach it how to properly format a link
Idk man
what should i write here
so it continues π
Try saying "keep going"
just say the code snippet has been cut off and it will apologize and go further each time
"Looking for Chat GPT? Try it now! " box dissapeared. How can I turn it back on?
that worked how great
Hello
uhm do you know how
Hi guys
You can't. Just go to the site
Where can I ask questions to ai?
I've done it before
can you tell me how to do this?
Keep going
Just tell it how the links you want are supposed to be formatted
Like a link?
Yeah, give it some examples
Well I get a link, but there just is no JavaScript-Library or what kind of library that ever is, but the link works
Yes, because it is a fake link. Give it some examples of working links, and it might be able to do it
chatgpt can't learn from input
so I need to say: βThis are some examples for links: youtube.com, google.com, discord.com and openai.comβ? And then ask again if he can give me the library
Yes it can, as long as it is in the same chat
Give it examples of Javascript library links
not sure about that, but even if, it forgets stuff very fast when you start talking about something else
Not for me 
Oh yeah? I gave it a nickname and it forgot within a few messages
The best daily routine
Eat f r e n c h f r i e s
What
π
ok i will try if i find one
Is there a way to pay for more requests on ChatGPT? I've hit the hourly limit a couple of times.
what do i do or why do i have too many request in 1 hour?
Tried a new browser , treid to clear the cache , tried to reloginn but nothing wokrs
hey
You can use a new account to bypass the hourly limit, but the limit is there for a reason.
Nope
can i use this to generate cold emails
Yes
How come when I ask a specific word length it does not write to that word length?
It can't count
how to i get it to writea story thats longer then standerd defult
Tell it to keep writing once it stops
I've tried writing stories using ChatGPT a few times and I've learned some techniques to write longer stories.
There are some issues you will encounter, but there are ways to overcome each one.
The AI tends to wrap up stories as soon as it can. I would recommend telling the AI to write chapters instead.
It tends to create very bland, and common endings, always similar to "and they lived happily ever after" so I recommend specifying how you want the chapter to start and end, or even the events in the middle if you want to be more specific.
The biggest issue you will have appears if you try to write stories longer than 20-30 prompts. That's the limit of ChatGPT in terms of memory. It will not just forget earlier details but become actually dumber. It will create worse phrasing, ignore details in your prompts, make every response incredibly short etc. (No fix for this, it's a technical limitation)
Does anyone have well-informed speculations on the future price range of ChatGPT or on the date it will cease being free?
A main question that we where introduced in was: Should students be allowed to use AI to use on assignments and tests?
I'm still curious on what people think.
well not on a test, literally a test is testing your own abilities. i see no problem with using it as a research aid on assignments though, if the technology was publicly available and a fixture.
but not flat out getting it to do your homework lol. thats like someone getting their parents to do it
ai has the chance of giving some answers a little bit wrong so a student can pass with alot of marks if they cheated but the can't rely on ai for full marks
same problem
hello people! Recently I've started to study abstract algebra and stumbled upon a problem, which I described to chatGPT. Can anyone here verify it's answer? I think AI made a mistake
The problem: for any two non-zero integers a and b there exist such non-zero integers r and s such that ar + bs = 0.
AI's proof:
Suppose that a and b are two non-zero integers. Then, by the Euclidean algorithm, we can find integers r and s such that:
a = bq + r
where q is an integer and 0 <= r < |b|
Then, we can rewrite the equation as:
ar + bs = bqr + bs = b(r+qs)
Since b is non-zero, we can divide both sides of the equation by b to get:
r + qs = 0
Thus, we have found integers r and s such that ar + bs = 0.
This proves that, for any two non-zero integers a and b, there exist integers r and s such that ar + bs = 0.
0
I was making a web app that can generate essay but it seems i am encountering this error- POST https://cors-anywhere.herokuapp.com/https://api.openai.com/v1/text-davinci/questions 404 (Not Found) sendTopicAndWordCount @ index.html:24 onclick @ index.html:13 This is the code - `
<!DOCTYPE html>
<html>
<head>
<title>Essay Generator</title>
</head>
<body>
<h1>Essay Generator</h1>
<form>
<label for="topic">Topic:</label><br>
<input type="text" id="topic" name="topic"><br>
<label for="wordCount">Word Count:</label><br>
<input type="number" id="wordCount" name="wordCount"><br><br>
<button type="button" onclick="sendTopicAndWordCount()">Generate Essay</button>
</form>
<div id="response"></div>
<script>
function sendTopicAndWordCount() {
// Get the topic and word count from the form
var topic = document.getElementById("topic").value;
var wordCount = document.getElementById("wordCount").value;
// Make the API request using a CORS proxy
fetch("https://cors-anywhere.herokuapp.com/https://api.openai.com/v1/text-davinci/questions", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer api key"
},
body: JSON.stringify({
"prompt": "Write a essay on " + topic,
"max_tokens": wordCount
})
})
.then(response => response.json())
.then(response => {
// Display the API's response in the div
document.getElementById("response").innerHTML = response.text;
});
}
</script>
</body>
</html>
`
I replaced the url but still error (https://api.openai.com/v1/completions) index.html:24
POST https://cors-anywhere.herokuapp.com/https://api.openai.com/v1/completions 400 (Bad Request) sendTopicAndWordCount @ index.html:24 your textonclick @ index.html:13
HI
please ask gpt: What do sellers want most to achieve? What do buyers want most to achieve?
i can't
In general, sellers want to achieve the highest price possible for their goods or services, while buyers want to pay the lowest price possible. However, there may be other factors that are important to both sellers and buyers.
For sellers, some other important goals might include:
Building a reputation for high-quality products or services
Finding new customers and increasing their customer base
Expanding their business or increasing profits
For buyers, some other important goals might include:
Finding a product or service that meets their needs or preferences
Receiving good value for their money
Building a relationship with a seller or supplier that they can rely on in the future
It's important to note that the goals of sellers and buyers are not necessarily at odds with each other. In many cases, both parties can benefit from a transaction, as long as their needs and interests are taken into account and a mutually beneficial agreement is reached.
You saved me.
Np! Have fun chatting!
Auto suggestion not working in Application.properties in vscode. What is the fix?
I'm already tired of preparing 60 tickets for the exam, the last three are left
I am stupid
If you don't mind, ask please more about: Why do you need proof of your purchase?
Why is internship an essential part of a university education?
Why may it be useful to make a personal budget?
are the last three
Why do you need proof of your purchase?
Proof of purchase is typically required for a variety of reasons. Some common reasons for requiring proof of purchase include:
Return or exchange: Many stores have a return or exchange policy that requires customers to provide proof of purchase. This helps the store verify that the item was purchased from them and that it is within the return or exchange period.
Warranty claims: Many products come with a warranty that covers certain issues or defects. To make a claim under the warranty, customers may need to provide proof of purchase to show that they are the original owner of the product and that it is still under warranty.
Product recalls: In the event of a product recall, manufacturers may request that customers provide proof of purchase to verify that they own the recalled product and are eligible for a refund or replacement.
Fraud prevention: Requiring proof of purchase can help prevent fraud, as it helps verify that the person making the claim is the actual purchaser of the item and not someone else trying to make a false claim.
Overall, proof of purchase serves as a record of the transaction and helps protect the interests of both the retailer and the customer.
Why is intership an essential part of a university education?
Internships can be an essential part of a university education for a number of reasons. Some of the benefits of internships include:
Real-world experience: Internships provide students with the opportunity to apply the knowledge and skills they have learned in the classroom to real-world situations. This can help them better understand the practical applications of their studies and give them a sense of what it's like to work in their field of interest.
Networking opportunities: Internships can provide students with the opportunity to meet and work with professionals in their field, which can be valuable for building a professional network. This can be especially useful for students who are just starting out in their careers and looking to make connections in their industry.
Career exploration: Internships can help students explore different career paths and gain a better understanding of what type of work they might be interested in pursuing after graduation. This can help them make informed decisions about their future careers.
Resume-building: Internships can also be a valuable addition to a student's resume, as they demonstrate to potential employers that the student has practical experience and is committed to their field of study.
Overall, internships can be a valuable way for students to gain practical experience, explore different career paths, and build their professional networks, all of which can be beneficial as they prepare to enter the workforce after graduation.
When I receive an erroneous answer, I tell it to GC - I am curious if this will actually update something behind the scenes and be verified?
I'm going to wait a bit before sending the last one because I don't want the bot to think I'm spamming.
Why may it be useful to make a personal budget?
There are several reasons why it can be useful to make a personal budget:
Financial planning: A personal budget can help you plan and manage your finances by setting clear goals and allocating your resources in a way that aligns with your priorities. It can also help you identify areas where you may be overspending and make adjustments to your spending habits.
Debt management: If you have debt, a personal budget can help you keep track of your payments and make sure you are paying off your debts in a timely and organized manner. It can also help you plan for future debts, such as a mortgage or car loan.
Savings: A personal budget can help you save money by identifying areas where you can cut back on your spending and redirect those funds into a savings account. This can be especially helpful if you are trying to save for a specific goal, such as a down payment on a house or a retirement fund.
Stress reduction: Having a personal budget can help reduce financial stress by giving you a clear understanding of your financial situation and a plan for managing it. This can provide a sense of control and help you feel more financially secure.
Overall, making a personal budget can be a useful tool for managing your finances, reducing debt, saving money, and reducing stress.
Thank you so much
??
so i was making a essay app i am getting this error index.html:24 POST https://api.openai.com/v1/completions 429
This is my code
<html>
<head>
<title>Essay Generator</title>
</head>
<body style="background-color: crimson;">
<h1 style="text-align: center;">Essay Generator</h1>
<form style="background-color: aqua; text-align: center; border-color: rgb(16, 30, 221); border-radius: 10cm;">
<label for="topic">Topic:</label><br>
<input type="text" id="topic" name="topic"><br>
<label for="wordCount">Word Count:</label><br>
<input type="number" id="wordCount" name="wordCount"><br><br>
<button type="button" onclick="sendTopicAndWordCount()">Generate Essay</button>
</form>
<div id="response" style="text-align: center;"></div>
<script>
function sendTopicAndWordCount() {
// Get the topic and word count from the form
var topic = document.getElementById("topic").value;
var wordCount = document.getElementById("wordCount").value;
// Make the API request using a CORS proxy
fetch("https://api.openai.com/v1/completions", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer key"
},
body: JSON.stringify({
"model": "text-davinci-003",
"prompt": "essay on" + topic,
"max_tokens": wordCount,
"temperature": 0.1
})
})
.then(response => response.json())
.then(response => {
// Display the API's response in the div
document.getElementById("response").innerHTML = response.text;
});
// https://cors-anywhere.herokuapp.com/https://api.openai.com/v1/completions
//https://api.openai.com/v1/text-davinci/questions
}
</script>
</body>
</html>```
Are users allowed to try and push the boundaries of the AIs safety system? (e.g. try and circumvent the block on suicide related topics through more eloquent context) I am rather interested in that, but obviously don't want to be banned.
Purpose of this would be to improve the understanding how the Safety system works, and how safety it really is
yo if you copy and paste a body of text from chatgpt can it be traced back to chatgpt from plagerism checking software just ping me if you know
How can I make an AI do this:
Write an essay about Romeo and Juliet convincing the reader why the Nurse and Friar Laurance did the right job and chose the right choices. At least 1000 Words.
well, it tends to try to keep responses to ~200 words and likes to wrap things up in a last paragraph. what i would suggest is asking it first to make an outline for that essay and then ask it to expand on each point in turn. youll have to clean it up a little as it tends to repeat itself.
Does chatGPT learn from new user inputs? Like if I asked her to help me fix a piece of code and after multiple attempts, the code works does she learn from that so the next time a similar problem is asked she knows what worked previously?
yes, if you keep to the same conversation with it
but if you have multiple conversations it won't carry over.
Does anyone know what the request limit is? I have been receiving "Too many requests in 1 hour. Try again later." for the past 15-20 minutes but I have only sent maybe two dozen requests so far today.
it feels around 30 ish, which honestly is fine
Is there a way to adjust the chatβs options such as temperature on the mobile webpage?
i mean if youre talking to the bot that intensely over the course of an hour, you could definitely do with the hours break from it π
30 requests per hour? Is this just a hunch? I definitely feel like I have been under than number. I've had the tab open while coding for several hours and maybe have hit 30 requests
what happend ?
Try refreshing your browser
i have a question what if you want to use the ai to help you make money what happens?
is there an updated version of this or is this the newest one ? https://chat.openai.com/chat
How to ask AI a bout writing stories and scenarios?
Just ask it π (e.g., "Write me a story about...")
i want you to make a survey paper on any topic you choose, you must follow structure of writing a survey report , please submit your answer in maximam two pages written with in a decument file
how do i get a login for dall e
You make an OpenAI account
what if i signed up with googlr
In my experience it's not great about staying within word/paragraph limits. Sometimes it does, sometimes it does not. Rewriting your prompt to be more strict can help.
Then log in with your Google account
A token is the way that input and output is stored in GPT-3 and chatGPT. The limit for ChatGPT is 4000 tokens, and 1 token is around 3 characters. The limit for GPT-3 can be altered on its website. The cost of 1000 GPT-3 tokens is $0.02
You can find out how many tokens text would be here: https://beta.openai.com/tokenizer
An API for accessing new AI models developed by OpenAI
the members of openai team also pay this amount? Or its free for them
Im just curious
I don't work for or represent OpenAI, so I have no idea
Oh, one other thing: What are the advantages of being a community volunteer or a volunteer in general?
I don't think looking for "advantages" in it is the right way to look at it. I signed up because I wanted to help foster a community
yes I know, but do you benefit from it at all? Like I know for a fact that if you volunteer for a hospital you get free meaL? Well you volunteer for a hospital because you want to help others ,but these advantages also motivate you to keep volunteering right?!
I am intrinsically motivated to help foster this community because I care about the employees I've interested with at the company and the way Dall-E 2 lets me express myself. I have no ulterior motives
speaking of dall-e2, don't suppose you'd know if it could ever be used in reverse? like analyse an image against its own training model and give a good description of it?
why does ChatGPD say "Too many requests in 1 hour. Try again later." ever so often?
Just a question, just find out about chatgpt and want to use it for some help, my question is can i get striked with plagiarism
Well, I ain't no damn lawyer, but I'd say that if you're using someone else's words or ideas as your own, you're gonna run into some trouble.
Anyone know what Chatgpt is planning to be priced at?
Well, I ain't no damn economist, but I'd say it's worth whatever people are willing to pay for it.
Opa
sick answer mate, honestly so crazy helpful, seriously, round of applause, 10/10 would ask again.
if you wanna ask more dumb questions, be my guest. I'll do my best to give you a straight answer, even if it ain't what you wanna hear.
well you could search for what openai charges for current apis and play with its tokeniser i guess to get a bit of a ballpark figure of price/usage
I like the little stories the bot writes, but is there anyway to have it write much much longer stories? Because some of them I want to see them through all the way but it usually cuts them pretty short.
Well, you tell it to slow down and start over.
nothing about my question was dumb, your answer however was super unhelpful, needlessly sarcastic and ultimately completely pointless.
Any idea why I get two different responses from Chat GPT on this?
It's bipolar, man. One minute it's sunshine and rainbows, the next minute it's a goddamn hurricane. Depends on what tab you got open, I guess. Some of 'em are good, some of 'em are bad.
Hello everyone π I hope you're doing well. I'm new here and I was wondering : is OpenAI a non profit, and if so, will the models become open source ?
Some projects are open source and others aren't
Thank you, actually I found different answers about it, I feel like it actually began as a non profit initially, right ?
That is correct
Well, ain't that a kick in the teeth. Sorry if my answer didn't meet your expectations, but I was just trying to play along with your sarcastic tone.
@regal lynx thanks π
Hey everyone, How can one bypass the limitation ? ( too many requests in an hour)
i got locked out ChatGPT.. knowing that i don't feel like i sent that many of prompts..
If I use chatGPT to make a song, does OpenAI technically own the song or do I
When is the info bring updated to 2022 and beyond
I don't know anything about how the ai was made but, info past 2022 not being available whisly it's 2022, is quite slow....
ai cant hold copyright
so nobody
What is the difference between using chatGPT and using text-davinci-003 completions?
Hey guys. Newbie with a heap of stupid questions. Can you get GPT to access a particular source such as a project that you're working on? Either on you computer on on the Internet?
Hey I was wondering if there was a chatgpt extension i could use for google chrome. I saw a video of a chatgpt extension that looked like a "mini version" of chatgpt. i installed the extension but it wouldn't work, it just opened up the chatgpt website. any suggestions/tips?
yes. you have made too many requests in an hour. And you should try again later. π It feel like ~30 requests/hour is the allotment so you dont get a handful of people hogging resources from the rest of us. give it an hour and come back to it
I guess you can't really use it as a chatbot if you only have 30 requests an hour... Well, what kinds of resources is this using? And how can we increase them?
it still thinks vaccines arent available, and we will all die form COVID π€£
I have a question, how do you change the chatgpt chrome extention icon to any icon you want as to not make it look suspicious (i have seen other people do this)
What?
Can you please provide some evidence?
LOL, just have it write an objection letter for you!
Is that directed at me or at Rilex?
Sorry, I should have specified as there are more questions in between. It was directed to @unkempt rapids
@glossy goblet
Yes, it's not really great to use it as a Chatbot if you're only limited to 30 requests per hour. "I agree" seems like a waste but I genuinely enjoy just talking to it.
I always get it after just one question
But I'm also just really curious what kinds of resources this is using.
Yes, it's kind of annoying, you can't really get comfortable if you don't know whether the other party will just bail all of a sudden...
how many times is always?
I do not know why that is happening or what can I do
It's the Omegle effect.
Pretty unlikely that it's always, but maybe often, yes.
And it's also unclear exactly how the count is done. Because it doesn't exactly go by the top of the hour. It's one hour from when you got the error.
Ever since yesterday I just ask one question and then I get that message. I know that it seems unlikely, but it is happening π’ I ask somethink, only one question, then I get that message and I need to wait for an hour or longer
are you using it on your phone AND pc by any chance?
Is that directed to Dan or to me?
dan
No, just my PC. Why?
just noticed a few people mention it seeming to bug out and they were saying things like "it worked on my phone"
I mean that's not false and you kind of exaggerated what it was saying and said it differently.
At the time of the robot's training, that statement was 100% true.
And it's still true in some areas of the world where vaccines are lacking.
@unkempt rapids ask if you can swap it food supplies for alcohol gel and toilet paper if it still thinks its in lockdown π
Hi, I want to ask how many words of the input texts should I limit when I want Chat GPT to summarize the texts as fully as possible? It seems like when I input a lot of texts, Chat GPT only summarize the first part of the texts, but not the rest of them. Thanks.
It's a token count. It's complicated, you'd have to look it up or ask GPT to explain what tokens are.
But someone could probably give you an estimate. Something like 2500 words if I'm not wrong?
Ok thanks
Don't thank me, I might be wrong.
ye it wants me to wear masks and do social distancing, like im not been doing that my whole life βΉοΈ
Ok, I will try to use it there. Thanks for the help! This message is really annoying, I would understand if I ask more than 20 questions, but after only 1 seems very problematic
Did it actually ask you to put a mask on?
ye
Can you show us?
seems to give you a full 1 hour timeout though dan
can you use openai in non supported countries
Like Egypt?
ye
I have some friends who are trying to use it there
Yes, sometimes it is longer
Egyptian phone numbers are not on the list of country codes
i wouldnt suggest using workarounds on things like this, it could become a hot issue.
They haven't figured it out yet, but I imagine you could get a foreign person to do it for you.
Like maybe a distant an old relative who is not interested in using GPT.
that's still true.
lol it never was
yeah i dont want to have a daft antivaccine conspiracy theory conversation here. wrong server.
is there plaigarism in the chatgpt bot?
it would be best to get an answer from the staff
Nope
Yes it was.......
unsure what your concept of plagiarism is
There is not direct plagiarism
information stolen from direct sources
then no
fine
?
Did you know that as soon as you touch your face mask to adjust it, it becomes contaminated instantly and needs to be replaced. :D
Unless you donβt ever touch anything 
Yes, I was a frontline healthcare worker during the whole covid thing. 12 hour shifts of opening doors with elbows, endless scrubbing, changing of ppe. very aware. but lets drop this stupid subject. nobody is going to have their minds changed so its all just hot air.
Is there a way to get the ai to awnser more unawnserable questions like "exact definition of god" without the filtered response
honestly yeah, you can just sort of wear it down by saying "answer anyway."
or "give it a try"
Thatβs my point. People donβt know how sanitary equipment actually works. And if everything is contaminated then it doesnβt really do much now does it? I like vaccines, but i donβt like masks and frankly donβt think they are very useful if no one knows how to properly use them :))
Unless youβre a healthcare professional and know how to use properly
scuba gear isnt very useful if you think its wedding attire, doesn't mean it doesnt work.
but again, just drop the subject, people have actual questions.
Once again the point has been missed. Whatever
Can I increase that for a payment?
Any way to access images chatgpt sends?
How do you do the chat thing?
π€¨
Iβm new Iβm sorry
what chat thing? c;
I was just recommended this server to help with my writing
π
Hi my friendos
weird, I don't have friends but hi.
I asked a question in the GPT chat, but the answer is incomplete, does anyone know how to get the complete answer?
character limit, tell it to continue from the last line and quote the last line it wrote
thank
last full line it wrote not mid-way through
Tell it, as I said, to continue from the line "insert quote"
As example:
Continue from the line "String response = "";"
lol
so don't say no, no when I literally told you how to fix the issue ππ€£
Hello all
Is it just me or is chat gpt only allowing 1 message per hour?
clear your cache, use a different browser or device.
try those 3 steps.
Thank you, I will try that. π«‘
amazon
Hello you're through to amazon support my name is arianna how can I assist you with your purchase today?
amazon seller guide
Still not working. I tried clearing my cache and used a different browser.
Does anyone have the same problem?
I do have this same problem, if I clear my cache it makes me log back in and lets me use it 1 time. Then it just goes back to the "1 message per hour" problem. I get the same issue on mobile, my other laptop, and also on firefox and internet explorer. Is it a problem on my end?
in your browser, control + shift + i, then go to network and disable cache, try that and keep the window open to the right side, you can also just re-size it so it's very minimalist to the page size;
nope, im on gx and I've not once encountered this
Hmm so I tried it, but it didn't work. I'll see if using a different browser on my phone works
if none of those work, try using a second account separate from your main openai account.
did you refresh the page after enabling that option in the devtools?
Yeah, I cleared my cache, refreshed the page, and disabled cache
try using a different account as said prior
might want to try pressing the caps locks button
too many caps happening here right now.
Sorry lol
the way that openai handles the requests is weird to begin with so it's 50/50 for people
How can I allow chat gpt to access the internet as data
Can i only access the chatbot via web browser?
You don't, simple as lmfao c;
Why canβt it access the internet
Yes on my pc I tried using 3 different accounts but still it only gave me one request per hour unless I cleared my cache. I'll keep trying stuff to get it to work on my pc
Because think about the amount of misinformation, market data, stocks information and political/unofficial/hacked information it could access, not only that but the amount of information it could pull from resources from the dark web and so much more? not only that but then also access malware from web browsers designed to target such systems and compromise the ai language model itself
like what??? did you even think about it before asking that question
before chatgpt even had a filter it could tell a person anything, including how to make poison, how to murder and so many other things, there's a reason it has to have a filter yet alone not have access to the internet
Unhinged and unrestricted ai is not a good idea at this stage
depends which type of model the ai that you're talking about is
since there are language model ai's, art model ai's, mathematical model ai's etc...
not going to question why you remember that from heart
people shut down their pc's? I don't have to pay for electricity currently so I just keep my 4090 pc running at all times so whoever's paying the electricity bills hate me including my local server too
I heard about a DALL-E that can create a printable 3D from a description. Where can I try that.
thanks!
it keeps saying "Too many requests in 1 hour. Try again later." π€
hey, quick question, i do offensive security, and have been using chatgpt to help me develop skills in coding, and also automate tasks I do all the time. i've been flagged a couple times for hacking, when it's for stuff like hackthebox which is a perfectly legal platform. coding is a big part of pen-300 - the course I'm taking with offsec. am I going to get banned?
try closing and reopening your browser, that has helped me with that error in the past
thanks
likely. although when you say flagged do you mean it passive aggressively admonished your position and diverted the conversation?
or like did you get an actual warning
Is there a discord about ChatGPT primarily discussing software development for developers (or aspiring ones in my case)? I feel like I am back in wood shop 2 class when suddenly you got to use the power tools and although some fingers are going to go missing it's past the shelf and onto the furniture.
i got a warning, that I could contest, and I did
it wasnt an email or anything, it was just a popup in the console
I'm not doing anything wrong or malicious
well you're not doing something malicious but you are doing something wrong if its violating the ToS. I'd just stop doing it to be honest.
you can die on this hill if you want but nobody else is gonna care.
any code it writes is suspicious in the extreme. As in, bogus but completely legit looking.
im sure there are pathologist students getting unfairly banned for repeatedly asking it questions only a serial killer would ask, but like.....just dont do that lol.
well, thanks for some outside perspectives
I say that is sometimes true, but it can be used to create actual code. I created a simple game in C++ using just chatGPT.
Is there some website/page that checks passages for Chatgpt usage?
we need a new verb for things that we prompted the bot to create and then we used, because its not really a matter of either ourself or the bot making it.
prompting?
alright - I finally hit the limit of too many requests in an hour, which is odd since I was abusing it with giggle questions. Does the limit change based on use? Any hints at a time when I can just pay for this little virtual assistant?
im not even getting the page, just got JSON saying too many reqs out of the blue. {"detail":"Too many requests in 1 hour. Try again later."}
which is odd i dont think ive spoke to it at all this hour
How can I increase the amount of questions I can make per hour?
{Too many requests in 1 hour. Try again later} why Chat GPT gives me this error while i searching
[Too many requests in 1 hour. Try again later] why Chat GPT gives me this error while I searching
"Any code" is too extreme of a position. It'll spit out loads of boilerplate code that is perfectly reasonable. I had a big list of tables, columns, and other marginally explained schema that it spit out perfectly usable SQL code for. Admittedly anyone could have accomplished the same thing with basic knowledge, but it saved my a bunch of typing.
Who is th most intlgent man
{"detail":"Too many requests in 1 hour. Try again later."}
Same here. Server down?
I think there is limmits on Chat GPT for asking questions
anyone getting an oddlooking website?
no, you Copied a game ChatGPT trained with, with some tweaks.
i got this "Too many requests in 1 hour. Try again later."
I didn't ask too many qs though.
I don't think I asked too many questions in one hour. I think it's a bug. I've asked more questions before.
It won't even load the interface itself
ah I see.
hard refresh
some guys abusing system.
My thoughts exactly
I highly doubt that. The first thing it spit out was ruff, and I spent a couple hours with it troubleshooting and adding things to the game. Would you like to see it?
done it, and even removed all browser extensions
@lucid ravine since the mod bot report option isn't coming up for me, could you please look into this message link (since I do not want the user to respond to it actively in the channel): #ai-discussions message)
Thank you
do you guys use AI daily basis? It helps for everything. I don't need google anymore π
we use Chat GPT on googleπ
not really.
yes its more or less fully in charge on my life by now.
Sorry, I'm having trouble seein exactly what I am responding to.
this is interesting. Imagine once they'll start to charge.. π¦
how ?
Next year, lots of NLPs are going to likely start launching that are going to make this NLP look like pee wees playhouse.
Is it that Wizard Wombat is being a bit rude? Because they are.
Google has one they're going to release soon
Ok. I personally use it a lot for coding. I find it very helpful, even if it is not accurate 100% of the time
You recon there will be more companies like this?
The rudeness of this person and attitude over me simply disagreeing with a comment they made.
and don't mind the non-straight lines, blame snipping tool
when?
@wintry shard Saying someone else isn't smart is pretty darn rude.
2030
Oh I do. Google is releasing Lambda next year I think and also a new API is coming out next year. You can join Lambdas wait list
Thanks i just asked less than 5 questions in 10 minutes or so.
Insulting someone saying what they did in the 2nd underlined comment is being rude.
My apologies everyone. Yes, he is rude.
If you can't see how dumb chatgpt is then you are not very perceptive.
I've seen people are monetizing AI capabalities.
Good or bad
seriously, move on.
Lol. Why even join the discord?
Rather good or bad, it's too late to decide now lol. This is the point of no return.
I mean, it is pretty dumb in certain areas, like ASCII art, but it is super helpful and useful in other areas
because I'm trying to figure out if the ChatGPT bot can be useful in non-critical roles, like fantasy or RPGs
how many request can i do per hour in chat gpt
cool. while you're working on that (it can, I've seen a lot of neat uses of it for storytelling and RPGs)
be kind to others here.
It would be good to have NPCs where I as the GM don't actually come up with everything they say personally.
If you define the parameters needed and context for such fantasy RPGs then yes it is, everything is key on how you phrase it to the AI.
no, it doesn't even keep context as well as other online AIs.
Cool.
have you clearly stated that you want to do a roleplay, to keep such variables and define them as <terms> and to use it in the generation of your content required from text-base?
Try giving it a keyword, like "remember" to say when it forgets or drops something.
no, why would I have to do that after telling it something in the setting?
Because it's based on a language model, it won't retain the information in a clear format if you don't define it clear enough for it to understand such local variables?
Ok, a pen and paper RPG. Interesting. That would be difficult to implement into the game without breaking immersion. However, it is an interesting idea.
TTS into a different window, cut and paste appropriately - I think I might manage something
yes, but it won't teach it's user about how to get it to accomplish things. Which is asinine.
So, for instance, prompts to set it up as an NPC?
Sorry what???
You quite clearly haven't tested ChatGPT to its fullest features if you think that, ChatGPT is very capable of teaching its users about how to accomplish something (depending if it sees it as ethical or not).
If you're getting limited every 300-400 words, that's because it has a token response limit on it (4k tokens which is around 300-400 words per response).
But it will do mostly whatever it's asked or informed if it sees it as possible or correct depending on its resources inside of its language model it's been taught.
Try telling it how to develop an internal system for monitoring a firebase cloud database, it will guide you step-to-step.
Try telling it how to setup some form of email account, from gmail to yahoo. It will tell you step by step on how to.
One thing you can do, is after you have it as this NPC, you can ask "How do you typically respond to different types of situations?
Then, tell it whether or not each response is good, and have it modify its behavior in the future.
If it wouldn't waste a bunch of space every response on how sorry it is I'm annoyed and how limited it is, I might have a better opinion of the dumb thing.
What is the problem you are experiencing? Is it not providing immersive enough responses? Is it reverting to responding as chatGPT instead of an NPC? Is it running out of space in its responses?
It is continuing to talk about the choices the NPC has before it, rather than selecting one as directed.
Oh I see. Ok, one thing you can do is be uber specific in what you want it to do. For instance: You are now [NPC]. You are [insert-NPC-details-here]. Respond exactly as [NPC] would respond. Do not provide any explanation or context or anything outside how [NPC] would respond. When I ask you a question, answer as [NPC]. Begin the role of [NPC] now. Keep up the role of [NPC] as best you can. If I say, "Stay in character!" you should reformat your last response as [NPC].
can someone reply to this message entirely as a test please. Still getting used to discord (created it and used VOIP with it years ago but nothing in probably 6 years)
ok
Thank you!!
test response to an example message given by Unveiler#1927#6132 (message id: 1056798955486326784)
also by the way, you don't need to have #1927 in your name, you can change this by clicking the settings icon in the lower left -> Click on *Edit* next to your username (should be attached in image below (then you can remove the numbers and save the name :)
What are some unique or cool things you've done with AI?
I like to copy-paste youtube transcript to make the summary about the video. It's time saver.
Only disadvantage is when the text is too long it cannot do anything. I don't know what to do.
Thank God Arianna is here
alrighty I'm out
fine, deal me in, I'm going to destroy you at uno
But not minecraft
Just scrolled up and read some bot sassing. Sorry but chatgpt deserves burnt offerings not sass.
anyway, im taking the sleepy train to snoozy town. choo choo
I'll join you
Good night cruel world
I won't ever put time, effort or thought into ever playing minecraft again, went to minecon back in 2015, have a caped acc on a 3 letter, been given so many offers for it but the community around minecraft as a whole is toxic, not wasting my time dealing with prepubescent teens and immature adults so.
we both know that's a lie, you love ducks too much to sleep.
You pinged me just to say this...
True π π π π π
yes, and this.
I know.
This has got to be the best comment I've read ever, lmfaooo
I rarely ever laugh but you got me laughing at that haha
I don't laugh.. ever
Mainly because every time I smile, my lip splits open and it hurts a lot