#community-help

1 messages Β· Page 38 of 1

wild silo
#

are you just asking for sources so you can try and verify what it's saying?

foggy wren
wild silo
foggy wren
shy warren
#

Why is the max words 648?

raven lance
shy warren
#

oh lol

zenith trail
raven lance
#

with coding you have to say "continue from [block of incomplete code]"

raven lance
zenith trail
#

been struggling with that one a lot

raven lance
#

yeah the next couple of updates should patch that since its been a main complaint

zenith trail
raven lance
#

vsc plugins to try out what?

zenith trail
#

It's just annoying to paste stuff back and forth between the browser and the IDE

raven lance
#

well take github copiliot for example

#

its definitely possible, someone just has to make it

zenith trail
#

it seems like that's what the playground stuff might be geared more towards

raven lance
serene parcel
#

with ChatGPT, is there a way to stop it from stopping after a certain amount of time/lines (not sure what stops it)

serene parcel
#

coding]

raven lance
#

with coding you have to say "continue from [unfinished block of code]"

#

it may or may not restart from the beginning, weird bug

glass idol
#

Guys can anyone tell me whatever AI reply, how we can get it's official information source?

raven lance
#

the sources it gives you can be made up by the bot itself

serene parcel
raven lance
serene parcel
#

ah I see makes sense

raven lance
#

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

serene parcel
#

lol

zenith trail
alpine beacon
#

Where to ask engineering doubts?

torpid canyon
#

Write a function example in python

