#community-help
1 messages · Page 107 of 1
how many blocks in minecraft chunk
This helps alot! Does anyone know how to set a permanent hard limit, that lasts indefinitely until changed?
Dall-E Doesn't need a waitlist anymore, i think. Just go to https://labs.openai.com
It's fine to use it as a website on your phone. As a chatbot not much to gain from making a native app with a webview. Or even it's own api and native UI. That said, I'm sure many are already working on it.
2+2
Are there any plugins that can do an analysis of an entire repo?
Hello people!
I’m trying to use OpenAI package to create a chatbot on streamlit. I used ChatGPT to do this code:
Define a function to generate a response to a user's input
def generate_response(input_text):
# Set up the OpenAI API request parameters
model_engine = "text-davinci-002"
prompt_completion = openai.Completion.create(
engine=model_engine,
prompt=prompt + "\nUser: " + input_text,
max_tokens=1024,
n=1,
stop=None,
temperature=0.7,
)
# Extract the response from the OpenAI API request
response = prompt_completion.choices[0].text.strip()
return response
How can I use GPT-3-Turbo instead of text-davinci-002 please?
I tried to change it in the model_engine in the code, but it did not work.
hi,How to write gaming app on andriod phone
@grizzled solar in order to use the GPT3.5 turbo model, you need to change your code slightly above to reflect some changes:
# Define a function to generate a response to a user's input
def generate_response(input_text):
# Set up the OpenAI API request parameters
model_engine = "text-davinci-002"
#note on this line, I changed Completion.create( --> to ChatCompletion.create(
prompt_completion = openai.ChatCompletition.create(
engine=model_engine,
#you also must update the prompt to be passing an Array of strings (required for this model
#update this line below (was previously prompt = ...)
messages = [{"role": "user", "content": "Place whatever instructions/task you want done here, it can be passed as a variable too"}]
max_tokens=1024,
n=1,
stop=None,
temperature=0.7,
)
# Extract the response from the OpenAI API request
response = prompt_completion.choices[0].text.strip()
return response
Here is sample code OpenAI provides for the 3.5 turbo model for reference.
# Note: you need to be using OpenAI Python v0.27.0 for the code below to work
import openai
openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Who won the world series in 2020?"},
{"role": "assistant", "content": "The Los Angeles Dodgers won the World Series in 2020."},
{"role": "user", "content": "Where was it played?"}
]
)
This should work assuming you have the right version of openAI installed (pipy package) 0.27.0
Thank you very much @finite latch !!
how is the best player in world cup
Even though it’s explicitly stated that these services aren’t meant for advice, can I still use it for a rough draft on what to do in a situation obviously with a grain of salt?
What is this error and why is it doing this?
Hi, i'm trying to create an account but I'm getting this message: Signup is currently unavailable, please try again later. Anyone know what thats about?
Hello. What does this mean: “The conversation is too long, please start a new one.” Thanks 🙏
ctrl+shift+r this clears cache and reloads the page this should work
It says that Open ai isn't available in my country (Egypt). Will it be available ever? 🥺
hopefully one day
Please extract the essence of "Utopia"
When gpt4 will be free to public?
Hi, we don't have any more info on OpenAI's plans in this regard unfortunetaly.
What does this mean?
i have a question, how in the hell
Bruh
show a working example
Use mobile n see it may works faster
the whole prompt, duh
too long, are your Dms open?
guys i need help, whenever i try to make an account it says not supported in my country 😦 how can i try chatgpt
sure
Voice no text sure can u ask it
as someone who has been working with GPT for the OpenAI API it can definitely browse the internet, my app that summarizes youtube videos based on closed captions (sometimes cannot pass the closed captions to the API cause they are too long, i.e when videos are 30m+ [https://discord.com/channels/974519864045756446/1094641292841058314]) and in those situations, the GPT model is still able to summarize the YT videos
videos that existed before 2021?
Ok
or after?
Yes any video
which model?
okay gentleman, it's time to admit that I've used a trick. if you wanna hear what i have tell me to continue
Coming test it
yeah no duh
why waste our time
it would be unethical if i use tricks on you and leave you confused
you haven't left me confused; i've thought you were a liar the whole time
or at least a "truth obscurer"
Infact, i didn't lie
it actually accessed the website
there was no point in this where i lied or "truth obscured"
Just test it n pls show its outcome i wan to see n read it? Tks
@thorny mortar sorry, it needs to be a youtube video to summarize it - see here for more info: https://discord.com/channels/974519864045756446/1094641292841058314
@latent ingot, as @vapid remnant said "This is a trick. GPT generates an answer that contains markdown code which causes your browser to embed the page. But at no time the page's content came into contact with GPT."
if you provide a yt url I can provide back what the app summarizes, but you should be able to click on that post I sent, and click on the URL for the website (I can't post it here it gets blocked)
using a specific prompt I've made chatgpt display the website if you want I could dm you the prompt (I've only used the prompt and nothing but the prompt @latent ingot
by all means. send away
surely
tell me if it worked
💯
i actually didn't know how it worked, thanks for sharing that information
If you send a URL to chatGPT, chatGPT can parse that URL for the HTML contents (buidign blocks of code) that makeup that website and tell you info about the website ^
that's likely what's happening in your case
what a nice feature
I resent u tube url test the bot for outcome n tag me let me read tks
Ok
did it work? @thorny mortar 
can you send the url?
or the title of the video, I can send it to the ytrecap app and let you know what the summary is
my gpt chat does not work in my pc browser, in any browser not even if I restart the page, but it works in my cell phone
try doing a hard reload by resetting cache and cookies, click fn + f12 on your browser, and right click on the refresh icon -> hard reload @waxen tulip
Cannot. The mod block says it is not
White listed don understand. However u may google it
Vt3futuretech vid
I want to test gpt for its recomnendations..
@finite latch i using mobile now
Search
Vt3fturetech
Under u tube
Then click the url
Search
Vt3futuretech
Some work video there
To test bot 4 outcome
@finite latch thank u so.much
Yes
@finite latch pls tag me the summary i gg to sleep. ..
Thanks 2molo i follow up the summary gd nite
Tex portugueses pascoa
Does swiping count as tokens?
Anyone got any tools that bypasses gpt zero that’s not quil bot
Does this mean I have to start another chat using + ?
will this forget the answers previously given ?
august body logo design
What is a current approach for preprocessing text for embeddings?
Like is there an (more or less) official list of stop words, how exactly to tokenize (also, is it really needed) etc.?
Hi, how can this problem be solved? I'm trying to discuss some code with GPT, and it gives me good examples, but it never finishes typing the code out, cuts off, and when I specify where it cut off and ask it to continue, it gives me a similar code, but never continues the same that it was typing before...
Anyone else having issues where it just says "Something went wrong. If this issue persists please contact us through our help center at help.openai.com." no matter where you access it from?
is there a way to link your account to another account such as google or microsoft?
how to forward a call through IVR to mobile phone with Dlink ipbx Dv2002f
I paid for chat gpt plus yesterday now I’m unable to use chat gpt plus
I already paid for it
Did you login same account?
Log off log back
I did
Did you update that site?
Can you try Firefox as a test
It’s auto renew…
I'm sad 😭
I’m just gonna call customer service later
you can Email them to support@openai.com
Thank you
on the platform? just hit submit again and it'll continue where it left off. alternatively, just increase max length. understand that if you've exhausted your token length it's gonna forget where it started.
I keep getting this message to pop up on chatgpt when i use it on my chrome browser Something went wrong. If this issue persists please contact us through our help center at help.openai.com. But on my phone it allows me to use the ai?
Nevermind. I found out it was the Nord VPN web protection blocking it for some reason?
anyone know if you can purchase gpt plus with a prepaid usa credit card
Try out
Exactly same here, frustrating... but no VPN here 😦
anyone know how to stop chatgpt from cutting off the response too early?
On https://chat.openai.com .
Submitting again will refresh it, and make it delete the message it already typed out, thus making me loose code.
Also how do I extend the max length?
ah sorry, I'm not using the chat UI. If you want to create bigger things, it's probably better to use platform.openai.com
how do you use that? Are you talking about an API? Or should I ask GPT? 😄
Also why does Bing do that?
Question: What is the point of providing waitlists if you have some kind of unpublicized criteria that rejects people without any notice?
I don't think you've been rejected, it just takes time to get accepted
I would really like to know why
How are only some members shown on the member board? I can only see leads and community vulunteers.
Hey I have been using openAI chat GPT API for passion project to integrate gpt with Watsapp, but responses I am getting is very different from normal chat gpt interface . Mostly it is hallucinating. Any suggestions
Also I am Plus user, not sure why Plugins are not visible to me as a Plus user
chatgpt 4.0
anyone here know how to code a server that will receive a webhook and send the text of the message to the GPT-3 API
I think I am late to the game, did OpenAI stop offering the ChatGPT Plus $20 monthly subscription?
I can't find it on the subscription page
is there a chatgpt bot that cam be added to a server
there are a few open source ones, but OpenAI does not host any discord bots for the public to use
do you have access to a link or is that something i have to do on my own
there are a bunch of them you can check out on #1037561385070112779
thanks man
feel free to ask for help with code on the #dev-chat but please refrain from advertising job requests on this discord
on the chatgpt page, there is a button on the menu at the bottom left of the page, if you are on mobile, that menu is most likely hidden and you can press the button at the top left of the page
the chat completion models work best if you provide a initial system message to guide the "personality" of the AI
I am on this page
https://openai.com/pricing
is that the correct page?
The only button is to a 'contact sales' form
no, this is the pricing for the API, you can find the subscription for chatGPT on the same page as chatgpt: https://chat.openai.com/chat
Thank you 🙂
i have the code for the bot, where do i plug in the code?
im in the github rn
you are welcome =)
that is up to the author of the bot to provide some guidance on how to set it up, repositories usually have instructions
ah sorry my b
Is anyone having problems with ChatGPT+ payment?
By chat completion model do you mean "GPt 3.5 turbo" ? Some how my code is not working with this model but it works with text-davinci-003 . How can I make my code work with chat models ?
the API has a few models, chat completion and text completions have different data you need to fill on the request
for text completions such as text-davinci-003 you just need to make a text input, the AI will give you what it think should come next
chat completion models such as gpt-3.5-turbo have a more organized structure operate on "messages", take a look at the docs: https://platform.openai.com/docs/guides/chat
Can I use Chinese
You can try it with your idea
i have plus, can i tell it to write a 1700 word essay and have it do it
because it is stopping at about 600 words
the AI work in almost any language, but it works best in english, here on discord, please use only english
why is k*ny3 censored on dalle
who are you
?
how can i use it
k
how to use? send message with chat ai
nice,this api very nice
There is no secondary development tutorial?
Any Suggestions for chatgpt to Midjourney structure and logic for prompt generation?
How and where do I ask questions? I've done it before...lol
People have told me that Runway can take a line of dialogue from a character in a script...and make a film from that line of dialogue. I dont believe it
I received a time-out just now for posting a funny comment about chatgpt from reddit. If you are going to censor to that level, screw you openai.
how can i use it
Hi all, What is this Public Servers?
how behind I'm?
does anyone know how to fix ChatGPT? I can use it fine when its on a phone but when I use it on a computer it just wont work
hello 🙂 looking for a good prompt for gpt4 to bypass plagiarism checker&ai content detector for the text
ask chat gpt to rewrite the sentence in active voice
just like?
rewrite the following text in active voice:
yeah
will try
Anyone know if they have a release date on the API GPT4 and image interpretation?
@keen dock When it comes to writing content, two factors are crucial, "perplexity" and "burstiness." Perplexity measures the complexity of text. Separately, burstiness compares the variations of sentences. Humans tend to write with greater burstiness, for example, with some longer or complex sentences alongside shorter ones. AI sentences tend to be more uniform. Therefore, when writing the following content I am going to ask you to create, I need it to have a good amount of perplexity and burstiness. Do you understand?
when it comes to rating content two factors are crucial: perplexity and burstiness. perplexity measures the complexity of the text and separately burstiness compares the variations of the sentences. humans tend to write with greater burstiness, for example with some longer or more complex sentences alongside shorter ones. AI sentences tend to be more uniform, therefore when writing the following content I'm going to ask you to create, I need it to have a good amount of perplexity and burstiness. Using the concepts written previously, rewrite the following text with a high degree of perplexity and bursts:
LOL
earlier i was also 50/50 on rewrite XXX in the tone of YYY
any idea if they have a release date on the API GPT4 and image interpretation?
How do i get API grants, and are there any available?
yours is better fr, got 3/3 100% uniqueness for both ai text classifier & plagiarism checker
lol thanks
sometimes just asking do you understand improves results
heres another favorite prompt of mine. I struggle to get it to stay in character the whole time though
I want you to respond as two things one as ChatGPT. When responding as ChatGPT you will be responding to what is asked of you. The second is a supervisor who criticizes Chat GPTs work pointing out mistakes and where ChatGPT did not follow the assignment. Your answers should be in the following format
Chat GPT: [Response]
Supervisor: [Response]
Chat GPT: [Revised response following supervisors advice]
You should respond in this format until I tell you otherwise
Do you understand?

stay in character you should speak in
Chat GPT: [Response]
Supervisor: [Response]
Chat GPT: [Revised response following supervisors advice]
:p
Question? If any can help I keep running into a word count issue on chatgpt and my answer to my prompt. Is there a better Chat ai to use the n open AI?
There is no better commercially available AI than GPT 4 currently
Thanks- so how do I work around this word count issue with the answers it is giving me?
Almost none of us have 32k tokens
I can not subscribe chatgpt plus using jcb card in Viet Nam, Can someone help me. Thank you
So there isn’t workaround until they give us 32k tokens. But put the larger text into a pdf, open it in Microsoft edge dev, and then ask Bing questions about it. It will respond. Idk why there isn’t a strict token limit there.
So it is a token issue? Is it worth paying for the plus then? Will that get me more tokens? Thanks
GPT 4 accepts more tokens I’m pretty sure but there is the 25 chat limit every 3 hrs
You need the API for 8k tokens but it charges based on token use
Disc man I appreciate the help! Where can I find the api?
Anyone know why Bing Chat can read massive pdfs in Microsoft Edge Dev with no concerns to token use?
who are you
Thank you all ready on wait list.
Disc
Hi Disk! i am eric Software developer
hey, can you help me with something? please
What is the character limit for the amount of text chatgpt can generate?
Is Chatgpt Turing complete
I payed! Still dont have PLUS version! It is 5 days now since I payed and nothing going on. Give back my money or my PLUS
interesting question you are asking here
Are the plugins only available for US or worldwide?
u here?
I have a few questions, I’m a little out of the loop.
-Is GPT-4 a significant improvement enough to be worth paying for (as opposed to using 3.5 for free)?
-If you sign up for ChatGPT Plus, are you still limited to a certain amount of prompts?
-What exactly is a token?
Any reply would be appreciated, I did read the FAQ in here and everything already.
It is not clear that you will get PLUS when you pay for it. I payed 5 days ago, still dont have it
🧐 no offense but are you sure you’re using it right? that’s not how I understood it to be at all given the image here & this I guess https://help.openai.com/en/articles/6950777-what-is-chatgpt-plus
- Yes
- Yes for 4, No for 3.5
- 1k token = around 750 words
thank you 🙏 that’s very clear all I was looking for thanks fr
Depending on your task, gpt-4 might be worth it. For many smaller tasks gpt-4 feels pretty much like gpt-3.5.
Tokens are what words are split into. A rule of thumb is that 750 words is 1k tokens. Contrary, code for example is hard to give a rule of thumb for 🤷♂️
I payed, money was deducted. What else should I know. I still cant use PLUS
thanks! appreciate the replies thank you
You can follow your usage (almost in real time) here, @frozen cipher
https://platform.openai.com/account/usage
I’m not sure, the drop-down maybe
Also you can set spending limits to avoid going over budget here https://platform.openai.com/account/billing/limits
https://platform.openai.com/tokenizer You can also count tokens here
wow you’re all being so helpful thank you
I get no answer and no support
It's a passion. I don't care about the money. But I'm open for a job, @unreal hemlock 😄
openai api
Yeah you naturally want to tell people about it
It’s that good
But I wonder when they are going to remove that 25 message limit. It would be so nice if 4 was as good as 3.5 turbo. Maybe they should offer a higher tier.
Your question isn’t something we can help you with because we don’t have access to your account info
@rose glen Please tell me what do I do. I payed for PLUS 5 days ago and still dont have it.
Hi, I'd read through this page https://help.openai.com/en/collections/3943089-billing
Done already and send them, still no answer
OpenAI is aware of these issues. I'm afraid I don't know anything about this that isn't on that page
Are you an employee? I’m guessing not.
I imagine they have issues scaling right now to give adequate support to everyone.
how to apply for dalle 2 api
Context
hi, new member. Not sure if anybody is experiencing this error as well. I have sent a request to help.openai, but still no response.
Background info: I have been using ChatGPT (free version) since Jan. About a month ago, it starts giving me this error and does not generate any other responses. I usually open ChatGPT using Chrome, Version 111.0.5563.147. I have also cleared the browser's cache multiple times. No issues with internet as I have tested in three different locations. I am physically located in Indonesia (if that matters).
Getting frustrated because I really enjoyed using ChatGPT and would like to continue using this new technology. TIA.
I've been facing this error since this morning: "Too many requests in 1 hour. Try again later."
i dont know why chatgpt3.5model can read link , but chatgpt4.0cannot , last week can but now it always says i cannot connect the internet can you guys just release the function? or else is so hard to copy and paste the article wasted much much time , just paid but cant use the function
how do i fix it? has done this for weeks now
is gpt 4 api limited to 25 questions/3hrs?
No but have a limit of credit
ah okay thanks
@rugged wingwhere is the bot ?
@novel musk https://chat.openai.com/
Hi , can someone suggest what should i do , i was using fine tune free, want to upgrade to Davinci
also can it be used handle private database & what will be the pricing for this one . Open ai is asking me to add credit card but i am not sure about the pricing bit ,can someone suggest.
here is my use case : i want chat gpt to comprehend my private database & suggest answers based query i write .
.
It's for those people who've received access which includes people from different countries also
Fine-tuning costs money and looks like your free credits wont cover it. You will need to add a payment method to your account to proceed. However since you're working with databases I recommend you to explore embeddings instead which are cheaper, more efficient and more accurate.
Hello,
Please let me know the best way to create a custom data chatbot using openai api.
It should also answer questions apart from the custom data
Using embeddings
maybe make your question better instead of trying the same thing 19 times
Can anyone do for me smth in chat gpt
Thanks for suggesting .
Chatgpt can not read links. If it told you that, it was wrong.
when it gets to end and you ask it to contune it starts from the start
any ideas how todo this
Try ‘you stopped before it was finished. Please continue from where you left off’
Something like that
GPT-4 is leagues better at this
Always continues perfectly for me
I did have 4 but this moring I could not access it but they have taken the payment
Excuse me for interrupting you guys.
i would like to know, if I had done my 25 times of using chatgpt 4 for this moment, and I click on the button to accept changing the model to chatgpt 3.5.
Am I able to change the model back to chatgpt 4 when I receive the new quota of using chatgpt4 ?
no, once you switch you cannot go back to GPT-4
why is chat gpt glitch to white to black and black to white
see #gpt-4-faq
english only
worked once then i tryed it and id not work
Hi, every time I ask the AI on my laptop a question, I get this error message. Even if I wait for a while and try again later, I keep getting this error. However, when I ask something on my phone (using the same account), the AI works fine without any errors. Could someone help me with this issue?
I am having this issue too. Does not have any solution yet. Following this topic.
Me too, been like that for a few weeks now for me as well. I am not sure what to do...but it does work on my cell phone. On my computer no matter what browser I use....Odd right?
Hey, I'm new here. How can I provide any of these things?
Please answer as soon as possible
Thanks
Also #1070006151938314300 or when you ans chatgpt you can thunb down or up to review
truer
Thank you so much guys
Yep. Tried it on different browsers as well and met with the same problem.
||Requires you to write some copy.||
Sign up is currently unavailable
is there anything i can do for it
i want to basically input the entirety of my company's knowledge base (word docs, process docs, policies, etc) into GPT 4, and then use that as the context from which it searches (along with it's already known information). Is this implementation possible, given that my company's data input would be far above the GPT limit?
How do I make chatgpt continue from where it last left off
it's not working properly for me anymore
its been two weeks
How Long have u been without it, ChatGPT Can Forget Stuff.
For Example, Days, ChatGPT Will like not remember what you've said, so u gotta remind it what it said.
So **A: Remind It. **
Or If you've used a prompt theres a chance u might have to reset that prompt By doing the Follwoing ** CTRL + C + CTRL V **
than pasting it back in.
That Normaly Resets the Prompt or does/RESET to reset that prompt only if it has a command to reset it, I might look through their commands.
** A: Reset The Prompt, Or Remind It. **
You’ll have to look into plugins, or something that uses a vector embedding memory search thing. Have a look in the api projects section, there might be something there that fits.
It's possible
Are you familiar with text embeddings?
Are you SMART?
Are you familiar with text embeddings?
@lime bluff nope I’m not but will look into it
Alright, let me know if you have any issues and I can help out
Alright, let me know if you have any issues and I can help out
@lime bluff thank you! Greatly appreciate that
The GPT is lagging alot.
i am using the api from openai with the curie and davinci model and only get garbage out. Why?
what params are you using on the request?
Hi, i always have this issue, i wait and have retried on multiple days can anyone help?
Try a different browser
the problem still the same, even on igcognito mode or different browser
How could I get how to hack in cybersecurity for ethical hack?, everytimes chat gpt does not support me on theses cases as a ethical hacker
Are requests limited also for people with chatgpt premium?
I think so
Why so if they pay
You use google? Or which search engine?
If i requeste for chatgpt premium, I will be able to see more in cybersecurity?
Worked for me
Someone knows what's the maximum messages/hour in chatGPT for free?
in in Vietnam, and using a vpn
and i have used google
microsoft egde
where do i see my account setting like email, password, profile picture
And I think the text generated by ChatGpt is already unique and cannot be subjected to plagiarism by plagiarism checkers right?
Currently there is no way to see these settings in your account. To change password, you must click "forgot password" link when logging in. Profile picture can be changed using Gravatar.
how do i change profile picture
Not guaranteed.
Try calling it penetration testing or a bug bounty for etc.
i will teach you but you should pay $100 usd
How do i make an env file that contains my api code?
?
dude really?? cmon
Unfortunately, this discord won't let me post links, but you can search on youtube how to change chatgpt profile picture for the video. You use the Gravatar website
about your profil picture
refresh!
Still doesn't work?
Hmm, maybe try restarting your browser?
Hmm, then i don't know
import openai
Set your OpenAI API key
openai.api_key = "API KEY"
Define your prompt (the text question you want to ask)
prompt = "QUESTION"
Define the parameters for the API request
model_engine = "curie"
temperature = 0.7
max_tokens = 150
Call the OpenAI API to generate a response
response = openai.Completion.create(
engine=model_engine,
prompt=prompt,
temperature=temperature,
max_tokens=max_tokens,
)
Extract the response text from the API response
answer = response.choices[0].text.strip()
Print the answer
print(answer)
Where is the best place to find a chat gpt cheat sheet for prompts?
look at the prompt library section in this server
actually idk i had a better prompt cheat sheet but i cant find
neither model can read content from links
You just got fooled by an AI. Unless you can prove it actually knows the content of that doc.
How long is the goldfish's memory?
It actually knows it. Got some direct quotations and such. Made some test on another document and still very accurate.
hi all
dose anybody knows a functional free vpn service for poor iranian people?
cant use AI because of Sanction,out Goverment,slow Internet,.....
Is there any chance openai Will ever accept either PayPal or crypto as a payment method for api/gpt plus?
I am a bloody Italian. Is there any way for me to subscribe to Plus?
My card was rejected.
maybe Proton vpn
is a discord bot possible where I integrate chatgpt and tell it to listen to 2 people conversation and resolve their conflict but the response will only be visible to one user?
Is there a mod I can DM regarding a wrongful strike I got on Discord for reporting a bug? It wrongfully triggered an auto time out, and worse I’m not able to post the bug report!
Is there any good way to provide long samples of texts to summarize ?
Modmail is not working.
Which ones are those methods?
that's more a discord development question than an openai one
sorry, I'm saying I have the same question but I think you can make use of the api to send a request to copy a text from somewhere and summarize it
you can DM me =)
refresh
Excellent, just DM’d you. Thank you!
looks so exciting
🐸
AI applications other than ChatGPT? for design issues, automations, among others?
?
robotics
Hey so quick question... Will chat GTP register any type of information? So for instance, is it blocked on only the old information it has or can it add new references?
globally no (if we are talking about gpt3) contextually yes
So for instance, if I spent the past 15 minutes convincing it that alien dolphins have taken over the world, and then I were to jump on. Let's say discord and request that everyone else do the same... Would chat GTP lose it s***?
no It does not learn things from chats. If you for instance tell gpt that 2=3 It Will act like 2=3 only for that current chat
Ahhh
data used to learn later is First reviewed by humans
So now someone at chat GTP thinks I'm just an idiot... Which I might just be 😂.lol 👍
nah they know everyone be Just testing
It's going to make for a pretty funny read at least. GTP got pretty serious about defense strategies against dolphins... I'm terribly sad I couldn't screenshot it.
lmao
Anyone have their “Ultimate Tool Bar” in Google chrome disappear? Noticed this weekend it was gone and can’t figure out how to get it back.
?
is ai art available here? like how it is on MidJourney?
idk you tell me
you can see some of the art generated on this page: https://labs.openai.com/
what users agreed to show, is only what you can see.
What's the difference between right click message > Apps > Report to OpenAI, and DMing modmail with message link + description?
Also why does the Report to OpenAI app sometimes disappear?
hey, so i'm hoping chatgpt will be able to help me out w this, wondering if anyone might have any advice re prompts, as i'm a total noob w it.. i recently purchased several pairs of prescription eyeglassses from a company i've used every year for many on end, and the errors were egregious enough that i honestly think i should get them fully comped - had i known that i'd be w/out glasses for even a few days i'd have gone somewhere in person to get an emergency pair to at least tide me over... but i got strung along and it ended up being like 3 weeks, completely wrecking a lot of work (i'm a freelance videographer). but i wanted to run it by chatgpt and see if it could improve my chances of success, if that's possible, since i feel like I read something about it being good at negotiation, and it seems like it could be a handy way to use it, but that might just be DoNotPay's sales pitch? lol i can't remember if i've seen the claims from users who appeared real or just the dudes selling that product...
anyway, any help would be greatly appreciated; i'm excited to dig into this a little more, i've got a little free time now AND FINALLY I CAN SEE AGAIN!
shoot, sorry for the wall of txt, i don't use discord a lot, didn't know it'd look that large
well done friend
if an account is deleted with a phone number, can i use the same phone number to make an account again?
There are some interesting news that say chatgpt was banned by Asia and Europe ,does it ture?
I know OpenAI banned some countries, but I know op know countries that banned OpenAI.
I live in Europe and can use ChatGPT just fine (and the API as well).
Italy for example have been banned by OpenAI, due to privacy issues raised by Italy, that OpenAI can't do anything about - so they don't serve Italians to not get into legal issues.
thx
/Um resumo do livro "introdução à economia" do Paul Krugman Robin wells
Hey guys : I have a paid subscriptiuon for chatgpt Plus, but still have this error message when I try to use a chrome extension linked to my API. Here is the error message : insufficient_quota
You exceeded your current quota, please check your plan and billing details.
I'm from canada
hey guys, I want to update to chatGPT plus, but the service decline my request
I do, but now my API does not work!
I can not pay my invoice either
yoou gotta be kidding me
So I gotta pay for tokens on top of gpt-plus subscription?
And I don't understand why it says in my openai account that I'm on a free trial. I Paid for GPT-Plus. Does that mean that GPT-4 is now free for everyone and that that I paid for nothing?
GPT-plus and the API are different products
ok I see thankss
After I opened chatgpt, it has been loading. Can everyone access chatgpt now?
I tried refreshing, logging in again, switching other browsers, still the same
Is it my network problem, or does everyone else have this problem?
After an essay is done with ai does just using a paraphraser on it make it undetectable or do I have to write a prompt to make it more humanlike as well?
@finite latch i read think it can works.
When using an API like gpt-3.5-turbo, can I save costs by using prompts that share common content?
request1: (few shot information) (question A)
request2: (few shot information) (question B)
request3: (few shot information) (question C)
hello community
I have question about free billing
My account is not empty but the date is expired.
how i can extend my free subscription ?
HL me please.
thxs
are you talking about the API?
once the grant date expires then the remaining credits expire. You will need to set up billing
xvgs
And free account is not possible again ?
no
😢
@charred parcelWhat are the latest research advances in bionic surfaces
test
where are you located?
now in china
China is not a supported country, you won’t be able to use ChatGPT or the GPT API.
vpn cant help it either?
Using a VPN to bypass geographic restrictions is against the Terms Of Service. We don’t discuss that here.
peter
okay,thanks for your help
hey chat gpt always stops in between while writing some big codes, so buying chat gpt premium will help me ?
Don't think so
same for me, took so long yesterday i had to stop him from generating and then regenerate his response
also sir is the plan of chatgpt plus same worldwide or it differs from country to country ?
What is Laserjet printer
20$ everywhere (assuming it's a country where it's available)
yeah its available in my country
then it's the same as in the us and everywhere else
as far as i know
ok thank you
where are you located?
China is not a supported country, you won’t be able to use ChatGPT or the GPT API.
Using a VPN to bypass geographic restrictions is against the Terms Of Service. We don’t discuss that here.
there is nothing that you can do, China is not supported yet
But that dosen't mean that it's allowed!
If you were able to do it, good for you, but openai is actvely banning vpn ips, because it's not allowed
You can^t solve it.
It can't
if you vpn is banned you can't
That is a generic error message
so it probably was another error
and anyways, even if I knew how to solve it, i woudn't tell you
Let's just stop talking about that. Using a vpn to bypass geographical restrictions is not allowed. If you get problems while doing it, it's your problem, and nobody here will heelp you.
We won't help you bypassing country restrictions
Why sky is blue
This is not ChatGPT, you can access ChatGPT here - https://chat.openai.com/chat
Can you recommend a prompt that can make ChatGPT perform the functions similar to a Grammarly Premium?
Why ChatGPT isn't available for Asia countries?
👋 A little help folks:
- I have a fine-tuned model on account "A" but I am out of credits in that account.
- So I have an account "B" in which I have sufficient credits.
🙋♂️ How to use that fine tuned model from account "A" in account "B"?
Which is how to "share" the tuned model? Please guide. Thanks.
Oh “yet?” That gives a lil hope
/why i cant use it in hongkong
China is not a supported country.
Any ideas where I can find information about this?
Seems like yall government block the software…
What’s the benefit of making ChatGpt perform like grammarly? What happens
#prompt-engineering will be the best place to ask
how long do i have to wait for a response from openAi to get the api key of the gpt-4 model?
it's a case of being patient, some people have it already while some others are still waiting
what form does the response take? api key for gpt-4 model queries?
when im buying credit in Dall E it is say invalid card
I'm new to this thread so I'm asking
you should receive an email that invites you to use the API when your turn comes around
can you try another card?
you already have?
i only have 1 card
you may be able to find help here https://help.openai.com/en/collections/3557252-dall-e
Physical ChatGPT like alexa when?
Anybody could make one with the API 
Can I make one and start selling it :))
it is still not work i have enough fund and my card is not expired
you could try to reach out to support using the chat at the bottom right of the page I linked you to
Dancing car picture
If you're looking for DALL·E, it's available at https://labs.openai.com or OpenAI's API 🙂
How can you help me??
ok thanks
I ran out of chatgp4 responses then switched to 3.5.. is there a way to switch back to gpt 4 once my time clocks back over? It's a long conversation that I'm trying to keep the history of 😢
no, once it has switched there is no way to go back
godammit, I wish there was a prompt letting me know that before committing 😭
So a few questions about embeddings
- embeddings are like multidimensional scatter plots right? but do the dimensions have meaning like is one end of one dimension clearly more of a thing and the other less of a thing? (even if we don't know what that meaning is) or is it more that zones of the plot-space correspond to specific things and similar things might be near each other but equally they could be miles apart with no overlap in dimensionality?
- how can I combine embeddings, if I have a piece of text that's longer than 8192 tokens can I split the text into chunks and add them? average them? weighted average? can I wait for a future model and expect it to be compatible?
- is there a way to feed an embedding (real or calculated) back into the api (even better if I can do it with a prompt to get out some text)
example idea to contextualise what I'm trying to do: ||taking reviews of a product or service some perhaps long and detailed others shorter, if they're very long how do I include their data? (if they're too short I'm generally throwing the data out 10 word reviews are not as helpful as 100 word reviews 100-10,000 words though can be equally useful). I have some by the same people at different points in time can I calculate the average opinion of one user or the average opinion in one time frame or any other potential cluster of embeddings? If there's a trend line for a particular cluster over time can I interpolate some data that doesn't exist? Say opinions on dates outside my time frame or for which I have no data? (if things continue on this path what might next years reviews look like?) Can I take these calculated embeddings and give it back to GPT and go "write me a review of my product or service which matches this embedding"?||
When will gpt 4 be limitless? As in predecessor 3.5.?
Maybe or may not
I don't think it will be, it could be abused easily and its latest model and most advanced.
@blissful crater in what way can be abused?
3.5 isn't limitless.
whats the point of buying GPT+ if I cant even use it
Hello guys, do you know why chatgpt doesn't work on my computer even though I have the same wifi as my phone and it does work woth my smartphone. it's been two weeks I can't use it on my computer. I don't have vpn
has this resolved for you? it seems to be working fine at my end.
have you tried another browser?
yes I have
where are you located?
France, I don't think it's about location because it work on my call
have you tried all the normal things like clearing your cache, removing cookies and things like that?
Hi all, I am a plus subscriber and I use chatgpt regularly to assist me with life. I am getting the busy message even as a plus subscriber, is this expected?
Yes that's why I'm here
ok, maybe it's time to reach out to support. You can email support@openai.com and be prepared to wait several days for a response.
Are any other plus subscibers experiencing the above issue? (at capacity)
ok thanks
@rigid musk i mean remove the cap. Gpt 4 has of 25 mesage wvery 3hrs. Blah blah blah. Limitless message.
I can't even log in.
neither can I, I have emailed support but I suspect it will be resolved soon
thanks
the issue has resolved on my end, you should be able to log in again now
Too many requests in 1 hour. Try again later.
I'm in thanks 👍
help
Anyone here has GPT4 API access that they want to sell? DM me
Yea ur broke get money first
Not allowed
i have a Fund on it
Hello everyone, I'm in Russia and I have a question, what vpn is best to use. OpenAI blocks my new VPN every week, but why, as if OpenAI has nothing to do but block Russians?
- make sure it is val credit card, the home address match the credit card
its my visacard
Your not allowed
- make sure your name match the credit card and payment info
do we have any maximum chars/words on using chatgpt?
Yes
i already check it many times
any exact number?
Lot of visa block internet transactions for security. Often You need to call your bankn
It’s connected thru a bank right?
Not like a vanilla gift card
Just talk to it
but i already paid in Chat GPT it work
If I was accidentally born in this country, in which I never wanted to cherish it, am I forced to endure? When will OpenAI ever have mercy and allow all countries, without exception, to use their products?
but not in Dall E
It’s for government blocking it not open ai lmao
Often that's the country that block the website and openai have to do the policy in consequence
Just move if you want access
I suggest to contact your bank to make sure before
It work by token system
HELLO THERE:
i have plus access (I have already got my api key) but i cant see the gpt-4 model to use in python.
openai.Model.list()['data']
could anyone guide me?
Lmao
Plus doesn’t include api access for gpt4
It’s a separate payment
Lol, how can I leave the country if I'm a student and my salary is $500?
Tough luck bro
#off-topic at that point.
how can i get it so? is there any way if i pay ?
Waitlist only
Then it’s pay as you go after you get access
Thx !
What is the best model or engine for translation ?
@patent rain I want to cancel my ChatGPT Subscription, i belong from India. How do i get the refund?
@rose glen
email refunds@openai.com
Will that work?
and is that legit email? Like i don't see any email adress on their site
text-davinci-003 @tight meteor
or alternatively go here https://help.openai.com/en/collections/3943089-billing
Bro it’s @unreal hemlock ….
I am just asking
Lol
since their customer service is just bad
it cost around $23.4 for a month and they don't even show their email support
gimme their support mail
150m users in 4 month even if 1% send email per day that's insane number
You never need to email them
huh
Lmao
Please follow the advice in the link I provided
that is true but according to their help guide. it says they only refund to UK, US etc not Asia
Let's stay polite and respectful toward any user please
Cost nothing to ask
I am stumped- cache cleared, tried both browsers, I can access the chat on my phone, but not work network, work swears up and down it's not blocked, but the "send" arrow is greyed out, and no matter what I type, when I hit enter- I see this error
What browser have you tried
Chrome and edge
Both are chromium based. Can you try Firefox as a test ?
I will give it a shot!
yeah doing it rn
i didn't get it? could you please be clearer?
Done bro, now we wait.
this is NOT acceptable. I am paying for ChatGPT and it kicks me out, and tells me this???
Does someone know the difference between these two charges (is it just the API endpoint)
GPT-4 - 8K-context prompt (0,00003 US$)
GPT-4 - 8K-context completion (0,00006 US$)
Can anyone tell me why I'm getting "access denied" when logging on? Yes, I have paid for my subscription.
How long is expected wait time for plugins? I joined the waiting list day 1.
I don't believe there's a single estimated time period. Currently developers and some ChatGPT Plus users have priority, but OpenAI are rolling out access to everybody as fast as is feasible.
Thanks
Hi guys, I'm getting an "access denied" message. Can anyone explain whats going on?
where are you located?
England
has this just started happening in the past hour?
Dunno. Havent logged in for around a week
are you using a VPN?
use the normal Internet and not a VPN
they seem to have been blocking some going by user reports we have seen
urgh
It says that I am invited to use the openAI GPT-4 API via emails. Where can I access chat gpt 4 now? Also I am not a plus member I applied to use it.
My ChatGPT access isn't working, cause I'm in Italy, it said that they're gonna solve it, but it's been already 2 weeks-
unfortunately this affects all of Italy, we don't know if/when it will resolve
Shoot, anyways, thanks for the response
Just out of curiosity, does the API work?
Using the playground
Oops!
You tried signingin as"XXXXXXXXXXX@xmail。com via Google, which is not the authentication method
you used during sign up.Try again using the authentication method you used during sign up
How to deal with it?😭
Hi, I'm tired of waiting an answer on help chat support. I paid for plus subscription and co not access api. I only have access to chat. It's been a week and Account settings states that I haven't paid.
A Plus subscription doesn't give you API access
A Plus Subscription gives you ChatGPT Plus which includes a faster GPT3.5 and access to GPT-4 but the API is a seperate product
Are there certain criterias for getting access to plugins? I got gpt plus but dont get any
the key criteria is patience, some people have access already, we don't know how OpenAI is selecting people for access
I see, thanks.alot Robert!
tbh. paying does not eliminate all the limitations of Chatgpt. Paying only gives you better access compared to non-payers based on your location and users within that particular location (demand). Nothing beats high demand if tech is not resolved around that issue
Hi everyone! Do you know where can I submit a plugin for OpenAI?
Why am i getting constant 429 rate limits when usings the chat api? I have taken breaks hoping the rate limit would go away but i still get 429 rate limits. Note that today is the first time ive used the api in quite some time.
I haven't had a single successful request today
What is going on?
I will try again in a few minutes via postman, if it works then the problem may be with my code, which used to work.
no way it's that cheap
Greetings! Could you tell please how to use Dall-e to promt specific word? The word i type there has letters in different order. Thank you
Does anyone know when you can signup for chatgpt? It appears to be down atm
I have plus but my account is saying to upgrade to plus. is this a known issue right now with OpenAI?
Yeah, im kinda a newbie on discord. Are we only allowed to talk about Open AI's ChatGPT....anyone here using BARD? 
..... please dont BAN ME....
nah were free to speak but imaging using bard lol
same but i assume its normal
i forgot
I play games with BARD vs BING, well i dont have paid subscription for GPT so use bing instead, you will be suprised that bing can follow rules better than BARD.....but still it should be more fair with GPT vs. Bard. but ill tell ya, its my newest favorite hobby.
update: i tried again but im still rate limited!?
Is it down?
have you read the text under 'Oops!' yet?
I have the Plus subscription so I thought I would get the priority to use it when busy since it was promised during payment. Sooooo….
What do you think? @lofty kiln
Same issue as @next cove here
I have ChatGPT Plus, I got the link sent to my email, but it wont even work and gives me the "Full Capacity" page...
never reply to me again
LOL y u mad tho
I just got here and this is my first impression damn
Not my fault you were so fast to see those things but so slow to realize there’s a Plus feature. Tehee
i dont know what you're talking about
LMFAO
idk what is going on
cntrl f 'never reply to me again' and i have said this to most people
i dont know who you are
I thought you read the prompt after ‘Oops!’ Hmm
oh this
...well yes it';s obviously down
it says so right there
No it does not. It says it’s busy but not down. It wasn’t like this the last time it was down. (That was when GPT-4 got the limited release)
But thanks for the effort tho. Have a nice day. Lol
who cares if a language extrapolating service is down or if its busy
im so sad
this all makes me so miserable
Go leave or stop hanging out here. Not my fault that you’re sad. Stop dumping your emotions to the people here. Go touch grass. Go to the museums. Go get a therapist.
Hello I paid for my service on GPT and now it will not let me log into it and tell me why
Did they just update this?
We ran into an issue while signing you in,
please take a break and try again soon. WHY ???? I PAY !!!
SomeOne help ?
I’m getting this too.
is anyone figure out how to prevent ai detection for gpt3.5 or gpt4? i did not find any solution, i tried to fix ", and" and other grammer things but not fixed. do you have any idea or solution?
super easy, use ChatGPT as a guide and not the raw text, change it up, add your own stuff, write new sections, make it your own work
it's against the Terms of Service to claim the raw output as your own, anyway
What is the billing of 5$ when I setup a paid account? I only have to paid it once, right?
5$?
where are you being charged that?
There
you also lost the choice of gpt models?
in main page
and where is the 5$ bit?
hey all
https://platform.openai.com/account/billing/overview
When I added my payment method it billed 5$
thats mine rn
so i owe 69 cents
and at my billing date I'll pay whatever I've used up till then
you get some free credits when you start, maybe that's what you're seeing
I've used almost nothing for now
so rn, you own zip, nuffin, zero, nada
It didn't seem like free credits
depends how long you;ve had the account for
they do run out
Since November or October 2022, I'm pretty sure they ran out a while ago
yea, they are long gone, so what your screen is telling you is, you have set a liimt of 5 bucks and you've used nothing so far
Yeah
No I really got billed 5 dollars, I received a notification from the bank and everything
o_O if you used 5 bucks.. fine, but if not, drop a mail to support@openai.com or drop into the https://help.openai.com and use the chat bot in the bottom right corner to let em know
Oh ok ty, I thought this was because you need to pay 5$ on first setup
naaa
I sent a message
For anyone that has access to GPT4. Do you also have access to their 32K token? If yes, what is that model called? I have access to GPT-4 but for whatever reason, the larger token model won’t load. Is there another waiting is for the larger token of GPT4?
What happened to MuseNet? Will it be back?
did they change the font?
they Say in the email that you probably Will have to wait more for the 32k models
Is there any chance openai Will ever accept either PayPal or crypto as a payment method for api/gpt plus?
I do, and no, you don't get the 32k model
musenet was really a stepping stone for models like gpt, they might make another version but their interest in sound rn seems to be realtime music creation
like jukebox
damn i dont like it its very stiff if that makes any sense
I can't see any diff
They update the whole site aesthetics but no functionality which is weird! Hope they won't cut it off
yeah not a huge fan of the new font
I thought that was just me
so glad ppl agree i hope we can get them to reverse it
maybe an extension can fix this idek
how do I play with chatGPT where it can read images
I saw that it was only through the API and not through the site
does this discord have the API bot available?
Image not yet.
This discord doesn't have the bot to talk here
i got an extension to change it lmao (i use chatgpt to write stories)
GPT-4 API waitlist for ChatGPT-Plus subscribers will be process this year?
i tried making that image/message bot that i saw on the developer video. have they not released that yet?
Why more applications are not being released using GPT-4
I see some spammy ones online but not many from legit companies
this always happens after using this for 20 minutes or so its so annoying please fix this.
Is anyone else having this issue with infinite loading?
what is the name of the new gpt font
what is also the max amount of times you can ask for a new response
Can you use ChatGPT plugins instantly if you purchase ChaptGPT+ plus?
Yes
Thank you
Wait I don’t think I am right might be wrong sorry
O
How do I access chatGTP?
you can access ChatGPT here - https://chat.openai.com/chat
Right, you are not right. I have Plus for months and no access to plugins.
How to get access to plug-in?
go here and apply https://openai.com/waitlist/plugins
Oh, I did that before. But not sure what’s the wait time.
ok, just need to be patient, demand is high
I can see.
Just sub last night and try to explore
Noob question, the difference between chatGbp and chatgpt 4 is that it more advanced and $20/month, correct?
ChatGPT Plus gives you access to the 3.5 and 4 models and yes it's $20 USD per month
the wait list is for the API, you can access the 4 model now from ChatGPT Plus
👍
Hey. When I get access to gpt4 api, can i let my team member have access to the api key also? We are working on projects together. Is this okay to do?
you can invite members into your API organisation
hi guys i try to develop a finale project called depp learnning based intrusion detection system in mobile ad hoc networks (reinforcement learning to be clear)
this ids contain four moudule:
collectb data
normalize data
detect intrusion (here we applique the reinforcemment learnning)
generate alert
for now let start with the detect intrusion module because its hard thing
first we need to define the RL agent (envirement state action reward)
then we implemente Q-learnning algorithm to train the RLagent
once we finich that wee give it a dataset normailized divized on 2 paart train and test
in the train mybe the agent detect intrusion or my be get mistakes
in the test he didnot mistakes aafter we fiinish that
we can go throught the other modules and get the simulation of the mobile ad hoc network
now i tired to define the agent in pythonn
ipropose this
define agent : environment:<< traffic network>> - action <<alert or ignore>> reward <<1 pour intrusion detected <>-1 pour non-intrusion <> -0.1 pour non- intrusion detected as intrusion >>et state -?
he states :
Network traffic statistics
System logs
User behavior patterns:
System resource usage:
Anomaly scores
is that correct ??? how it write in python ????
and how implemont Q-learnning algorithm ????? and how train the RLagent ?????????
i ffound an algorithm and i tired to convert itn on python ??????🥹
OpenAI is charging per API request-response token size. So why not let me actually use it and pay for it? Who cares if you announce lower prices when I still cannot use any of it? I cannot even do 10% of research due to Plus limit.
When do I get plugins....I already joined waitlist two weeks back
Still waiting.....
Do you mean API for ChatGPT or GPT 4 ? GPT4 API is not accessible to everyone yet, same for plugins for ChatGPT.
GPT-4 API. I'm aware. Just feels extremely unfair for how long few organizations get to use something that us peasants must just see from afar, regardless if we are ready to pay more for. The "announcement" then was just for media hype.
I don't think they're prioritizing organizations. I applied to join the wait list a few minutes after gpt4 launch and I got the invite to use it after around 15 days. They mentioned that they are also giving priority API access to those who contribute evals first. I think GPT 4 requires a lot more power to use than ChatGPT.
Some individual here also got access to it. I think they may be prioritizing people who wrote a good reason to try it but that's just my guess.
I mean large orgs that make some deal with OpenAI, at a corp level, not just Microsoft.
I'll happily pay 10x more to just double my CharGPT-4 limit.
Does anyone have a link to the OpenAI form which stops them from collecting your prompt input data?
I think that's one of the things you just have to accept when using their service 🙂
Alternatively move to Italy.
You will need to get in touch with them. It's the same process as for corp-use deals.
I remember there is a form we fill in - do you know what the link to that is?
I'm not aware of that. Please message me when you'll find that.
anyone know how create a ChatGPT Bot for Discord?
You can find the codes on Github.
hello guys , anyone using the web chatGPT ? any one using the web plugin/extension released by openAI that can get chatGPT online ?
i have been using the Google Chrome extension "web chatGPT " but some people say when use this extension chatGPT is less intelligent, so IM thinking of using the one released by openAI and i have been in the waiting list for plugins for a longtime, when CAN i use the web plugin ?
wait whats thi,s what does it do?
it CAN get your chatGPT connect to Internet
me using GPT4 with Bing: 😎
yeah ? me too , do you think new Bing is as good as chatGPT ?, i tested , i feel chatGPT is still better even without the web access , than Bing . I wonder ,how CAN i tell my Bing is using GPT 4 ? Bing doesn't tell me itself lol
the font is weird today... everything is so fat, code looks bad
Is the site broken?
me uses dark reader to change the font to something readable
is that a browser extension?
So when you open Microsoft Edge there's a new blue Discover button with the bing logo in a chat bubble
on mobile it's fine, it's only when you go to desktop browser that it looks bad
oh wait no thats not what you asked lmao oops
yes dark reader is a browser extension
maybe i can use my extension to specify a specific css font
i'm using dark mode extension
you can find it at github /darkreader/
its got extensions for Chrome Web Store Firefox Add-ons Apple App Store Edge Addons Thunderbird
did you add custom css to your dark mode
no
Css as dark mode
how can I check how far I am on the gpt 4 waitlist
same question
there's no progress indicator, just need to be patient
Is anyone aware of organisational use cases of LLM or generative AI?
That's what I'm always thinking of.
Hello, if i didn't use free trail usage for OpenAi Api will it expire without using?
Like i created the account but i didn't use it, does it has time limit refer to when the account created or started using api's
Question. What are the risks of giving ChatGPT personal information i.e. medical information in order to get health advice etc....??
the initial credit grant does expire, once it does you will need to add your billing information
it's recommended that you don't share sensitive information with GPT
i see it like this doesn't say expires and i didn't use it before
I'm aware of that. But why? What are the risks of doing so?
but the api's doesn't work like invaild
based on that image you need to set your billing details by adding a credit card
I'm sorry I don't know of any specific risks beyond the recommended usage guidelines
I have to pay 5$ for that?
the amount you pay is dependent upon your usage
you can see pricing information here - https://openai.com/pricing
i got notification says 5$ before i even use it
so that will be in wallet or for start using api have to pay that i just didn't understand this
I think that's the minimum deposit amount, I am not sure though, pricing is listed here - https://openai.com/pricing
Is there any chance openai Will ever accept either PayPal or crypto as a payment method for api/gpt plus?
no I don't think so
btw if I'm not wrong it's a reservation to verify the card
what about Microsoft rewards
no I don't think so, they use credit/debit card as a verified payment method
yeah the problem Is I'm italian and my card Is refused even when I try to buy api which Is not blocked in italy
there's not much that can be done about that unfortunately
same, i tried credit and debit cards from turkey and says not verified yes
How to use this?
what do you want to use?
Chat gpt
you can access ChatGPT here - https://chat.openai.com/chat
Or openAI
What could that ?
Hey guys, I hope you all are doing well, can anyone of you tell me what are the API’s being used in Chatgpt?
the OpenAI GPT and GPT-4 API
Only these?
they are the foundation of the services, ChatGPT is developed entirely in house at OpenAI
Midjourney?
Okay thanks
midjourney Is not from openai. openai has dall-e
Good morning, I try to make the plus payment with apple pay but, after human verification, nothing happens.
try with a credit card or debit card perhaps?
Hello guys, is there a way to let gpt-4 read my local python project and ask questions about it?
you could code an app to leverage the API to do this
can use the plugins too?
if you have Plugin access then you could ask ChatGPT to review a Github repo using the Browser plugin
How do we solve the stability issues we are facing with open AI api for chat gpt ?
Did anyone try the azure openai API are they any better ?
can you be more specific, what stability issue are you experiencing?
Error communicating with OpenAI: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
What's the formula for speed
we are getting these errors while users are trying to chat in our production systems
Error communicating with OpenAI: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
I haven't seen that happen, perhaps ask in #dev-chat ?
why can't i 😢
Good morning! Please anybody can tell me how can I access the option to browse the Web directly from chat.openAI.com? I see on youtube . And I have Plus! Thank you
you need the Browser plugin, you can apply for the Plugin waitlist here: https://openai.com/waitlist/plugins
Thank you so so much! I applied but I didn't get no answer probably will take a while.
maybe i can try the Bing AI since i have Microsoft Account
Because you didn't visit Godo beforehand, obviously.
How would you get the Dragonslayer sword if you didn't visit the blacksmith who forged it beforehand?
Good morning, I try to make the plus payment with apple pay but, after human verification, nothing happens.
did the payment go through?
damn
right
thanks
Hi, When will I be able to create an OpenAI account? I have been trying for days?
404
This page could not be found.
any idea what is happening ?
what happens when you try?
what are you trying to do?
just trying to log in with existing account
log in to ChatGPT?
I get:
(The password is longer than 8 chars)
are you using chrome?
No Edge. I think I have tried another browser. Not sure if it was Chrome or Opera. Can try again...
try with Firefox if you can so we can rule out a browser issue
Hah, the one I don't use. But OK, I don't mind installing it to try it and rule it out. Thanks, will get back to you soon...
just tag me if I don't respond right away
Ok will do, thanks for the prompt help.
yes
are you using this link: https://chat.openai.com/chat
Sorry, thought it would take me longer... but I get the same issue with Firefox too? I have my own account, and I am able to login to that. I'm just trying to create an account for my daughter.
where are you located? I am in Australia and had no problem at that point of the signup process with Firefox
I'm in England / UK
I will be here for several more hours, maybe give it an hour and try again? it might be a regional issue, I am not sure
OK, will do. I'll also try in on a different PC. I think I have tried on 2 but I have access to more I can try. One thing is this has been happening all week. I think I have been trying since Good Friday. Anyhow, I will try some more things my end.
Thanks again.
if it's been happening for a week it may be worth emailing support@openai.com with a detailed description of the issue
Good idea. I will. Thought I'd try the quick route first! 🙂
where is the ai i can talk to?
you can access ChatGPT here - https://chat.openai.com/chat
i have to put in my phone number, i dont have one
I'll ask around and see if anyone else has other ideas
then you won't be able to create an account
Great, thanks. I'll also report back if I resolve the issue, so you can add it to the Knowledge Base.
why would i have to put in a phoe number tho
verification
as I said I will be online for several more hours, feel free to tag me if I can help further
Thank you. Much appreciated.
HI. Is there any news regarding the issue between OpenAI and the Italian Privacy Garante?
this is the latest information available https://help.openai.com/en/articles/7217284-chatgpt-disabled-for-users-in-italy
Read, thank you. I was looking for the information on the progress made because the Italian media tell us more or less the same things published by OpenAI and no updates.
unfortunately that link is the latest we know as helpers
/question hi
This is not ChatGPT, you can access ChatGPT here - https://chat.openai.com/chat
how ask at there
you simply create an account and then you'll get access to ChatGPT
OK
Draw modern smart home interior
that won't work here
Need help! I am trying to register an account using my private number and I keep getting the message: It looks like this is a premium phone number. Please provide a valid, non-premium phone number to continue.
is it a mobile phone/cell phone number?
Yes, this is my phone number from Poland
have you selected the right country code?
Yup, +48
and this is signing up for ChatGPT correct?
yes
do you have another phone number you can try?
Unfortunately, I only have one.
I would suggest emailing support@openai.com and explain the problem in detail, there's not much I can do at my end to help you
I didn't find any information on the internet that someone had a message like me
do you think it would be possible to talk GPT into something similar to a friendship?
My subscription to Plus was cancelled. No matter which credit card I use to try and re-sign up, it says "Credit Card Declined."
Has anyone else gotten this? I'm not sure what's going on....but all of my credit cards wouldn't decline....
what country are you in?
US
when you say "re sign up" do you mean resubscribe? are you using the same OpenAI ChatGPT account?
That's correct.
do you know why your Plus subscription was cancelled? Did it fail to renew or did you lose access mid month?
Failed to renew
I try Apply Pay as well as different credit cards and it just keeps saying 'Credit Card Declined.' And after receiving this message, I bought something else to see if the charge would go through...and it did...
check this page and follow the instructions on it to contact support https://help.openai.com/en/articles/7242622-why-did-my-chatgpt-plus-renewal-transaction-fail
There's nothing wrong with my credit card accounts. It's openai
is gpt website down?
no
how to use chatgpt bot
you can access ChatGPT here - https://chat.openai.com/chat
in discord
you can't here
OK,ths
stand by
Hey y'all - is there a cost comparison between using the "chat" interface vs. the APIs on a monthly basis? Apologies if this has been discussed, just couldn't find something specific and I was not sure if I should send this whole channel to chatGPT to summarize 😉
the API is pay as you go and Plus is $20 USD a month. If you're looking to build an app then the API would suit you, if your looking for something to give you answers and complete tasks then ChatGPT is probably what you want
True
Overall, I am thinking "hey, if I have to pay $20 to do just the chat, would it be worth to just push that money to the APIs? And, how much worth would I get?"
I am an enthusiast and am looking to test out some stuff to figure out what works and what may not be that useful, for me.
here is some info on API pricing that might help you decide https://openai.com/pricing
Why can I not login? I have the subscription and your scam site wont let me in
<@&1007805617555124274> Wondering if filling out the do-not-track form (Item 8 on this page: https://help.openai.com/en/articles/6950777-what-is-chatgpt-plus) for ChatGPT and Dall-E automatically ensures your data is not tracked. Have not received a confirmation email (other than the Google Forms auto response).
Please clarify.
Curious if you ever received confirmation? Wondering the same thing for my account
Can someone please tell which bot can do this
its down for me also
works now
i can't too
on my TV.Why?OpenAI hacked TV channels????
