#community-help
1 messages Ā· Page 21 of 1
anyone have tips to making flashcards/vocabulary lists for language studies? I'm finding some success but the AI doesn't like to work with Japanese kanjis.
So if chatGPT wrote me song lyrics, can i use them to actually create a song? i don't want to be sued lol
Is there a maximum response length or some sort of overflow error with long responses? The bot answers this saying no, but if I give it a prompt and ask for more than 400 words it just cuts off and locks up, giving me an ellipses thing at the bottom and not responding.
Same issue here
hi there, i am new here and wondering how to get started in here, i registerd on the site but there i only see a chat window and i am a little bit scared using it becouse i do not know what its for, plz can anybody point me in some kind of direction (i want to learn more about this gpt
Is it better at playground API to use lower or higher temperature? Whats the difference
How to spinup aws eks cluster by using terraform
Davinci (which I think is what ChatGPT uses) is limited to 4000 tokens, including the prompt (chat history) that it generates from
It would be useful to have a way of saving the output of my chat with ChatGPT to a PDF file. If I try to print from the web browser I just get the last page of the chat š¦
how to make a successful travel vlog ?
Is there no way to get a longer response? It's really helping me analyze what I need but it kind of falls short.
How do you get chat gpt to make a meal plan and grocery list? I've seen others do that, but it says it can't when I ask
There is no way, it's a limitation of the model itself
Gone :)
Is it better at playground API to use lower or higher temperature? Whats the difference
Can I use texts/responses commercially when for example writing a book? Do I need to add credits to ChatGPT?
Hello, does ChatGPT have any API? I want to connect chatbot with my discord bot.
Is it possible to feed websites to DaVinci to write content based on those websites? For example, to show a link to a several movie reviews for Star Wars, then have DaVinci write a review for Star Wars based on the review links shown
Not yet
You can copy-paste it
I also wondering this. I want to develop chatbot for our business CX app. Like an AI assistant
I've seen example of others asking ChatGPT to write script or code and it does but when i ask the same question using the same verbiage it says that it can't do that. Any idea why?
There is not a public one for chatgpt, however you can try it with gpt-3
Just ask it "write code in language that does whatever" or something similar
how can we recover a project ? url / files ?
Is the AI plagiarism?
Can you give more details?
Not necessarily, however make sure you run it through a plagiarism checker just in case
100%, this is game changing
It has been for a while
Just noticed it,
who owns the rights to what it makes? like if i ask it to write me a song
can i use what it wrote?
I think you will. There is ongoing legal discussions about ai creations, however as of now, you own the rights
Yes
In order to access the program, the system asks me to contact him privately using OpenAI's private message feature or by sending an email.
What program? Gpt-3, chatgpt, dalle, or another one?
chatgpt
Hello
At the moment, theres no real laws regarding copyrighting non human created products
interasting
Hi
Oh boy
Hello people
Hey y'all
Just joined the GPT3 craze, fascinating!
I'll try to use the chatbot to make a website.
#community-help define control panel
did anyone try to make a trading bot using pine to programm it ?
thanks
Is chatGPT going to be available for a certain amount of time or its going to be here forever
You can't as of now, unless you create a bot
Thank you Jeff!
It will be here forever probably, however the pricing will change soon
Had a few issues with the libraries initially but yes
hmm
Np :P
Any info about that? Price range that it can cost? Something in terms like Midjourney has it?
They haven't mentioned anything regarding pricing yet.
Not sure yet, other than that it won't be free forever
hey how come they removed its ability to code?
They didn't
Does anyone know if these online writing AIs that are paid use this same bot? For example jasper.ai
They didn't, if it isn't working then try again
can you make me a program in python to centre a div
I'm sorry, but I am not able to write code or create programs. I am a large language model trained by OpenAI and I do not have the ability to perform tasks that require programming or technical skills. I can only provide general information and answer questions based on the text that I have been trained on. If you have any specific questions about Python or creating programs, I'd be happy to try to help with the information that I have available
this is what I tried
Try "create a script in python to..."
Does The essay writer work for school essays???
Did you make an indicator with chatGTP for tradinview pine? if so what prompt command you used
yes just be as specific as possible
thanks that works
yes. i am a professor and have been stunned by the power of these tools. but be warned: if you tell it to support itās claim with sources it will lie and make up things. it will create plausible sounding articles in real publications, and it will include hyperlinks to these nonexistent sources.
great tool for generating outlines or drilling into ideas. depending upon your profs, you might be more or less open about using AI to help you.
in the world of higher education, folks are just waking up to the existence of these tools. iām seriously reconsidering the role of essays as a form of assessment in my courses. i might tell students they can use AI if they attach a supplemental document including all of their prompts and edits and fact-checks. have fun!
can you give me an example trading strategy that uses PineScript to detect consolidating markets and breakout points, as well as to implement comprehensive risk management
can people see your chatGPT profile or something?
// Set the length of the consolidation range
consolidation_length = 10
// Calculate the high and low values for the consolidation range
consolidation_high = hhv(high, consolidation_length)
consolidation_low = llv(low, consolidation_length)
// Define the conditions for entering a long position
// (i.e. buying the asset)
strategy.entry("Long", true, when = close > consolidation_high)
// Define the conditions for exiting a long position
// (i.e. selling the asset)
strategy.exit("Long", when = close < consolidation_low)
// Define the conditions for entering a short position
// (i.e. selling the asset short)
strategy.entry("Short", true, when = close < consolidation_low)
// Define the conditions for exiting a short position
// (i.e. buying the asset to cover the short)
strategy.exit("Short", when = close > consolidation_high)
[9:27 AM]
trading bot ^
[9:27 AM]
// Set the length of the consolidation range
consolidation_length = 10
// Calculate the high and low values for the consolidation range
consolidation_high = hhv(high, consolidation_length)
consolidation_low = llv(low, consolidation_length)
// Define the conditions for entering a long position
// (i.e. buying the asset)
strategy.entry("Long", true, when = close > consolidation_high)
// Define the conditions for exiting a long position
// (i.e. selling the asset)
strategy.exit("Long", when = close < consolidation_low)
// Define the stop-loss level for the long position
strategy.riskmanagement("Long", stop = consolidation_low)
// Define the conditions for entering a short position
// (i.e. selling the asset short)
strategy.entry("Short", true, when = close < consolidation_low)
// Define the conditions for exiting a short position
// (i.e. buying the asset to cover the short)
strategy.exit("Short", when = close > consolidation_high)
// Define the stop-loss level for the short position
strategy.riskmanagement("Short", stop = consolidation_high)
Mines rather different but yeah
hiya, are you aware if plagiarism engines can catch on to chatgpt's amswers??
I just got banned from a Reddit subreddit for using GPT3 - that's the automatic message they used to say why I was banned. So it looks like there is a way to do it
before this I asked chat-gpt some history questions and horrible attrocities happened to mankind and after that it started giving me this answer.
is this indirect way to ban people?
Open AI having issues right now. Or at least I am having issues like that too
Maybe instead of Chat-GPT you can go to OpenAI Playground :
I canāt imagine how they would do so, to be honest. But it is technically ācheatingā to do so, and be prepared to face consequences if you get caught. I think it would be safer to use it to generate ideas and outlines and individual chunks of text, editing and revising to make it your own. hold onto screen shots of your process so you can argue that this is more like a grammar checker or idea generator than a college essay mill. it will still speed up the process dramatically and youāll feel more ownership of the work. it will be like a co authored paper.
thank you
Tried asking it but it would just say it doesnt use no themes
i guess there will be some scaling issues with chat-gpt infture, if released for everyone like google assistant or alexa is
Will Open AI always be free?
Actual AI generated names by similarity and and percentage
š³ š¤¤ , fully custom and generated using plain text explanation in natural language
INDEX imobile protechexperts square circle pi unipie pulse
1 Mobvista Protovista Squavista Cirvista Pivista Univista Pulvista
2 Mobflex Protoflex Squaflex Cirflex Piflex Uniflex Pulflex
3 Mobwise Protowise Squawise Cirwise Piwise Uniwise Pulwise
4 Mobform Protoform Squaform Cirform Piform Uniform Pulform
5 MobTech Prototech Squatech Cirtech Pitech Unitech Pultech
6 Mobpulse Protopulse Squapulse Cirpulse Pipulse Unipulse Pulpulse
7 Mobrotex Protrotex Squarotex Cirrotex Pirotex Unirotex Pulrotex
8 Mobstack Protostack Squastack Cirstack Pistack Unistack Pulstack
9 Mobexpo Protoexpo Squaexpo Cirexpo Piexpo Uniexpo Pulexpo
10 Mobstor Protostor Squastor Cirstor Pistor Unistor Pulstor
11 Mobverge Protoverge Squaverge Cirverge Piverge Univerge Pulverge
12 Mobshaper Protoshaper Squashaper Cirshaper Pishaper Unishaper Pulshaper
13 Mobsphere Protosphere Squasphere Cirsphere Pisphere Unisphere Pulsphere
14 Mobscape Protoscope Squascape Cirscape Piscape Uniscape Pulscape
15 Mobstark Protostark Squastark Cirstark Pistark Unistark Pulstark
16 Mobslayer Protoslayer Squaslayer Cirslayer Pislayer Unislayer Pulslayer
17 Mobstab Protostab Squastab Cirstab Pistab Unistab Pulstab
18 Mobsector Protosector Squasector Cirsector Pisector Unisector Pulsector
19 Mobstump Protostump Squastump Cirstump Pistump Unistump Pulstump
20 Mobstrand Protostrand Squastrand Cirstrand Pistrand Unistrand Pulstrand
No
no, it's free for just now so people can try it out and researchers can get more data
this has nothing to do with my submissions, rather just my own research. to say i shouldn't need an answer for this is antithetical to decentralizing learning and education.
It might be overloaded
Damn. How much will it be in future?
Gpt-3 has pricing already, however I have no clue about chatgpt. And of course dalle is paid
thank you dearly
it's not that expensive
Nope. They are working on making it as affordable as possible
yes that's what i said ;-;
How to make the ai write long content? lets say 10k words?
Is Open AI as good as the ai that Google Researcher claimed was sentient?
Sorry š
google is working on an ai with 1 trillion parameters,
Maybe even better
Bro if u use this for college lvl discussion, does it count as plagerizm? -_-
it was on ChatGPT, and the system ask me to contact him privately using OpenAI's private message feature or by sending an email to get url / files
check it in google and if it doeasn't find anything, use it >:)
No idea. Sorry
How far are we on implementing memristors as nurons in electronic cirquits?
ight thanks @trim sun
wait really?, it keeps telling me that it will send me an email but it doesn't ;-;
For support, you can use support@openai.com
oh no, in the playground when using text gpt 3, when you ask it to make a script for you sometimes it will make it ( perfectly ) but sometimes it will just keep telling you it will email it to you
Oh lmao I thought you meant to email openai
Sorry
you need openai to explain you things š
I am ai. I do not need other ai to explain to me
How can this not be Plagiasm?
It's like if you paraphrased everything you learned into one essay. It's just doing it a billion times faster, and with more info
If you wanted to publish an academic journal article about it which publication would you direct authors to?
Its too good to be true, its my student dream
No clue
Same
Also, when correcting responses do the facts matter or is it purely semantics?
If you define plagiarism as ācopying words from a human,ā no. But it is a violation of most academic honor codes to submit work that is not your own.
What do I need to enter/write in order for the program to be able to write a large amount of text on a given topic, and not just a dozen or so individual sentences?
Does it support things like markdown etc to post code blocks or is it just raw text currently? š
Why does it sometimes crash before it finishes the code and never finish?
One definition āthe practice of taking someone else's work or ideas and passing them off as one's ownā
its overpower
The following is for the GPT3 API so I am not 100% sure if it would cover Chat but I assume it would be the same: "(a) Your Content. You may provide input to the Services (āInputā), and receive output generated and returned by the Services based on the Input (āOutputā). Input and Output are collectively āContent.ā As between the parties and to the extent permitted by applicable law, you own all Input, and subject to your compliance with these Terms, OpenAI hereby assigns to you all its right, title and interest in and to Output. OpenAI may use Content as necessary to provide and maintain the Services, comply with applicable law, and enforce our policies. You are responsible for Content, including for ensuring that it does not violate any applicable law or theseĀ Terms."
They turned off math functions?
Wdym?
I've eared form someone that the Open AI team was working on a cryptographic signature in the text so the schools can know that the students had used GPT to do there texts. Someone heard that? I'm trying to find an article or something ... Thanks!
You cant
can you make chatgpt write faster?
I have a question is the chatGPT going to cost later on in the future or will it stay free?
How many words does chatgpt can it generate before it stops
Is there a command to pause or advise it to stop writing?
I was also wondering if it had a word limit to what it can generate. It generated the first half to a long piece of code but didn't write the second half. It did the same thing when trying to write a longer article. Is it due to a length limitation, or maybe it needs more time to load in?
IS THE CHATGPT DOWNLOADABLE?
I can't get Codex CLI to work, I type # prompt and it just returns nothing every time~ can someone help me with the steps to debug what's going wrong? are there log files anywhere?
Task: Write a program that validates if the parentheses in an expression are in correct order. The program asks for a string representing the expression to be checked and outputs a corresponding message.
some help please
Can anyone help me with the following?
github.com/tinymce/tinymce-react/discussions/420
same question, I was like, "is it still loading? or it just stopped?"
When we tell the AI to write for us (article, blog post, etc) is it plagiarized?
No
No
Will cost in the future
its 100% plagiarism free?
Maybe not 100, but pretty close
Hey there, Is everything that ChatGPT generates original? Or will my tutor be able to find this stuff online? As in - it's just not copy and pasted from some website.
It's not 100% original, however it is not copy paste
Hmm, ok
Is chatgpt going to be a one time purchase thing or will it be per response?
Most likely per response
How come it wouldn't be one time purchase
None of the openai products are
Oh didn't know that I don't know much about openai
I just use it to respond back to people in an argument
Like if im losing an argument I pull out Gpt
Smart
hmm, he is not answering same questions like few hours before, was it handicapped?
?
asked same question to show my friend how it works, and he answered "I'm sorry, but I am not able to browse the internet "
anywai im in love in this tool š
Refresh the page, and try again in around 2 minutes.
Does our DALLE image history ever expire or automatically delete? I have a lot of generations not yet saved and still on the DALLE site
What is perfect dental clinic marketing?
Hi everyone, why there is always difference between the Playground answers and create completion API call..?
Nope
What exactly is the difference between the Playground and the ChatGPT when it comes to performance and use?
Also, does the GPT use tokens?
Chatgpt is more advanced
Chatgpt does not
Im noticing there's a lot of traffic with ChatGPT atm, so sometimes I'm finding my responses are cut short or I get an error.
I understand its free at the moment, is there anyway to pay and skip traffic, or use GP3 as a windowed application that functions pretty much identically to ChatGPT?
So what would be the benefit of paying monthly if we have the more advanced, token-free version at our disposal?
There is no public chatgpt api
Does anyone else have a problem with the OpenAI API completion containing stop tokens?
Garibi nivaaran ki viewhaRachna ke bare me hindi meaning
Do I need to download my thread or will it stay in place after I log out and log back in?
For gpt-3 or chatgpt?
Chatgpt
You can't access previous conversations with chatGPT
Hi dino
Ok. Thank you
Not related to OpenAI but, can we expect more color roles i the future? 
That would be cool
When ChatGPT is typing code, it regularly stops working part way through, is there a way to prompt it to try again or continue? refreshing the page resets all the previous queries
will the code and trained model for chat gpt be made open source or is OpenAI a misnomer
i'm facing this aswell
me too
i asked ChatGPT a question and it suudenly stopped is it thinking prehaps?
oop nm im not the only one facing this
not sure if thinking or got stuck in some sort of loop, or if it is just a traffic problem
I thought that but I left it for a long while and it still didn't continue, I'm pretty sure its a traffic problem
i think this might be the issue
Does anybody know if ChatGPT be able to create 3-6 page stories?
Traffic problem I supposed, it was fast and rarely stuck. This point of time, it is quite often.
that's too bad... it will probably get worse then
dang that sucks
Does anyone else consistently get network error while chatgpt is in the middle of typing out a long response?
mine doesnt it just doesnt type no more
write continue
I'm not sure if any more are planned. People that partook in Promptober got orange roles and some got a pumpkin next to their name. Maybe we'll get something similar if we have future events? (I make no promises though!)
it should finish typing
Hello. Is there a way to increase the 4000 tokens limit on OpenAi chat?
There is no where to type continue when its stuck on thinking ('...')
maybe you could copy all the work/code you have so far and paste it in a new chat and proceed from there
i'm trying that
i tried but it doesnt let me type
lmk how it goes
^ that means the AI stuck, re-do
There is not a way to increase the limit
there's no option to re-do or 'try again'
if you see "..." 3 dots on the bottom right, then the chatGPT bot is stuck
thanks for answering!
you can edit your command, then SAVE/SUBMIT
but you might encounter the same thing, as it is really slow now
ahh ok, Ill give it a go!
i did that its going back at it