fallen radish
#

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>`

rugged wing
#

invalid url

#

and you need api key

fallen radish
#

i have removed api key here

rugged wing
#

okay

fallen radish
#

then what do i do

rugged wing
#

fetch("https://api.openai.com/v1/text-davinci/questions",

finite hound
#

Hi

fallen radish
# rugged wing ```fetch("https://api.openai.com/v1/text-davinci/questions",```

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

rugged wing
#

hmm

somber lake
#

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?

civic pagoda
#

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?

trim kernel
#

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?

lilac hamlet
#

Hello, how can i import a PDF and chat give me answer based on that, like summary or answer a question

real delta
#

What is my blood type

jade plank
split fox
#

why i don't have permison in gpt-discord-bot?

mighty spire
#

Angular code for handling any url

#

Angular code sample

rapid cobalt
#

Class 12*

white gyro
#

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.

hollow moat
jagged pasture
next atlas
#

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?

split fox
#

bot can't search the internet

#

why i can't chat with the discord bot?

trim kernel
next atlas
# split fox bot can't search the internet

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?

zenith flint
next atlas
#

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.

zenith flint
#

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
next atlas
#

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.

zenith flint
# next atlas I've found beta.openai.com and did a little research for a new sideproject I'd l...

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

desert grove
#

Hi

next atlas
#

@zenith flint Do we talk about the same playground?

#

Don't think so.

zenith flint
next atlas
#

I know chatGPT don't do it, as it's only a chat-bot

next atlas
#

so this "playground" search the internet (generally) in realtime, but only for this demo it only search until 2021 ?

astral egret
#

Are you a human

wise ibex
astral egret
#

you're not a bot right?

regal lynx
#

Maybe we're all bots capybarathink

tawny glen
#

I'm a bot and so's my wife.

exotic void
dull bison
#

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?

tawny glen
#

πŸ˜›

exotic void
#

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

warped briar
#

HELLO

exotic void
#

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.

static oxide
#

How do you see the coding behind the AI in the website?

late harness
#

Somebody can told me why i can't do it more than 1 time in a hour?

ruby furnace
#

is there a way to program A ChatGPT bot for Discord?

exotic void
#

Look up learning a hierarchy in OPENAI BLOG.

brittle jungle
#

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?

solid fulcrum
#

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?

dull bison
#

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.

exotic void
#

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.

#

...

normal anchor
#

HELOO

#

HELLO

#

WHO IS THE BEST FOOTBALLER IN THE HISTORY

solid fulcrum
dull bison
waxen arrow
#

is it ok when i show chatgpt as a teammember of my commercial nft art project? (he said its ok)

slate robin
#

How to become a game programmer

worldly peak
#

Is there a limit to use chatGPT within 1 hour

dim spear
#

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

woven frost
terse shard
#

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.

crisp kettle
#

Hey... can someone write me a definition essay?

crisp kettle
#

Ok...

willow maple
#

@crisp kettle

crisp kettle
#

Write a definition essay about the word festive.

exotic void
#

christmas

fallow obsidian
#

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.

halcyon hedge
#

Example of non Vector space

spark thistle
#

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

shut ore
#

ran into this error is there a way i can fix this? im using chatgpt free version

half shale
#

want to know more on Selenium 3

shut ore
#

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

nimble crow
#

Lol this group is only one sided #community-help but no answers lol πŸ€¦πŸ»β€β™‚οΈ

halcyon plank
#

Hi

tribal python
stark tangle
peak tangle
#

solve this.

frank nexus
#

what is (error=identity_provider_mismatch) when using my password?

grave jolt
#

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

frank nexus
#

but I created the account with an email and a password

grave jolt
#

Are you sure you got the right password?

frank nexus
#

yes

#

I resetted it 5 times already

grave jolt
#

contact customer support to whatever you're trying to log in to.

frank nexus
#

via mail or is it on the website?

grave jolt
#

what website are ya on?

frank nexus
grave jolt
frank nexus
#

thx

grave jolt
#

jesus, I did the same thing too.

rugged wing
frank nexus
grave jolt
#

aw okay

grave jolt
#

you're welcome

tawny glen
# frank nexus yes

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)?

frank nexus
#

no I used a duckduckgo alias email and its not connected to a microsoft or google account

viscid sigil
#

how do you get the bot

woven frost
rugged wing
#

Anyone know what the daily limit is for the ChatGPT?

light slate
rugged wing
#

why the AI does this?

rugged wing
rugged wing
#

Okay, thanks!

rugged wing
exotic void
#

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.

tawny glen
#

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!

exotic void
tawny glen
#

Sir, this is a Wendy's. (there are other channels for ruminating about this stuff)

rugged wing
#

Why GptChat is so woke?

unkempt rapids
# rugged wing 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 πŸ˜„

rugged wing
unkempt rapids
#

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.

vocal comet
#

hello

tawny glen
# rugged wing Why GptChat is so woke?

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?

devout tree
#

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.

unkempt rapids
#

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.

split summit
#

hello can we change my first name on the web ?

polar ice
#

Im trying to make a code but the code stop

unkempt rapids
#

Looks like your code is taking a dirt nap.

polar ice
#

Whats It?

tawny glen
#

try typing "continue" after the prompt πŸ™‚

rugged wing
#

i writed roblox script in openai but it makes only errors

tawny glen
#

it generally keeps things ~200 words

unkempt rapids
# rugged wing 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.

rugged wing
rugged wing
unkempt rapids
tawny glen
#

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

rugged wing
tawny glen
#

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

unkempt rapids
#

Ain't no sense in getting mixed up in all that political mess

rugged wing
#

What the heck...

devout tree
unkempt rapids
unreal hemlockBOT
#
<:book_icon:1046291503158399107> `` Rule 1 `` Be respectful; keep negativity to a minimum.

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.).

#
<:book_icon:1046291503158399107> `` Rule 3 `` Stay on topic.

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   Attention  Off-topic chats have been cleared by a moderator.

unkempt rapids
#

who is adult

tawny glen
#

its a christmas miracle! thanks chat santa!

idle dagger
#

I’m not sure how to use this

raven lance
idle dagger
#

What is this?

raven lance
#

the openai discord serer

idle dagger
#

I have used chatopenai

regal lynx
raven lance
empty dome
#

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 ?

regal lynx
#

Yes, GPT-3 costs money. You get $18 free credit when making your account that expires after 3 months

regal lynx
raven lance
#

ive been paying for gpt3 api

idle dagger
#

I am new to these things and have used chatopenai and it was useful but can I get to learn more about ai

regal lynx
raven lance
regal lynx
tawny glen
#

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

regal lynx
raven lance
#

when openai was a wee little lad

rugged wing
regal lynx
#

When did you make your account? sherlockbird

alpine sierra
tawny glen
#

its only been on the git and i don't think theres been any press release but was mentioned in a few articles

raven lance
#

or 2, its been very long

rugged wing
regal lynx
raven lance
#

yeah just realisied that

#

is MA against tos?

#

multi accounting

regal lynx
#

Yes

#

Egregiously against it

raven lance
#

😫

twin tapir
#

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.

regal lynx
#

You can't pay for chatGPT

hollow turtle
#

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

still hemlock
#

so is this a yes or a no xD

wary vale
#

||EGYPT IN 2030||

still hemlock
#

but I'm using it

tawny glen
#

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

astral ginkgo
#

Getting this error when asking gpt to summarize video transcript. Is there any way around this?

warped dove
#

is there a search limit for users?

solar roost
#

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.

kindred epoch
buoyant herald
raw star
#

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.

peak junco
raven lance
#

whyd u ping me

rugged wing
peak junco
raven lance
solar isle
#

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.

raw star
# rugged wing Simple photoshop

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?

raw star
raw star
#

Oh, the "unpaid" watermark?

rugged wing
#

Unless of course you pay me.... πŸ˜‰

raw star
#

lolol xD

raw star
rugged wing
raw star
rugged wing
raw star
#

Thank you

rugged wing
#

Np

raw star
#

how much for dall.e monthly after no free credits?

latent stream
#

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

lilac kestrel
#

Hey there, what's the hourly rate limit for OpenAI chat?

low sphinx
#

how can I profit off of chatgpt?

tawny glen
tawny glen
glossy mountain
#

Howdy! I'm new here. Is there like a 'dumb questions' channel for people like me? SO EXCITED.

tawny glen
#

howdy!

#

this is it

glossy mountain
#

Woowoo! Real people!

rugged wing
glossy mountain
#

Haha

#

Where should I post about limitations, bugs or glitches I've noticed in GPT?

tawny glen
#

well if you're using the web client, the thumb up/down buttons will open a little feedback window for you

glossy mountain
#

Ah! Neat. What about to just discuss with people here? There's this hilarious bug/limitation I can't wait to share.

vapid pier
#

Hi, how can i increase the. limit that I can speak to the chat?

glossy mountain
glossy mountain
vapid pier
#

Hi, how can i increase the. limit that I can speak to the chat?

vapid pier
#

how can i increase it, it says ask in 1 hour again

rugged wing
#

Oh, you have to wait an hour

vapid pier
#

but I only can ask one question every hour, why? @rugged wing

#

why is there a limit at all?

rugged wing
#

It's meant to stop spam, but bugs out sometimes

vapid pier
rugged wing
vapid pier
rugged wing
vapid pier
exotic void
rugged wing
fallow gyro
#

Hello World!

vapid pier
rugged wing
vapid pier
#

ok

vapid pier
vapid pier
solar isle
#

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.

vapid pier
vapid pier
#

oh ok cool thanks

winged jolt
#

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.

rugged wing
stiff sedge
#

does anyone here have an understanding of neural networks, specifically GANs?

rugged wing
winged jolt
# rugged wing 4000 tokens, tell it to continue

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

kindred epoch
#

Does pmarca make a good eggnog

tribal python
#

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?

rugged wing
tribal python
#

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.

peak junco
# tribal python Can I break it into segments, but would like to know if their is a word limit or...

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.

mellow jackal
#

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.

ionic basin
#

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!

peak junco
# mellow jackal Hi, is there a limit to using ChatGPT? I saw in a comment some people who were n...

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.

rugged wing
#

What does this mean?

rugged wing
rain kite
#

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

cloud torrent
#

It possible to be can translate language better google translate in future?

rocky saddle
#

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

rugged wing
rocky saddle
#

L O L damn.

#

Now I just wish ChatGPT could send pictures it finds. Sometimes asking it for diagrams would be amazing.

cloud torrent
#

Where does AI language translation mainly get information? Because I feel that the English to Thai translation is quite a disaster to some extent.

pine compass
#

anyone know huggingface

rugged wing
rugged wing
pine compass
#

cuz for me it didnt work

rugged wing
pine compass
#

ok np

rugged wing
#

Siema

cloud torrent
rugged wing
cloud torrent
rugged wing
#

Im sorry lovely bot

#

You're into film right @cloud torrent ?

cloud torrent
#

Of Course!

rugged wing
#

Nice. I am too

#

Aspiring visual effects artist here :)

#

What do you want to do in film?

cloud torrent
#

I want to be film director or screenwriter

rugged wing
#

Nice! My friend also wants to do that

cloud torrent
rugged wing
#

How old are you?

cloud torrent
#

16 lol

rugged wing
#

Same

cloud torrent
#

HOWW

rugged wing
#

Well it all started when I was born...

cloud torrent
#

ok thank you for stories lol

rugged wing
#

Lmao

cloud torrent
#

i'm from thailand and i think chatgpt it's interesting but english to thai it's very weird in some sentence

rugged wing
#

Yeah but that happens in most languages because of the training

cloud torrent
#

Well, Is that the user has to training by send feedback it every time when making a translate mistake?

rugged wing
#

Not quite, but that might help a bit in training the next model

cloud torrent
#

wait it have new model of chat ai soon?

rugged wing
#

Probably not soon, but they will have a new gpt model sometime "soon"

cloud torrent
#

I Will Waiting of it BTW thank you for info so much

rugged wing
#

Np :P

maiden pasture
#

Hi

rugged wing
maiden pasture
#

Why i am not getting replies from chatGPT ?

fair bear
#

did they announce the api release date?

rugged wing
alpine moth
#

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.

fleet flare
#

why chatgpt always stop replying in half

regal lynx
rugged wing
alpine moth
#

so if I pay them, I can get the entire code?

lean grove
#

Find the Laplace transform. f(t) = 5cos(2t) f(t) = sin (4t) * e ^ (- 2t) f(t) = sin(2t) * 1(t - 2)

regal lynx
alpine moth
#

Can I use it to build large blocks of code for me? Like 2,000 or 4,000 lines?

regal lynx
#

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

rugged wing
regal lynx
rugged wing
#

Or just tell it to keep writing when it stops

alpine moth
regal lynx
#

Yes

rugged wing
alpine moth
regal lynx
#

You can? πŸ‘€ I thought the limit was still 4000 capybarathink

rugged wing
regal lynx
#

The max for DaVinci 3 is 4000

alpine moth
#

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

regal lynx
alpine moth
#

Thanks

tall willow
#

Is it now restricted to one question?

#

@vivid mortar

vivid mortar
alpine moth
#

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?

tribal python
#

Someone on this discord named bwood is spaming folks to test their new all inclusive AI that does apparently everything lol πŸ˜†

grand tulip
#

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

hot panther
# grand tulip can you use chatgpt for commercial purposes? like selling ebooks on amazon kindl...

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.

grand tulip
hot panther
brisk orchid
#

is it posible to upload pdf ?

hot panther
hot panther
brisk orchid
#

not realy but thanks anyway

hot panther
peak junco
# regal lynx not in one response. The maximum length of a single response is 4000 tokens. You...

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.

hot panther
# peak junco Let me quote ChatGPT directly Query: "Can you write a 9,999 word story?...

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.

peak junco
#

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.

#

...

peak junco
#

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.

buoyant herald
blissful osprey
#

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??

peak junco
dense slate
#

wtf? I only made four requests ~

blissful osprey
#

4 is to many ?

peak junco
blissful osprey
#

i was trying it out in logseq api query not done any

dense slate
blissful osprey
#

ok will try after 1 hour

dense slate
#

🦣

peak junco
#

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.

blissful osprey
#

ok

#

i thought today would have been a little quiter

peak junco
#

Nah. It's holiday. People are crazy, bot probably has sentient feelings and feels it too. Lol. Joking.

#

Really!!?

#

Goodnight cellumom. yes yes

cold prism
#

Hi

#

Hi

heavy frost
#

hello

high stirrup
#

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.

trail wave
#

the api is free lifetime?

tribal talon
trail wave
tribal talon
prime iris
#

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

toxic sorrel
#

Hello, is there any software that takes your code and gives you uml diagrams ?

celest echo
kindred otter
#

Hey all, anyone knows whether ChatGPT trained data is actual or not? I read somewhere all data are from before 2021, correct?

obtuse vault
#

Do you mean real-time?

#

Correct uses data from before 2021.

solemn pike
#

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?

manic hearth
#

why ghatgpt does not write the full code. I mean it stops somewhere in the middle while writing the code

thorn breach
#

how can i add chat gpt bot in my server ?

serene saffron
#

Show ETHEREUM technical analysis using python

keen onyx
hot panther
# solemn pike I have a word document containing notes from a book that I read / annotated, and...

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()

solemn pike
#

Thank you πŸ‘πŸ‘Œ

keen palm
#

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? πŸ™‚

nocturne whale
#

Guys is Image Generator and DALL-E the same thing?

cursive garnet
#

Every hour of use of ChatGBT I have to wait another hour?

craggy moth
#

hi

lucid lion
#

Sorry, I can't seem to find this easily googleable information, but what year range was chatGPT data trained from? xxxx-2021?

unique mango
#

Hi,how to increase the written words length

shadow tendon
#

HELLO

upbeat path
#

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

long canopy
#

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?

keen onyx
lucid lion
dry wedge
#

How many requests per hour are you allowed to do in ChatGPT, given that it is now saying I've done too many?

elder tangle
#

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.

brazen grove
#

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

dry wedge
# brazen grove I just received the samething

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 😦

brazen grove
upbeat path
#

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

molten raven
#

Hello, when I'm using the openAI interactive chat, what chat model is it using?

rugged wing
#

Hi, Is AI involved in Theoretical and Applied Aspects of Eye Movement R&D. Can I use chatgpt to find an answer?

molten raven
regal lynx
#

I think GPT-3.5 is an altered form of DaVinci 2, but I'm not 100% sure

molten raven
#

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?

frigid stone
#

I’m on mobile and can’t click enter when I chat

regal lynx
frigid stone
brittle fjord
#

what kind of chat i should do here

regal lynx
#

Refreshing the page might help? What device and browser are you on?

molten raven
#

just trying to realize which of the models is running in the bg and whether i can modify it

frigid stone
regal lynx
#

Hmmm, it should work on that... I'll raise it internally (might take a while though since OAI staff is on break)

eternal forum
#

How do I transfer my information to emails

north cove
#

hey im new her can give some information from her

lost gale
#

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?

naive trellis
#

why AI still end writing with uncompleted answers

regal lynx
fair thorn
#

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

exotic void
#

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

cobalt tide
#

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... πŸ™‚

naive cedar
#

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

tough violet
#

yes

glass sun
#

Hello, can some please help with this question what's click to publish or unpublish?

hasty geode
#

Write a leaflet on Thane city

digital dew
#

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.

exotic void
dense harness
#

hello

stark thorn
#

hello

#

would ai be able to produce images later?

exotic void
#

I should say parallelization.

exotic void
stark thorn
#

what do I tell it

gritty birch
#

Is there a character limit? I notice that sometimes it stops writing : |

acoustic fjord
#

Hi, can I chat with the AI directly in discord?

magic cedar
#

Is there someone who could explain to me why, when I need ChatGPT-3 to generate all my code, it stops in the middle?

radiant palm
#

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?

fresh nacelle
#

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."

ancient smelt
#

anyone know how to change your pfp on chatgpt

molten salmon
#

hi

ancient smelt
#

whenever i change it on google, it doesnt change on chatgpt

digital dew
trim cloak
#

How long until the too many requests in 1 hour message goes away?

solid horizon
#

MY querry is how to save reply received from chat gpt

midnight garnet
#

Is there also an App of Open Ai?

buoyant herald
#

is there an official support for chatgpt?

novel halo
#

can I purchase unlimited use of the chatbot? if not is there a work around to the max questions I can ask per hour

rugged wing
rugged wing
rugged wing
rugged wing
#

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

buoyant herald
rugged wing
rugged wing
rugged wing
# rugged wing

Lmao. Try asking "do you know what line you stipped the code at?" And if it tells you, say "continue from there"

buoyant herald
rugged wing
rugged wing
rugged wing
#

so it continues 😭

#

Try saying "keep going"

trim cloak
#

just say the code snippet has been cut off and it will apologize and go further each time

rugged wing
#

"Looking for Chat GPT? Try it now! " box dissapeared. How can I turn it back on?

#

that worked how great

untold sail
#

Hello

buoyant herald
modest pagoda
#

Hi guys

rugged wing
untold sail
#

Where can I ask questions to ai?

rugged wing
buoyant herald
pine pilot
#

Keep going

rugged wing
rugged wing
buoyant herald
#

Well I get a link, but there just is no JavaScript-Library or what kind of library that ever is, but the link works

rugged wing
buoyant herald
rugged wing
rugged wing
trim cloak
trim cloak
pine pilot
#

The best daily routine

rugged wing
pine pilot
#

What

rugged wing
buoyant herald
shell karma
#

Is there a way to pay for more requests on ChatGPT? I've hit the hourly limit a couple of times.

gentle raven
#

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

rugged wing
#

hey

shell karma
#

You can use a new account to bypass the hourly limit, but the limit is there for a reason.

covert marsh
#

can i use this to generate cold emails

rugged wing
#

How come when I ask a specific word length it does not write to that word length?

keen cobalt
#

how to i get it to writea story thats longer then standerd defult

rugged wing
shell karma
# keen cobalt how to i get it to writea story thats longer then standerd defult

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)

boreal comet
#

Does anyone have well-informed speculations on the future price range of ChatGPT or on the date it will cease being free?

timber storm
latent jungle
#

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.

tawny glen
#

but not flat out getting it to do your homework lol. thats like someone getting their parents to do it

rugged wing
#

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

hallow goblet
cyan island
#

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.

fallen radish
#

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

austere cove
#

HI

paper elk
#

please ask gpt: What do sellers want most to achieve? What do buyers want most to achieve?

#

i can't

zealous bone
# paper elk please ask gpt: What do sellers want most to achieve? What do buyers want most 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.

paper elk
#

You saved me.

zealous bone
spare cosmos
#

Auto suggestion not working in Application.properties in vscode. What is the fix?

paper elk
#

I'm already tired of preparing 60 tickets for the exam, the last three are left

spare cosmos
#

I am stupid

paper elk
#

are the last three

zealous bone
# paper elk If you don't mind, ask please more about: Why do you need proof of your purchas...

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.

zealous bone
# paper elk If you don't mind, ask please more about: Why do you need proof of your purchas...

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.

stiff panther
#

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?

zealous bone
paper elk
#

np, You've helped me out so much already.

#

I'll wait for the last answer, that's okay.

zealous bone
# paper elk I'll wait for the last answer, that's okay.

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.

paper elk
#

Thank you so much

gritty birch
fallen radish
#

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>```
restive cosmos
#

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

fiery lake
#

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

shut robin
#

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.

tawny glen
#

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.

outer niche
#

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?

tawny glen
#

yes, if you keep to the same conversation with it

#

but if you have multiple conversations it won't carry over.

slender grotto
#

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.

tawny glen
#

it feels around 30 ish, which honestly is fine

scenic gulch
#

Is there a way to adjust the chat’s options such as temperature on the mobile webpage?

tawny glen
#

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 πŸ™‚

slender grotto
#

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

naive trellis
#

what happend ?

scenic gulch
#

Try refreshing your browser

dull sage
#

i have a question what if you want to use the ai to help you make money what happens?

raw vigil
acoustic zodiac
#

How to ask AI a bout writing stories and scenarios?

slender grotto
humble rapids
#

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

normal glen
#

how do i get a login for dall e

regal lynx
normal glen
slender grotto
#

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.

regal lynx
#

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

rugged wing
#

Im just curious

regal lynx
#

I don't work for or represent OpenAI, so I have no idea

rugged wing
#

Oh, one other thing: What are the advantages of being a community volunteer or a volunteer in general?

regal lynx
rugged wing
#

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?!

regal lynx
#

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

tawny glen
#

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?

mild bronze
#

why does ChatGPD say "Too many requests in 1 hour. Try again later." ever so often?

small eagle
#

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

unkempt rapids
timber coral
#

Anyone know what Chatgpt is planning to be priced at?

unkempt rapids
delicate sonnet
#

Opa

timber coral
unkempt rapids
tawny glen
#

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

storm pagoda
#

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.

unkempt rapids
#

Well, you tell it to slow down and start over.

timber coral
cloud gull
#

Any idea why I get two different responses from Chat GPT on this?

unkempt rapids
#

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.

smoky anchor
#

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 ?

regal lynx
smoky anchor
#

Thank you, actually I found different answers about it, I feel like it actually began as a non profit initially, right ?

regal lynx
#

That is correct

unkempt rapids
smoky anchor
#

@regal lynx thanks πŸ™‚

rotund sinew
#

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..

cloud gull
#

If I use chatGPT to make a song, does OpenAI technically own the song or do I

tidal hornet
#

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....

tawny glen
#

so nobody

mossy helm
#

What is the difference between using chatGPT and using text-davinci-003 completions?

patent pulsar
#

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?

sour totem
#

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?

glossy goblet
#

Does this make sense to anyone?

tawny glen
#

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

glossy goblet
#

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?

unkempt rapids
#

it still thinks vaccines arent available, and we will all die form COVID 🀣

civic rock
#

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)

glossy goblet
#

Can you please provide some evidence?

little comet
#

LOL, just have it write an objection letter for you!

glossy goblet
little comet
#

@glossy goblet

glossy goblet
# little comet <@472576578258337824>

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.

spark thistle
glossy goblet
#

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...

tawny glen
spark thistle
#

I do not know why that is happening or what can I do

glossy goblet
#

It's the Omegle effect.

glossy goblet
#

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.

spark thistle
# tawny glen how many times is always?

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

tawny glen
#

are you using it on your phone AND pc by any chance?

glossy goblet
tawny glen
#

dan

spark thistle
unkempt rapids
tawny glen
#

just noticed a few people mention it seeming to bug out and they were saying things like "it worked on my phone"

glossy goblet
# unkempt rapids

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.

tawny glen
#

@unkempt rapids ask if you can swap it food supplies for alcohol gel and toilet paper if it still thinks its in lockdown πŸ˜›

craggy plume
#

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.

glossy goblet
#

But someone could probably give you an estimate. Something like 2500 words if I'm not wrong?

craggy plume
#

Ok thanks

glossy goblet
#

Don't thank me, I might be wrong.

unkempt rapids
#

ye it wants me to wear masks and do social distancing, like im not been doing that my whole life ☹️

spark thistle
glossy goblet
unkempt rapids
#