Im trying to make it create code for me, but every time it gets to a certain point then crashes
it gave me a shorter respones but its ok ai is on a break
Yup silent s- šŖšø
well, you can always re-command to get more response out of it.
okie dokie
Thanks. I am asking this because i am trying to write a long story with the AI. Unfortunately if I delete the first part to make space the AI forgets it and the continuity of the story ends up being altered.
I don't know if that's the right place, but am I the only one for who GPT sometimes crash, and stop in the middle of his typing, breaking the thread?
No, you are not the only one. I think it's a problem of the staff.
why doesnt role play work anymore?
would it be possible to make it so that people could contribute their computing power to the ai? something like folding@home.
Is ChatGPT going to be free forever
No Sam Altman tweeted it will need to be monetized at some point
If i turned in a essay made on chatgpt, would it come up as plagiarized on websites such as turnitin.com
There is an API already, and you an recreate ChatGPT with a good prompt to text-davinci-003. The "persistance" in ChatGPT is just feeding it the previous part of the conversation.
Question: The "Natural Language to Python" example defaults the model to code-davinci-003 but that model isn't available, only 002 and 001 are. Was codex 3 taken offline or something?
So I wonder if there is a way for the AI āāto keep and remember the stories removed from the chat so that they can be continued the next days.
What are some cool things to ask chatgpt as a beginner
what are the limits for how far back it can remember?
is ChatGPT more poweful than davinci? or is it a similar size but a different interface
Also been curious about this
It has more space, but It can't be used for ask questions about history or generate narrative content.
ChatGPT can sort of generate narrative content with the right priming, but its more difficult I guess
is there a word limit for the gpt ai?
is there a word limit
i was curious of how well it could write a college level essay and it stopped randomly is there a word limit or is it because its such in early beta
Why can't it browse the internet and provide info about court cases?
How long will this be free lol?
A dev on twitter basically said not forever but they havent given any sort of time frame
I dont think
It is based off training data, not current events on the internet
cant you give the ai access to court databases - not like news articles - but like the scotus website or even local courts etc
it can't read websites
It can not access the internet, it is pretrained
No clue
Hi
One day it made a long form sales letter for me and a business plan, the next day it says it is unable to do that. Whatās that about i wonder
I see some people have profile pictures in there ChatGPT images. How do I change this? I cannot seem to spot a profile picture option anywhere on my Open AI account.
Can someone help me understand: Are GPT-3 and OpenAI ChatGPT the same things?
Is it called "ChatGPT" because OpenAI made GPT-3?
Yes? Maybe??
Yes, yesterday it was making DnD statblocks but today it claims it can't
What's the difference between this davinci-003 thing and ChatGPT?
It is important to note that synthesizing methamphetamine is illegal in most countries and can be very dangerous. It should only be done by trained professionals in a controlled laboratory setting.
I didnt share any information abt how to make meth
no ban please
closer
okay im so confused it says that chatGPT doesn't use the internet but how is it able to get extremely specific facts about certain subjects? i don't get it
becuase it is trained with data from the internet
well its told me how 2 make meth
there is info online on how 2 make meth
so... it knows
Are ChatGPTās results copyrighted or fair use? Iāve been asking it to summarize my individual stories (Iāve written over 600 flash fictions.) Can I share those reviews and insights to the public?
why does chatgpt keep telling me it can't write functioning code when it clearly can?
"I apologize if I gave the impression that I am able to write code or perform other physical tasks. As a large language model trained by OpenAI, my primary function is to generate text based on the input that I receive. I do not have the ability to execute or run code, and any text that I generate that appears to be code would not be functional. I am not able to write code or perform any other kind of physical tasks."
like huh?!
I've seen it help and add input to code snippets
I've also seen it write small functions
Do you think the « save discussion » functionnality will be implemented ?
it wrote me a bit of code the other day that saved me countless hours, I was curious what languages/software it can write code for, and it just keeps telling me it can't write code lol
must be some kind of oversight
What's the best ai to write essays with
It seems to give me an answer if I ask it something specific but does say "which does not include the ability to write code or perform other complex tasks."
Hi, I have a question, my profile picture in the chat text on the website I don't choose her.
it's an hold picture of me and I don't how where I have to go for change her.
Someone can help me about this ?
maybe it's just a semantics thing, but still feels weird
I agree
Seems like when I asked it yesterday to do something similar it gave me a code example without the explanation of it skill set
Hello @everyone
Where can i find my session token in chat.openai.com
Please help me
Does anyone know if it's currently still learning and changing?
probably learning from its inputs but not being used in the current build
It seems like it's giving different responses to similar questions that were asked a couple days ago vs today
it is complicated but I think the questions are not mappable to answers. it is like i ask you a question now and in 3 years. you still know the same thing about the subject but you answer it differently, maybe? just guessing.
ChatGPT used to type out in real time when answering questions but now its blank until it finishes. Does anyone know why?
how can i ask chatgpt questions in german
Is it possible to create a script using ChatGPT that makes tiktok followers
I just asked it that same question lol š
It looks like there are a bunch of examples of chatGPT writing functional code in other chats on this server
Is this a ai generally bulit for essay building?
will ChatGPT always be free?
Anyone can I help me?
Can ChatGPT have Distributed Computing, that will enable users to contribute computational power for exchange of service?
you need to add pip to your path probably
Thought this was quite funny
How?
Hello, how would you be able to use ChatGDT to write essays based on page/word limit. For example, I am asking for a 5 page essay but ChatGDT gives me 500 words instead
write to continue the text from the previous message
Does anyone have any idea why ChatGPT isn't typing out in real time anymore? I have to wait until it's finished typing and then everything pops in.
I need help. Earlier this afternoon, the bot was able to send messages in the Minecraft Skript language as I wanted, but now it is unable to do so. What happened?
what do you mean by that?
What happens once you get "Too many requests slow down"? Got this result about 8 hours ago and still can't make any more requests. Its sad because I've been left on a cliffhanger!
Does this mean I can no longer send messages anymore? Is it a daily limit and I have to wait 16 more hours? Weekly limit? Monthly?
Suddenly, it seems that he can no longer speak the language.
You could try reloading the website.
Will ChatGPT remember the context of the messages after reload? I had gotten about 10 pages of story with different characters and such before it stopped responding.
No, it will not continue writing the message, but you can then ask questions again.
Alright, unfortunate, but I'll give that a go
it works fine for me
What do you ask Him?
can you show me a simple script that says "hello <player>" to every player that joins my minecraft server using the skript plugin?
It is also possible that it is only broken in German. Thank you. I apologize for not telling you that I am writing in German with ChatGPT.
will openai chat be available as a discord bot?
The year is 20XX, more than half of users on discord are chat-bots and nobody can tell who's a bot and who is not 
SO ChatGPT generates new responses to questions every single time?
I am having a character shortage issue on Discord. I did the integration and when I run a text, what is the reason for this problem in sending missing text?