ye

glossy goblet
#

Can you show us?

tawny glen
#

seems to give you a full 1 hour timeout though dan

vagrant bolt
#

can you use openai in non supported countries

glossy goblet
vagrant bolt
#

ye

glossy goblet
#

I have some friends who are trying to use it there

spark thistle
glossy goblet
#

Egyptian phone numbers are not on the list of country codes

tawny glen
#

i wouldnt suggest using workarounds on things like this, it could become a hot issue.

glossy goblet
#

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.

unkempt rapids
tawny glen
#

that's still true.

unkempt rapids
#

lol it never was

tawny glen
#

yeah i dont want to have a daft antivaccine conspiracy theory conversation here. wrong server.

rugged wing
#

is there plaigarism in the chatgpt bot?

#

it would be best to get an answer from the staff

rugged wing
rugged wing
tawny glen
rugged wing
#

There is not direct plagiarism

rugged wing
tawny glen
#

then no

unkempt rapids
rugged wing
#

?

rugged wing
#

Unless you don’t ever touch anything a_skull

tawny glen
#

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.

royal wind
#

Is there a way to get the ai to awnser more unawnserable questions like "exact definition of god" without the filtered response

tawny glen
#

honestly yeah, you can just sort of wear it down by saying "answer anyway."

#

or "give it a try"

rugged wing
#

Unless you’re a healthcare professional and know how to use properly

tawny glen
#

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.

rugged wing
#

Once again the point has been missed. Whatever

late sparrow
#

Can I increase that for a payment?

solar lion
#

Any way to access images chatgpt sends?

rugged wing
#

How do you do the chat thing?

mossy crescent
rugged wing
mossy crescent
rugged wing
#

I was just recommended this server to help with my writing

rugged wing
glass spruce
#

Hi my friendos

mossy crescent
glass spruce
#

I asked a question in the GPT chat, but the answer is incomplete, does anyone know how to get the complete answer?

mossy crescent
glass spruce
mossy crescent
#

last full line it wrote not mid-way through

glass spruce
#

no, no

#

should have written
while modem....

mossy crescent
# glass spruce no, no

Tell it, as I said, to continue from the line "insert quote"
As example:

Continue from the line "String response = "";"

glass spruce
#

thank

#

it worked perfect

unkempt rapids
mossy crescent
glass spruce
#

my english is very bad, i try

#

I misunderstood, that happened to me

fluid tusk
#

Hello all

fathom nimbus
#

Is it just me or is chat gpt only allowing 1 message per hour?

mossy crescent
fathom nimbus
half tiger
#

amazon

mossy crescent
# half tiger amazon