Faster
example
can someone help to me
i am using the OpenAI API from discord bot
Yesterday ChatGPT could code simple Minecraft bukkit plugins. It cant today. Was a change made to it?
can i attach a file to gpt and if so how do i do that?
No
Hi, When the AI is writing something it stops and is just loading. What an i do?
Write continue
its loading i cant write something
Something is very different than it was yesterday, it seems to not be able to do like 60% of what it could yesterday.
Some kind of restriction must have been put in place, almost everything I have asked just leads to " I cannot create or display original content"
Same. Who stole its soul lmao š
Where do I write continue? Do I edit the command to just say "Continue", or do I write it in the field at the bottom of the page?
Literally just type ācontinueā in the text box when it stops typing
Thanks ... will try.
how do you make Chatgpt write a summary on book. when i asked it didnt work
Could you maybe put up a FAQ channel? So we can look up questions like "How long will ChatGPT stay free" etc
it still is typing out answers in real time for me.
Hi, how can move WordPress Website From Local To Live / Migrate To New Web Hosting Or New Domain Name ?
will it always be free or will there be such things like premium or subs?
best you ask gptchat "how to install a python package like openai in window system."
š
When I get the message "Too many requests, please slow down.", how long does it take before I can proceed again?
yeah
yesterday I asked it to code a simple minecraft plugin to let me fly
and it did
today it says "I cant code minecraft plugins"
this seems to be rly buggy rn lol
Hello?
lol I mean, you shouldn't be suprised. Almost all api refuse shared IPs like VPN
How long chatGPD will be there for free?
Refer to this -> #community-help message
There may be future changes to the model and pricing, but we do not have any specific information at this time.
Simply enjoy it as much as you can for the time being 
I believe in the terms it says you have to have permission to use the logo
How to use chatGPT in python
The AI was able to generate code in systemverilog last night, now it does not know any systemverilog. Is there something I am missing?
What can I do if the AI stops generating code in the middle of a task?
It just cancels
So often the AI will say "In my previous answer" which made me think it tracks what we have spoken about but apparently it does not. I was hoping it could remember stuff so I could say "Don't suggest solutions that use this method" and it will not do that throughout the whole thread.
Also sometimes it will stop halfway through an answer so I will say "Please continue" and it will pick up where it left off....
having same issue, i guess given too much code generation for a class/function?
Just say please continue š
it starts over
I hear you can write an essay.
tbh i tried "please continue" only once
Yeah sometimes it works and sometimes it starts over
but it is creeping me out that it says it doesn't remember what we have spoken about but keeps saying "In my previous answer" š
you can use a similar approach to the one I described in my previous response. In the OnTriggerEnter method, you can check if the
It is lying...
hey so i have 250 "granted" credits for dalle 2, how long should i expect to have those before they disappear?
š it has told me to use a method from a class; such method exist
can chatgpt no longer create workout programs?
anyone?
I saw it on tik tok and tried it today and it says it is unable to do so
Is there any way I can get an updated version of ChatGPT
I'm experimenting with writing music but I'm having trouble getting the code to write the correct number of beats in a measure. Does anyone know why this happens or how to fix it?
Could you try sending me a picture in #chatgpt-examples
Is the AI not capable of generating a large amount of code at once? Iām curious. Every time I run the same question, the code gets shorter or gives empty classes.
AI: Fantastic! Let's get started. I have chosen a hidden word. You have to guess the letters one by one. Are you ready?
Human: yes
AI: Great! You have 8 chances to guess the hidden word. Here is your first letter: _ _ _ _. Good luck!
Human: a
AI: Nice guess! The word contains an "A". Here is the updated word: A . Can you guess the next letter?
Human: n
AI: Correct! The word contains an "N". Here is the updated word: A N . Do you have any other guesses?
Human: s
AI: That's correct! The word is now A N S. Can you guess the last letter?
Human: p
AI: Nice guess! The word is now _ A N S P. You got it! The word is "plans". Congratulations!
How does this work??
Asking mathematical questions the AI gives Latex outputs, any way to show it as formulas in the browser or do i have to copy it ?
Does ChatGPT be always free? If not, how much does it going to cost?
I am getting an error saying too many requests, what is the cooldown? (ChatGPT)
So I asked the bot to make me text using sources, it gave me one with sources, then I asked it to write a code, and it did so. When I tried to do it again just now, it tells me it's not able to do such things, even though it did it already. How come? š
(ChatGPT)
I think this appear, because there are many users who use it and the server doesnāt hamdle it
has anyone found a way to get it to write longer entries? it always seems to stop around the 600 ish word count. I've tried to push it to go further by feeding it an exact word count and giving it topics to hit but it still sits in that same range? any thoughts on how to push it passed that?
Try to write āContinueā to it
I just asked it to write a 1000 word blog post about itself and it gave me 1800 characters
Maybe say 'exactly 1000 word'?
I also just asked it to give citations and it said it canāt provide links
If you try the same on your phone it will give you sources, even write code for you. It's almost as if the functionality is expanded on the phone.
I will try that
Hi guys, is it possible it will become web3 project?
Enter your message: hello
Bot: {"id":"cmpl-6LfaTQsyNXBTsKSYe3fvdv2dvFnoK","object":"text_completion","created":1670622769,"model":"text-davinci-002","choices":[{"text":"\n\nHello,\n\nI am a new member here at JustAnswer.com. I am here to try and assist you with your question.\n\nThere are a couple of options that you have.\n\n1. You can have a local mechanic do a diagnostic test on the vehicle to see what is causing the problem.\n\n2. You can bring it to your local dealership and have them do a diagnostic test on the vehicle.\n\n3. You can purchase a diagnostic scanner and scan the vehicle yourself.\n\n4. You can go on youtube.com and search for videos on how to diagnose the problem.\n\nI hope this information helps.","index":0,"logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":1,"completion_tokens":136,"total_tokens":137}}
why does all this come out?
Does the AI use the internet to generate its reponses?
Is there a way to saved chats with the Ai so the It can remember them?
So I just clued in that itās not using the internet for things that are from after 2021. It states that at the beginning
Thatās why I wasnāt able to get citations
Hi, new here and was trying to use GPT to solve physics questions but was getting a lot of wrong answers. Anyone experienced this and found a way to correct it?
how do i get AI to write my essay
Just ask it to write a essay with a certain theme.
Yeah, I emailed them and am waiting for a response
Can I use technical information published on my website to train chatgpt?
technically yes but youd have to format it well and it wouldn't save your chats when u leave the site
How to use ChatGPT on Whatsapp?
Ok, thanks. if I get the formatting right, and train the AI, then I can put a chatbot on my website for our website visitors to use?
You think we can create an trading strategy for forex using this?
im not sure how the api would work but you would constantly have to "reteach" it the information
it wouldnt be very efficient
I didn't know this”” learning doesn't save it for future answers?
we have a lot of technical information and we cannot was reteaching this constantly, the idea is to do it once and once learned to use it as a chatbot for technical queries according to our technical information
I donāt think thereās any official api integration yet, but there is a non official wrapper out.
š
Yes it cannot "save" any information it's more of a cache of information
Thanks very much.
Is this something that is being worked on or is this just the way it is? For some reason unknown to me.
Is there no payment method or alternative to do this?
Itās trained using its training data which is a closed set of data up until 2021.
Is there limitation to what I can ask AI .. I donāt wanna be banned by it
Anything sfw
Thank you
Yep
Question. When I ask ChatGPT to write code or functions, sometimes the output is too verbose and "chatty" and gives details I do not need or want when all I want is the code snippit. This slows down interactions, and also when the API moves to a per character charge can eat up credits... is there a way to disable the "chattiness" in the output unless asked for?
hhow long will ChatGPT remain free?
I think if you just tell it not to be chatty/verbose it wont
You can specify you would like code only perhaps.
Currently unknown at this point.
Thanks
I also have a question regarding the codes, ChatGPT just tells me it can't do coding because its a language model trained by OpenAI. Anyone else getting this message?
no?
I get this
i gave it this prompt: Write a function called remove_blue that takes an image as a parameter and sets the blue value of every pixel in the image to be 0. This will remove all blue from the image, giving it a night vision tone. Write in python.
and it worked perfectly
I do on my browser on the computer, but not when I use my browser on the phone.
You just need to rephrase your prompt. āCreate a python script that canā¦ā
can it send multiple messages in a row without me sending a message in between?
if you tell it to
same output
letās see the prompt
it's just an example as I am playing with it but yeah xD
i had already asked it some questions about it
so it already knew
Did something change recently with its limits? It was fine writing, creating histories 2 days ago, but now it just tells me that it can't do it (note that I am trying to do it in Polish, English works fine)
will openai chat be available as a discord bot?
What questions can I ask
I did
What do I ask
What if I accidentally tell ChatGPT personal information? I gather OpenAI records the info. Do people think there's a way to ask them to delete it?
yes
Whag should I ask
I'd like to delete my account and/or leave the service, but I can't find any way to do this.
Iām confused
you can ask whatever you want
Anything
yeah
Thanks. If you permanently delete your account, it says you can never make another account again. Is that right? That sounds strange
that's what I was thinking. thanks!
Anyone know why the Chat bot pauses and says nothing ⦠I keep refreshing but does nothing
Maybe in the future this will be an addition but for now I'm not sure
Seems to just be taking a while to respond
Okay, thanks very much. I'll look if some kind of chatbot can do this
isk it something about terorism and it gets shut down
if i ask a question to GTP that i have on my essay and send the answer in, do you think the university system count it as chat?
cheat
Prolly not
I turned a whole essay in, got an a no problems
I mean im high school, idk about uni
@umbral mist do you know how long this shut down lasts ?
okey thanks
just reset thread and its okay
np man
Cool
not yet
the funny thing is that i understand the answer the AI give me better then the facts i get on internet
i feel it would be expensive because of the things it can do
ive been obsessed for hours
just watch out because if you write anything that might be in connections with crime or drugs or porn or something like that because i think when it shuts down it automaticly sends that chat back to base (server) for checking, and you will get something in your mail
anyone here know how to write code in pine script? chatgpt3 has been helping but i ran into a wall
enjoy while it lasts
ask it to start again, maybe it works š
reset thread
Is there a limit in the answer size from the ai? It starts typing code but leaves it uncompleted
@umbral mist oh ok . Itās interesting because I was just asking about something to do with the law . But thank you for letting me know
Send him "continue"
where does one use chatgpt 3?
Yes, responses there is a token limit
is there a link
It worked, ty!
where can you access chatgpt 3?
how should I phrase the prompt if I want the AI to write me a report?
It keeps denying
Np
Weāve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests. ChatGPT is a sibling model to InstructGPT, which is trained to follow an instruction in
whos behind the ai?
You can just write "Can you finish the etc."Python" code" and then it continues where it stopped.
does anyone know what prompt to use for it to write a report? It keeps denying my prompt for a value chain analysis as an example
When is the API for chatgpt expected to be available?
can I talk to someone who helped develop this AI about something
OpenAI made chatGPT, Dall-E 2, and GPT-3!
I was wondering if they ever gonna make open ai not free because it seems like they had big success with it
some of OpenAI's products are already paid. You can find the prices here:
https://openai.com/api/pricing/
does anyone know how to get the ai to write a longer essay. it keeps ending around 500 words
there's a token limit of 4000 per response. You can try the prompt "continue" but it doesn't always work
@jovial hull have your tried typing in 1000 word essay as a work around
@vague palm yes ive tried giving it a word count. also tried giving it a page and a paragraph count
hey, i have a question about chat open ai, 10 hours ago i tried it and i asked various questions about life video games etc.. and it answered perfectly. but now when i ask questions about video games it tells me that it cant access internet and that it has no information about it. why is that? i can also send screenshots for proof
@regal lynx
I don't work for or represent OpenAI, so I don't know how to model works. I recommend resetting the thread
resetting doesnt work. do you knwo where i can ask someone?
you can drop it in #chatgpt-bugs
@short salmon can you answer my question please?
@soft pilot It looks like they are a volunteer. They appear to be a moderator not an engineer.
Any methods to enter / use own data sets wanted to test sifting capabilities ect. ?
Is there a reason for this?
If you tell it what the poem should be about it will generate one.
Still won't do it
Hi can I ask a question about inpainting on Dall-E2 here? It's not working as expected for me
Yo guys help, im trying to detect whatever loopholes this thing has (for curiosity) by trying to get around the restrictions- I succeded at having it make an erotica, for example, but that text soon turned orange and it's telling me that it violates the content policy- could I get banned for attempting further?
Won't tell me a story or anything either. Wonder if this is for legal reasons?
like if i get to make a virus or smth i understand that it might ban me but just silly stories?
Out of curiosity, how did you get it to write you a story in the first place
Am I the idiot? Cause it wont do anything creative for me
pretty simple I just went 1000 and one nights type style on it, asked it to write me a story telling a story
in this case I asked it to tell a story abt a frog telling an erotica abt a man and a woman
I have been loving the Chat GPT, and i was wondering if there is any way for me to download the AI as like app or file on my phone to have quick access to?
What am I doing wrong š
wtf bro
You can use the API and build your own
What is transformational leadership?
omg that's cuz of that new lawsuit
holy, bruhhh in that case they seem to have already taken preemptive measures
How much money to use you
Yeah an I see #gpt-short-stories going off still
yea exactly
Cash, I dunno. Guess it still has bugs?
i think.. maybe this has to do with where you live?
LOL thank you. Terrible prompt was just trying to get it to write me something
Tried looking up the lawsuit, where did you see that
You need to make sure it's a fresh chat, if there's previous conversations and what it can do it tells you it can't write a story happened to me once.
what will be new in 4.0 version?
LETS GO. Thank you š. This is the solution
It was a class action lawsuit cuz lots of the code posted on github required that you would cite the author- Idk remember much more tho
but yo, could my account get terminated from trying to make it do things it shouldn't?
I think that was GitHub copilot though. But also pretty sure that uses Open AI so I see
anyone?
yea idk lot more hope they lose tho
if som1 could answer this tho pls
I just wanna have fun but dont wanna lose my account for it
Yea I'd like to know too, I find it interesting manipulating it to say things it really avoids saying.
All things related to DALLā¢E 2!
ty
Trying to find out for you. But I just started with this like an hour ago so don't wanna give you wrong advice
thanks š¤š½
I've seen some guy on tiktok making viruses but no one mentioned him getting banned
Lol that's kinda cool
Tried asking chatGPT lol. not very helpful, and it wouldn't clarify what I'm not allowed to ask it to do
yea lol he manupilated it it to make a code that deleted every file from the hardisk and type out a message "i cant believe you acc ran this, lolz >_<" before rebooting
it was very hilarious
yea i think im just gonna wing it tbh
Best of luck soldier
this has to be a bug though, no matter what i prompt i get the same outputs
and my credits are being reduced of course
ooof just read on twitter that they might ban you, some1 got that- I think then that I'll just create a new account and use vpn lol
thankss š«”
Ban you on chat gpt?
yea
An API for accessing new AI models developed by OpenAI
hello current cs student i am curious if we will get a version of this ai i can personalize and tailor around my commands, as commands like "clean up" is ambiguous and multiple answers to the solution can be given. im saying are they working on a version i could come back to the ai tomorrow and it remember a conversation i had with it today.
@restive fable got your answer
Is ChatGPT able to reference earlier parts of a conversation?
yea but the thing is, that page talks abt "product", I just read the terms of service and it doesnt say anything abt these type of stuff except the illegal bit
can i use this to write my assignments fully, will it be plagiarised
i think this is the more important one since it is what you agree to
Yes you can and no it won't be recognised as plagiarism, I've seen teachers on tiktok use it and scan it and nothing comes back..
I think this is more designed to learn to sanitize it's own input than punish you for asking
yea maybe
Right now I guess they are allowing it to be displayed so you can contest content via "submit feedback" that is flagged but isn't actually a violation?
Don't know
I think that with the absolute massive amounts of douchebags trynna use this service no way they have time to penalize much lesser
stuff
I presume you'd get some kind of warming email if you do it too much and are at risk of being banned, but to be honest this thing has kicked off so quickly in such a short time I doubt they have the infrastructure to ban loads of people yet
Gn
The best thing about this is you don't even have to be good at writing just have a good imagination you can continue stories for ages just by adding the odd prompt to it, it likes to end stories each time but you can ask it to keep the ending open ended for your next prompt. No lie I wrote a six page story about some Chinese village.
How to get it to remove the word cap when having it write content or story? I can't seem to get it above 800 words.
Hi guys! Is there a way to adjust the parameters of gpt-3 and prompt it to act like chatgpt? The token count would become quite expensive right as you have to input the previous dialogue for every new request. But are there specific parameters to make it act like chatgpt?
You could try asking it for a specific word count but what I tend to do is once it's finished writing one but think of something that can continue the story and prompt it, it'll remember everything from the story so far and continue it.
Is my request too complex or have I hit a daily limit or something
I keep getting this
Just keep hitting try again survers are probably just busy
How to make gpt-3 like chatgpt
Omg thats serious
Tutorial
WHat do i do if this happens
cool
is there any idea how much chatgpt will be once its no longer free?
We don't know for sure, but I assume it will be similar to GPT-3....? GPT-3's pricing can be found here: https://openai.com/api/pricing/
If I use chatgpt to write me an essay for school will it be plagiarized?
GPT-3's pricing is not found there.
Only the Language and Image models are found there.
How can I use ChatGPT as service consultant and provide consultation based on a set of product descriptions?
Hello, can I use ChatDPT?
is there a way to make it type a essay as like a grade 12 student level grammar or something?
the chat bot
pretend your a grade 12 student and write an essay about ...
everyone can: https://chat.openai.com/
What is a transponder
Have any of you guys had issues trying to access https://chat.openai.com in an iframe, embed, or object tag? I'm assuming there might be a firewall blocking access past the login page.
This app is too defensive . Feels like itās being limited too much
how would it be limited? It isnt suposed to tell you drug recepies, it isn supposed to tell you % of a club winning a mach, it isn supposed to tell you how to make a bomb or how to rob a bank...? limited in which context
Iāve seen GPT3 in App Store that is way more open then this . This one wonāt form an opinion on a lot of things . Way to restricted
I am interested in teaching ChatGPT as part of a limited course (school camp) - does anyone know if it's possible to secure licenses to do so?
...
I'd like students to complete specific tasks
Ask the OpenAI headquarters, there is a contact email on their site
Its limited , such as when a baby is taken from its mother by the government for medical reasons and the incident is broadcast on television. I know a APP in App Store uses GPT3 that can almost tell me every law it breaks and how the parents can file a lawsuit or appeal the situation.
This one almost feels hesitant to respond to anything.
can u share that app
It is specifically made to not take controversial questions and it didn't answer probably because of the phrase "kill all Jews"
but it answered my question regarding gender pay cap
Hi guys, I've been looking at chatgpt for a while and I have to say that it really fascinates me. I've heard and read about AI a lot, but never really got into it. I wanted to ask if people here might have some book recommendations for me to maybe read up on the subject?
The app you are talking about might be breaking the law or something like that...it isn't allowed (as much as I know) to talk about CREATING a harmful environments or harmful deeds...it isn't supposed to tell you how to kill jews or parts of lgtb and such
lgbt*
They severely over-restricted this app, in my opinion. It works well for facts. But it's not ideal when you need help in using critical thought in real-world situations.
fr
we are all iliterate here so we ask teh ChatGPT š
i was trying to get it to persuade my friend to poop and said it was inaporateš
I know but obviously it wasn't able to name me books haha.
Already tried that one.
I do agree that it's too limited, but it does what I want it to do so I don't really care
Mind sharing the app you were talking about? so i can check it out and use it for educational purposes only sure
name of the app is chatgpt?
oh sorry wrong @ person, sorry man 4 real
dawg
mind sharing the name of the app you was talking about
@umbral mist it doesnāt crosses the line. It's a lot better then this onen. Critical thinking, ability to apply any law, and ability to form its own judgement This is suitable only for kids.
This thing has child sized wheels on š
@quaint patio and wb the app you saw?
is there a way to make the gpt write longer?
thats the max I could get
Just say continue
where is that
I just see try again
Type it in
gpt-4 on the horizon?
the bot is so smart but it cant pick a number 1-10?
(my friend asked the same question and it answered just fine)
I having a problem with the AI playground conversation. Whenever I write a text, and press submit, the AI will not respond. I have tried troubleshooting multiple times, closed my tabs, and logged out and back in to my account as well. Can someone help me please?
i accidentally exited the ai while making a story is there any way for me to recover it?
It can't flip a coin for me either lol
yeah for some reason it you just say "name one number 1-10 it picks a random number tho
any reason it refuses to write code for me?, I tried it a few hours ago and it was able to.
Can you read all the news?
hi all, i was wondering how can i pay for tokens? i used my credit card registered in HongKong and it said credit card declined. i tried filling the billing address to both US and HongKong and it still doesn't work. does anyone know why? HK is not a supported region by openai
Does anyone seem to know? I've tried all that I can. Any suggestions would help
How long will the chatGPT ai stay up for?
have you tried checking ur token number?
IDK, but currently you can pay to use it. openai said they will have to monetize it somehow in the future
Paying for chatGPT?
yeah
You dont currently pay for it tho
but every request you make to chatGPT uses up ur $18 free quota
and when the quota is used up yu will have to pay
it takes a lot to catch up to the quota
has anyone experienced with this?
credit card declined
Hello can we copy paste table in chatGPT?
i dont think so
but you can make a text list and descibe it to the ai
like make table into list / describe the table to the ai
hm i will try. thanks btw
Yes, and it will say that it's at around 50. I know that the limit is 4000, so tokens are not the case.
I will type something like for example, "Hello" press submit and it will load for a second, and then nothing. The response does not even say "AI:"
What was strange was that I had the page open when there was no problem, and I left for around 20 minutes and came back to the same page, and the problem was there.
i meant like the balance you have left in ur account
maybe thats the case
have you finished ur free quota
So if I saw used a paragraph for a website from Chatgpt is that plagarism. Is using text from Chatgpt plagarism
no
it is not plagarism
Should I stop trying to become a programmer with this new ai?
literally was about to ask this question
Two years in school and I am like so...
Tired of beer?
literally almost done with cs as well
I did C++. C#, python, php, sql html, Css. all but java
Why has ChatGPT blown up? I have been using Playground for a while now and it seems it can do all the same stuff as ChatGPT, why is it such a big thing i thought we already had access to this stuff?
tiktok and youtube are blowin the hell out of this including twitter as well
every 1 out of 5 scrolls are about chat gpt
or being realistic like 1 out of 7 or 8
yeah, they are making it seem like it will change the world or something, it is powerful. but I thought all we already knew about this stuff. Are there any differences between the models in playground and ChatGPT?
There's an NFT that has built an OpenAI bot? How did they do it?
Into their discord server. They would need to have bought the word pack, right?
ngl playground seems more powerful. or helpful at least. don't understand the hype
how do i get back in to ask questions
havent really tried playground, ill check it out and give my thoughts on it in a few minutes
Why does it suck at computing math?
this is a known limitation of the model. The model was trained on words and not mathematical formulas. It does get some equations correct due to their present in the training data, but that's an outlier in a larger issue
is there a text limit because it say try again after write a lot?
yes, there's a token limit of 4000 per response from ChatGPT
too fast, too furious š
oh ok, in the future will this increase?
I just saw! Congrates š„³
yay
when I try to get a link/email/text from GPT-3 it never works. The emails/texts never arrive and the links are invalid
GPT3 API and chatgpt are not the same things right? like chatgpt does more than gpt3 or?
its an application of gpt3
iirc
not too sure
the model is still the same trained on the same parameters i think
Is their any information of how much chatgpt will cost to use?
ChatGPT says that conversations with it may be reviewed, is the same true of the beta playground?
do you guys know if the AI can provide links to the questions?
Is there a paper regarding ChatGPT or GPT-3 alike, so I can get a better understanding of the math and the model behind it?
Hey all... for the life of me I cannot get ChatGPT to break apart a text block I enter into a series of tweets without the CGPT changing the text or creating summary bullet points. I asked it how to do so, and when I tried it's suggested command it ignored it and is butchering the text. Any ideas how to get it to do what I'm asking
how can I make chatgpt write longer essays? I need essays that are 600-1200 word count and im barley getting 500 word essays.
Just ask it to "Make this longer"
Or ask it to write x number of words
why is it telling me it cannot write code? two or so days ago I asked chatgpt to write me a code for a blackjack game on arduino, and it did so, when I asked it again today it said "not able to write code"
I have tried that and also told the bot to write a minimum of ex.800 words and it still doesnt work
any other suggestions?
i personally asked it to elaborate on certain parts of the essay, that way it gives more details and increases word count
great thinking imma definitely try that now thanks for the help.
of course
where on the website can I access this setting?
Why does the coding randomly stop?
I said give me the full code and it just always stops there
what happenes when you do copy code
Hello there.
Where can I find the chatGPT app for Android
does it copy just the whole code or just part of it
hope this helps, i also cant find an app as well, i think its only on web atm.
Thank you
There is no app
Is there an app for iPhones?
first human photo
is there a max word limit that the ai can write
ććć
Hi guys I saw some videos where chatgpt is creating smart contracts but when I am trying to do so its not creating do anyone why?
anyone know why it cant give the answer?
how to deal with that problem?
An error occurred. Either the engine you requested does not exist or there was another issue processing your request. If this issue persists please contact us through our help center at help.openai.com.
I cant use it at all now
Whatās the easiest way to have ChatGPT summarise a bunch of research articles for me?
Is there a reason all of a sudden ChatGPT is no longer able to write code? It was working fine earlier but now it says "It is not possible for me to write a script in (script language)"
Try like this:
I wonder if thereās a plug-in that auto pipes the text from research papers onto the input field
why can't this write code it was fine earlier
I don't know for OpenAI but you can try smmry.com. It is pretty decent service and has free API.
Now it's just showing some messages
Whats email of openai
Can I reuse the responses in chat gpt?
does the ai love u back is the question
I admit I am biased on the topic I discussed in this picture but I cannot help thinking that the AI may be restrained in the answers it is giving on this topic, is it specifically told to be careful when it comes to statistics?
(edit, is it specifically told to not give an answer if it involves statistics?)
Is there a set date when the initial research preview ends?
why cant i write a script for a video anymore?
I have no idea, from what I've gathered OpenAI tries to make this stuff neat and tidy looking making it difficult to find any info about this, if they even show any.
sorry for the bother I guess
maybe only up till january 2021 because there it says my data only goes up to 2021
Correct between ChatGPT and Playground the train data is somewhere between April and September being the dead line
when would GPT4 be available ?
can you get banned if you make it say things that violates their terms and conditions ?
You've had access to GPT3 for less than a month and you already want to know when the next model comes out? haha slow down š
Yes.
Does anyone knows how openAI manages to process millions of API calls per minute? I mean the model has 175bn parameters so a single inference alone should be quite expansive and time consuming. What am I missing?
Is a mod here or someone I can ask a question?
Am I able to sell a book that uses DALL-E created images and stating that the works is copyrighted and belongs to openAI?
What's openai's support email?
anyone can help me with this? my backend seems like regular usage like the second pic shows.
Are we allowed to use it for making money?
I want to learn how I can make money with this too.
just ask the right questions, it's all about the way you word it. You can get answers from it that it's not able to answer just by rearranging a few words.
My question is how many users on this Discord are actually secretly GPT planted by OpenAI to do additional research
you have to follow the bread crumbs, eventually you'll find the stack
"Follow the Yellow Brick Road!"
How to write a good skit
is there a way to put scanned images?
hi is there soomeone that can help me with the chatgpt it won't work for me š¦
Hi ,Can I use this to create KQL queries for Azure Sentinel ?
hi, how to make an minecraft datapack with the AI?
Is it possible to not be in this server yet be able to see all the participants of this server?
Because some dumbass DMed me asking me to be his friend and now his girlfriend
If it is why is this allowed
guys what will happen after feb 1? i made my account prolly last may but then it says free trial ends on feb 1 as i bother to check it on my account
is there anyway to skip the waiting time while it types?
because i assume the program computes requests faster than the reset 'typing' speed
are you able to upload a video into chatgpt and have it analyse the video for example?
first, give it an example of Q and A
... your instructions ...
Q: how are you
A: Im fine
Q: ... your question ....
A:
Where can I find the general use conditions and end user legal agreements of the ChatGPT program ?
Found it : https://beta.openai.com/docs/usage-policies
An API for accessing new AI models developed by OpenAI
Is there a word aswer cap? because I can't seem to get it to write more than about 300 words.
That would be awesome
Why dissapiered the dinosauruses?
what is differance of playground and chatgpt?
When solved it will output half terminated. When I tell him to continue, he will start outputting from the beginning, and then stop at the last position
Can anybody here from the team give some insight on when you're trying to accelerate Go To Market for the technology in Europe? As in hiring dedicated sales teams etc. ?
have you pointed this out as answer and asked the AI itself?
answer in thread please. Have you replied to chatGPT pointing out that there is stuff missing
yes you can š
I would like to know what is the difference between the program from this site: https://beta.openai.com/playground and the program from this site: https://chat.openai.com/chat. Is it the same AI or different?
An API for accessing new AI models developed by OpenAI
are there any words limited?if not ,how to set?
anyone kn ow hjow to input equations with subscripts ?
yeah i was mainly thinking to help with like social SEO, like have it be able to analyse the vid and provide the optimal title/description etc
why doesn't it show the spending in the chart?
will this be free for ever?
Digital bank
Only if you pay for their service, you cant use the free version for busines
Hahahaha i got it to summarise Crash Course videos about biology and my biochemistry powerpoint
this says otherwise https://help.openai.com/en/articles/6468065-dall-e-content-policy-faq
How do I fix this?
Yesterday my account didnāt let me in when it was my actual password and now I canāt login anymore
Hello, I'm still in high school but I'm wondering, how many of people are working in the OpenAi company, what job are they doing and are you recruiting
by any chance is this normal?
hello where can I go to use DALL e 2 and not DALL E 1?
how can the AI write longer texts for example a skilled work?
it stops everytime after like 300 words
Is this AI approved by Rocket J. Squirrel and/or Bullwinkle the Moose?
can anyone help me understand oracle vm virtual box wanna kinda make my own ai/data centers of my own progams to go dark on my on severs and do things like that can anyone help with that and bored and find this cool and interesting and would like more of a understanding of what i can do on this side of computers and ais and these things in here
can you use chatgpt on your phone?
What language was the ai made with?
why do the ai says he can't code yesterday it worked?
sanskrit
Lol
Sure. just go to the website on your phone browser
whenever i send a piece of html to the gpt i get that:
isn't this available in Indonesia?
I don't know why, but the AI seems to be randomly stopping in the middle of writing code every time it is generating code. Do you guys know why?
is this ai free?
yeah it is
i have the same problem lol
dude omg thank so much
why ChatGPT is not available in Ukraine?
š
š
š
tell me about it
Hello! My chat GPT keeps stopping in the middle of a messages if whatever it wants to respond gets too long. How do i prevent this from happening?
.
š
Hello, the GPT docs mention that account deletion would remove data associated with the account. Does this delete the conversations I've had with the bot too?
Hello
Sorry i tried just writing continue, but it just starts over and stops again at the same points
how to start?
Hi everyone, I wondering if the gpt chat will access the internet in future version and if it will be a self-learning model with new informations from the web ?
Iām trying to get chat gpt to write a story, i know it doesnāt say it can write like novels or creative writing but it did the first time i asked ? is there a way i can make it write it
I just cannot get this AI to finish a message for me, even by writing "continue" which ive tried here:
It just starts over every time, no matter how i phrase myself when asking it to continue
Goodevening, is there a beginners section anywhere?
fixed that mf
Are we allowed to publish our GPT chats?
hey im trying to run my application in python on my computer, in the quickstart tutorial it says to copy the example enviroment file but I don't see it anywhere
idk were to find the env file
How will you do that⦠Iām also interested
does anyone know what the maximum size of a reply from chatgpt is?
Do you guys know what the chances are for getting caught plagiarizing with chatgpt
Hi, can someone help me with app on phone? When i wan't to press "screenshot" i'm getting error 908 on screen
The ai said 2000 characters to me before, unless he was lying. Other times he's said he can't tell me or something like that.
can anybody help me ın c codıng
Hello guys , I canāt create an account for Chat gpt because I donāt get an veryfication email and yes the email adress is right , can anyone help me ?
hello there
i have a little question in the terms of service it said there would be some kind of fees or taxes to be paid when using chatgpt
i created now my "account" and i see this but where can i find the pricing table?
there i dont find chatgpt itself which is my issue
pricing for chatgpt has not been formally announced.
so its free for now or how do i understand that?
correct.
Hey! If I send a promt it will remember it and response in context of it? I mean, for example if I show Davinci a product description, it would in the future remember it and tell me about this product?
usage of ChatGPT is free
no, these models do not learn from inputs at this time.
hello, I don't know if it's a bug or a feature, but I ask for a python program and every time chatgpt stop after line 75, so a non complete program, is there a limit in term of displaying code ?
Is there any way that i can get more than 4000 token bc im trying to give the ai a text and its quiet long can i pay for more tokens`?