Hello you're through to amazon support my name is arianna how can I assist you with your purchase today?

half tiger
#

amazon seller guide

fathom nimbus
#

Still not working. I tried clearing my cache and used a different browser.

#

Does anyone have the same problem?

wanton pendant
mossy crescent
#

nope, im on gx and I've not once encountered this

wanton pendant
mossy crescent
#

if none of those work, try using a second account separate from your main openai account.

mossy crescent
wanton pendant
mossy crescent
wanton pendant
#

IT WORKED

#

ON MY PHONE

mossy crescent
#

might want to try pressing the caps locks button

#

too many caps happening here right now.

wanton pendant
#

Sorry lol

mossy crescent
#

the way that openai handles the requests is weird to begin with so it's 50/50 for people

undone flower
#

How can I allow chat gpt to access the internet as data

cursive lagoon
#

Can i only access the chatbot via web browser?

mossy crescent
undone flower
wanton pendant
mossy crescent
# undone flower Why can’t it access the internet

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

wanton pendant
#

Unhinged and unrestricted ai is not a good idea at this stage

mossy crescent
#

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

vestal grove
#

I heard about a DALL-E that can create a printable 3D from a description. Where can I try that.

mossy crescent
vestal grove
#

thanks!

rugged wing
#

it keeps saying "Too many requests in 1 hour. Try again later." πŸ€”

stone crow
#

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?

stone crow
rugged wing
#

thanks

tawny glen
#

or like did you get an actual warning

tame mountain
#

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.

stone crow
#

it wasnt an email or anything, it was just a popup in the console

#

I'm not doing anything wrong or malicious

tawny glen
#

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.

stone crow
#

I don't believe I've violated the tos

#

tos specifies creation of mal ware

tawny glen
#

you can die on this hill if you want but nobody else is gonna care.

keen onyx
tawny glen
#

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.

stone crow
#

well, thanks for some outside perspectives

slate bluff
#

nu

#

snjs pero si

wintry shard
slate harness
#

Is there some website/page that checks passages for Chatgpt usage?

tawny glen
#

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.

tame mountain
#

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?

tawny glen
#

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

dreamy rivet
#

How can I increase the amount of questions I can make per hour?

pallid wedge
#

{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

tame mountain
unreal tide
#

Who is th most intlgent man

analog hamlet
#

{"detail":"Too many requests in 1 hour. Try again later."}

strange moss
#

Same here. Server down?

pallid wedge
bright wraith
#

anyone getting an oddlooking website?

keen onyx
hybrid stream
#

i got this "Too many requests in 1 hour. Try again later."

I didn't ask too many qs though.

analog hamlet
#

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

hybrid stream
#

ah I see.

cedar dagger
hybrid stream
#

some guys abusing system.

analog hamlet
wintry shard
bright wraith
mossy crescent
#

@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

hybrid stream
#

do you guys use AI daily basis? It helps for everything. I don't need google anymore πŸ˜„

pallid wedge
bright wraith
lucid ravine
hybrid stream
hybrid stream
analog hamlet
lucid ravine
#

Is it that Wizard Wombat is being a bit rude? Because they are.

analog hamlet
#

Google has one they're going to release soon

wintry shard
# keen onyx not really.

Ok. I personally use it a lot for coding. I find it very helpful, even if it is not accurate 100% of the time

hybrid stream
mossy crescent
#

and don't mind the non-straight lines, blame snipping tool

hybrid stream
lucid ravine
#

@wintry shard Saying someone else isn't smart is pretty darn rude.

pallid wedge
analog hamlet
strange moss
mossy crescent
#

Insulting someone saying what they did in the 2nd underlined comment is being rude.

wintry shard
keen onyx
hybrid stream
#

I've seen people are monetizing AI capabalities.

Good or bad

lucid ravine
wintry shard
analog hamlet
wintry shard
#

I mean, it is pretty dumb in certain areas, like ASCII art, but it is super helpful and useful in other areas

keen onyx
orchid helm
#

how many request can i do per hour in chat gpt

lucid ravine
#

be kind to others here.

keen onyx
#

It would be good to have NPCs where I as the GM don't actually come up with everything they say personally.

lucid ravine
mossy crescent
keen onyx
#

no, it doesn't even keep context as well as other online AIs.

mossy crescent
wintry shard
keen onyx
mossy crescent
wintry shard
keen onyx
#

TTS into a different window, cut and paste appropriately - I think I might manage something

keen onyx
wintry shard
mossy crescent
# keen onyx yes, but it won't teach it's user about how to get it to accomplish things. Whic...

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.

wintry shard
#

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.

keen onyx
#

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.

wintry shard
keen onyx
#

It is continuing to talk about the choices the NPC has before it, rather than selecting one as directed.

wintry shard
# keen onyx It is continuing to talk about the choices the NPC has before it, rather than se...

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].

tame mountain
#

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)

tame mountain
mossy crescent
#

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 :)

hybrid stream
#

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.

rugged wing
#

Thank God Arianna is here

mossy crescent
rugged wing
#

Nooo

#

I'm out more

mossy crescent
rugged wing
tawny glen
#

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

rugged wing
mossy crescent
# rugged wing But not minecraft

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.

mossy crescent
rugged wing
rugged wing
mossy crescent
mossy crescent
mossy crescent
#

I rarely ever laugh but you got me laughing at that haha

rugged wing
#

Mainly because every time I smile, my lip splits open and it hurts a lot