#community-help

1 messages · Page 170 of 1

icy maple
#

Ok, thanks!

naive shadow
#

Anyone with a good grasp on twilio and websocket streaming, please dm me.

marsh cloak
#

hey everyone im sure this was asked a ton already but for some reason i can't find it.

How can I see my limit and when it resets for GPT4?

I been using it and for the last few days it says I have hit my limit and need to wait for the reset. I want to know where i can check this limit and reset times.

bronze charm
upper hatch
#

I am using Zoho Meeting in my business. It has a feature that uses ChatGPT to transcribe and generate summaries for meetings. I am on the free ChatGPT version and added the API key. Does paying for ChatGPT Plus provide higher usage limits or is that completely separate from the API fees?

timber shadow
upper hatch
timber shadow
# upper hatch Thanks. I'm haivng a little trouble understanding the limits. How would I know h...

Do you mean a transcription of an audio recording of the meeting? Speech audio-to-text transcription via OpenAI's API would be accomplished with their Whisper model. Whisper pricing can be found here in the Audio models section: https://openai.com/pricing

As for providing summaries: that would be accomplished by feeding text to one of the language models (pricing for those also found in the link above!).

As for tokens: there's no exact rate for tokens-per-word, but a rough estimate is that 75 words contain about 100 tokens. You can experiment with how words convert to tokens on this page: https://platform.openai.com/tokenizer And here's a general article about tokens: https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them

So in summary: speech-to-text is one thing (Whisper), summarization is another thing (GPT), and tokens are relevant to GPT!

upper hatch
marsh cloak
bronze charm
#

You basically count how many messages you have sent in the last 3 hours

#

= 40 means barred usage

rugged wing
#

@onyx kraken hiiii i have a doubt. I used /limit command here and it showed that 5 uses are remaining but I wonder how to use 🤔

onyx kraken
rugged wing
rose void
#

Hi! I have two accounts, one for personal use connected to my personal email and one for work reasons connected to my work email.
Can I access both accounts from the app? Thanks!

alpine flame
#

Has anyone found a good solution to test their OpenAI Assistants/GPTs solutions against a library of possible user queries?

cinder birch
#

Does creating a thread and adding messages to it cost money ?

#

I believe money is charged only when running the thread with an assistant, right ?

uncut aurora
#

Or do you talk about ChatGPT?

chilly tree
#

have anyone tried gpt-enterprice ?

winter ingot
#

hi guys, is chatGPT down?I got a blank page

topaz turtle
#

Hello
Guys is there anyone who made a chatgpt(api) use tts and stt using whisper api?

restive rune
#

Hello everyone. My sidebar is completely empty even after a bunch of suggestions. Anyone else experiencing these problems?

elfin hinge
somber karma
#

I have two accounts and can't access either!!!

timber shadow
#

Is the behavior any different if you try signing in in a private tab, with all browser extensions disabled? Also, any VPN installed?

tender path
#

Anyone else facing limit issues, i got it twice and now the timings has increased too like i have to wait two hours for it to reset

somber karma
#

Yes. All of that. And I wasn't even logged in long. Now I have an empty GPT dashboard

merry widget
#

my god. Never sign the POE AI. It's just awful and it gets literally everything wrong.
GPT 4.0 is the best

tender path
#

Same my dashboard is empty too. I cant even log out lol

uncut aurora
#

Looks like there are some problems - I think you will see that in a few minutes at https://status.openai.com/ too.

tall drum
#

Could anyone tell me how to delete threads from my dashboard? I have several old assistants, and don't want the previous threads accessible anymore

trail cairn
tall drum
#

well bugger, thanks

tall drum
trail cairn
tall drum
exotic yew
#

Why is BING Only generating 2 images??? I used to always get 4 images, now it's only 2... Is everyone getting the same? On copilot it's generating 4 pics, but not on bing. I prefer using bing.

trail cairn
grand hollow
#

Is whisper bugging out for anyone? I used mobile ChatGPT app for transcription and it doesn't go through, not sure if it's cause it's a 13 minute audio or if servers are down?

I hate how they don't let you download the audio file, it's like, why did I waste 13 minutes talking 😭

exotic yew
trail cairn
exotic yew
trail cairn
trail cairn
grand hollow
split reef
#

Anybody missing their sidebar as well? I have plus.

#

Can't relog as well. Incognito tab same thing

trail cairn
lucid needle
tender path
lucid needle
#

Ayyyyeeee its fixed

split reef
#

Great..

split reef
lucid needle
#

It just fixed itself for me

split reef
#

Almost stuck at it for 30mins

split reef
lucid needle
split reef
lucid needle
split reef
fierce basin
#

Hey everyone , I'm looking for a senior dev to help me in clearing my doubts.
I'm a graduation student and i want to crack a SDE job. I know C, C++ and quite good with the syntax. Though I didn't started DSA that much , i know basic sorting and searching. I was thinking to level up my self now but i'm confused with the current market scenario. I was thinking to jump into golang as it's good for backend and web services and can also be used for DSA for job prep. Is it a right choice or should i continue myself in C family?

rare epoch
#

Hey all - anyone else have the issue where uploading new knowledge files causes an error/issue with your GPT Plus subscription such that your custom GPTs and access to GPT 4 has disappeared? In the attached screenshot, I've just landed after logging in.

rare epoch
nova shale
#

Is there any way to contact OpenAI about billing issues? I have been using the same credit card to pay for API usage for several years. Now today I am getting card declined errors. I contacted my bank about this and they don't even see any requests being made that are being declined so the issue is clearly on OpenAI's end. I tried removing the card as a payment method and re-adding it, but now I am even getting the card declined error when trying to re-enter the card info. This is very confusing. I want to give them my money but they wont let me?

timber shadow
# nova shale Is there any way to contact OpenAI about billing issues? I have been using the s...

Hey! You should try reaching out to OpenAI support at help.openai.com. Start a new chat with the chat widget in the bottom-right of that page, click through the most relevant options, then you'll eventually find a path that lets you type in your own message. This will submit a ticket that someone can review and get back to you on. It won't connect you to someone right away, but you should get a notification when you get a response!

nova shale
timber shadow
split reef
#

I had the same thing happen earlier today

#

It magically reappears once the limit is over

#

So by now, it should have returned

rugged wing
#

hi

#

sory wrong group

naive shadow
#

hello can anyone help me , i am doing real time transcribing of calls using twilio and assemblyai but i am not able to play back any audio as a response to that through the websocket

upbeat burrow
#

hey

#

i got a lot of error in my gpt it cannot read dlls ```ModuleNotFoundError Traceback (most recent call last)
Cell In[5], line 10
7 sys.path.append(assembly_path)
9 # Import the HudManager class from the assembly
---> 10 from Assembly_CSharp_2024_3_5 import HudManager
12 # Get the methods of the HudManager class
13 hud_manager_methods = [method for method in inspect.getmembers(HudManager, inspect.isfunction)]

ModuleNotFoundError: No module named 'Assembly_CSharp_2024_3_5'``` when i install clr package and pythonnet nothing work

naive oyster
#

Hello, don’t know if this is the right place, but i am currently trying to implement memory within my chatbot app to allow it to be able to understand context. I have setup the database and successfully perform vector searches, but i am having trouble understanding what to include in the context in the prompt to the LLM. Could anyone help?

steady hare
#

Greetings, is there a way to get free trial to test open ai api?

trail cairn
ripe edge
#

Hey guys. ChatGPT made for me an excel workbook but when I try to download it from the link it send me, I get the error: Failed to get upload status for /mnt/data/Coffee_Shop_Costing_Application.xlsx. Can anyone pls help me? Thanks in advance

dull yew
#

anyone also have this issue? or is this normal

trail cairn
dire elm
#

Do you find a solution?

#

I meet the same problem.

tropic spade
#

what is happening my Chatgpt chats keep switching back to 3.5 and being suggested as the default chat ? after i switch it to gpt 4 and type in my prompt upon ENTER it switch back replying with GPT 3.5 ?

jolly kelp
#

is anyone getting this??

ashen valve
#

When will this be resolved?

broken anchor
#

servers down I think

jolly kelp
#

It was fine minutes back

waxen wharf
#

Fix chatcpt please, I'm just a stupid human; I've forgot how to do this programming thing manually

wheat walrus
#

oh okay i thought it was me. i guess it is down. how disappointing

cerulean pilot
#

what does this mean?

plucky jetty
#

its back

sonic tendon
#

Im unable to access settings and all my chats are disappear 😐

lyric tide
cerulean pilot
lyric tide
cerulean pilot
sonic tendon
#

ok is returned operative right now 🙂

sonic tendon
sonic drift
umbral wave
#

yes it's back

brazen notch
#

bruh it is not

sonic drift
#

yeah, saw it too now haha

lyric tide
#

Its being intermittent

winter ingot
#

Experiencing it too, from Malaysia

sonic drift
#

Let's just wait, I guess...

foggy nest
#

Ah, good stuffs. Thought it was just me

jolly kelp
#

is it happening again?

foggy nest
#

Patience we must have, working on it they are yes

jolly kelp
#

Yeah

hybrid osprey
jolly kelp
#

is it fixed??

winter ingot
rapid grove
#

chat gpt not responding

jolly kelp
#

It works for me

rapid grove
#

orange_juice not for me

rugged wing
#

Is ChatGPT down?

rapid grove
#

maybe yes

rugged wing
#

I needed it urgently

rapid grove
#

me to

foggy nest
#

Yo, refresh your page and clear your cache. It's fixed dalle_smiley

sonic drift
#

It is working for me. Cleared the cache and cookies as well(idk if you must).

proper plank
#

lol, there's literally no help with their stuff at all is there? I've been asking for help on the same thing for a year and all i get are AI email responses that have nothing to do with what I asked. exactly what am I paying for if I get nothing on when I need help?

proper plank
trail cairn
#

i know, i remember your issue

proper plank
#

but no actual help

#

I hate this company

trail cairn
proper plank
#

they haven't for almost a year

#

I email, I reach out on socials .. I contact Microsoft .. I do everything everyone says but I get no help. It really shouldn't be this difficult to get solutions to problems with account(s) .. especially when uyou're reselling their products in the 1,000s

trail cairn
proper plank
#

I'm going to stop and start using another LLM or something this is beyond pathetic. it's been almost one year

rigid musk
swift cradle
#

"Why do I have the PLUS tariff plan, but only on the 3rd day, it tells me that the limit for using GPT 4 is exceeded?"

#

"Is there some kind of limit? There's no way I could have exhausted it in just 3 days, right?"

ocean crypt
#

Hello Everyone
Nice to meet you
is there anyone who familiar with Langchain?

naive shadow
#

yes

night leaf
#

Hello, where can I find a Dall E bot?

uncut aurora
night leaf
#

from your reply I understand there are more than one. Right?

timber shadow
night leaf
#

thank you

rapid herald
#

Does anyone know if the Assistants API with threads, when truncating the context, does it automatically add chat history to Vectors for RAG?

gentle creek
#

Is there a way to recover my chat history? One of my convo got it's history nuked hard with no way to recover it back, like few days of prompts gone when i edited a prompt in the ChatGPT app.

rustic marlin
rustic marlin
rapid herald
rustic marlin
#

the Thread will attempt to smartly truncate messages
"smartly" does not mean it will add to RAG

#

it means that it will try to keep messages that are considered more relevant on the context

solemn furnace
#

Anyone knows what's the new OpenAI News RSS feed xml web path?

orchid depot
#

Is there a way to set up a token with limited credits ... for a team member?

rustic marlin
#

define the limit and invite them to the project

orchid depot
rustic marlin
#

each user wil lstill use their own APIKeys

tame pulsar
#

I am constantly getting this message:
"Hmm...something seems to have gone wrong."

sage wing
#

I tried to upload a picture to ChatGPT 4 and its working fine, but my own Costum GPT keep saying '' hmm.. something has gone wrong'' everytime i upload a picture, yesterday i used my own GPT and everything was working, i have not done any changes to it. Or using a VPN, i keep getting the same answer on my phone and pc, I even tried it using Mobil internet. How come i have this problem now anyone can help out?

gleaming meteor
tame pulsar
rigid musk
tame pulsar
#

I tried other browsers. Chrome, yandex, firefox. All the same.

rigid musk
tame pulsar
rigid musk
tame pulsar
rigid musk
tame pulsar
tame pulsar
tame pulsar
rigid musk
tame pulsar
rigid musk
#

you can make a ticket request after answering

hasty sapphire
#

Anyone having issues with Chatp Gpt 4 right now?

maiden carbon
#

I cant seem to get the bot to do anything I want anymore without fighting it...

south mist
#

Hi all!

I'm having troubles with the chat
Did everything on the help centre and nothing helped.

Anyone knows how to fix it?

somber karma
#

WHAT IS GOING ON WITH CHATGPT!!!!! This is CRAZY

sage wing
cold folio
#

How does your issue happen?

sage wing
#

Every time i upload a picture or ask it to read an uploaded Dokument it says “ hmm.. something has gone wrong”, I just tried to upload a Dokument and asked to review it I got this message. “ internal server error” I got this 2 mins ago

#

I have tried this with Wi-Fi and without I get the same response.

fickle shard
#

Got a question about exporting the data from ChatGPT. The html file comes up blank when I open it after downloading. Is that a general bug or something to do with the fact the page is over 700mb? No idea why it's that large either.

sage wing
#

What does this mean?

arctic tusk
#

I saw this image on the internet and was wondering what like style is this?

bronze charm
arctic tusk
trim lion
#

whyyyyy

solemn furnace
#

Now how to fetch OpenAI News RSS?
I have to intergrate them in my news app, RSS link is gone, and OpenAI news site is also protected by Cloudflare Anti-DDoS

#

Only working way to scrape OpenAI news is to scrape Twitter user page, but I really need the RSS link back online and open news page accessible from any program outside browsers

sly kraken
#

Hi

I'm having an issue as I've purchaed a year plan AIPRM PRO on 2nd May 2024 but it is still not been upgradeed to pro plan

#

Please help

burnt temple
#

hello, pls can anyone explain why i select gpt-4 start writing and gpt 3.5 reselected autom

rigid musk
#

you have to wait the cooldown

rustic marlin
#

@sly kraken aiprm isn't tied to OpenAI in any way. if you purchased anything from this company you will not get any services or support directly from OpenAI

#

in case you where lead to believe that this company where part of any OpenAI services, I highly suggest you to contact your bank and cancel this payment

#

I just did a quick google search for the terms "aiprm scam" and found some worrying results

lucid radish
uncut aurora
#

Hello, yes it is.

lucid radish
#

Why isn't it doing this to my friend but me ?

#

I mean, I can't do anything

uncut aurora
#

Maybe he hasn't get the newest DNS-record yet?

lucid radish
#

Probably I guess

#

It is working for ya ?

uncut aurora
#

At the moment it looks good, yes.
Do you use a VPN or something else?

lucid radish
#

oh

#

I will check it

#

but wait, it is doing this on my phone too. Could be my country then ?

#

( Costa Rica )

uncut aurora
#

I'm not sure if there is a map or something else we can see the problems for some countries but it's possible sure.

lucid radish
#

oh welp

#

ima reboot my router to see

#

oh well

#

It is not working at all

uncut aurora
#

Maybe you tried it with a VPN. 🤷‍♂️

rustic marlin
#

Try setting your dns to 1.1.1.1

lucid radish
lucid radish
#

I cant believe I have to say this but I need to use edge.

rustic marlin
#

I would go with this and 8.8.8.8

lucid radish
merry dew
#

Hi friends. I am getting this **repetitive type glitch **for every message, as shown in underlined text.

It goes away when I refresh, as shown when I reset to the right, it reverted to normal. It also reads normally without refreshing, as in it does not read the repeats when I tap the TTS/ voice function.

This used to happen once / day at most, now it is every message for the past 3 days ar so.

any ideas for a solution? I have tried searching the boards but don't see any solution yet.

shy drum
#

Does anyone have the same problem? If I refresh the page afterward, the chat with the response appears in the history, but without refreshing the page, I keep encountering this error every time.

sweet pulsar
#

why does it keep saying that chatgpt refused to connect? (for the website)

mellow vortex
#

I was using GPT4 in a long chat. then my subscription ended, then it switched to 3.5 model , now i have resubscribet but can not change the model back to 4

#

also can not share chat , gives error creating link

#

Failed to copy link to clipboard - could not create link

mental flicker
#

Same here

mellow vortex
#

it will say too long blablabla

proud shoal
#

is chat down?

#

nvm fireforx just refusing to upload documnets for some reason

plain trellis
#

Hi anyone know how with function call feature, i can avoid "discussion" flow but instead have directly the final response ? ty

tender musk
#

Hey Everybody ! Hope you are doing well ! Is there a way to see how many conversations I still have available in my 3 hour window ? or that has changed ? Thanks for your help

tender musk
flat tide
#

why do I keep getting this message on gpt pro? Something went wrong. If this issue persists please contact us through our help center at help.openai.com.

flat tide
#

yes

waxen crow
#

Guys. I have a problem. My google account that i used to start a gpt subscription was banned, so now i can use gpt 4 only on the devices where i was inside before getting banned by Google. How can i use gpt 4 on other devices? I want to solve this problem, maybe using gpt 4 in discord or i don't know, but i'm not getting a new subscription, because what i have now is started 5 days ago.

rigid musk
# flat tide yes

Vpn are known to cause issue. Make sure to disable it, and end in the task manager. Often the setting web browser protection are the first problem

rigid musk
waxen crow
#

my google account

#

and i created the openai account using the google auth method

rigid musk
waxen crow
#

i have already tried discussing with google...

#

how can i change the login method?

rigid musk
waxen crow
#

can i talk with the support inside this discord?

waxen crow
#

i tryed to open a ticket, but i read that is impossible to change the login method

#

can i use the api of gpt4 on some discord bot?

trail cairn
waxen crow
#

It doesn’t make any sense. If I had a problem with google why I cannot use my open ai account?

trail cairn
waxen crow
#

So I payed for 6 days?

trail cairn
#

you paid for one month and will have have the remaining days left even if you cancel but if google blocks you from logging in you cant use it or cancel manually anymore

winter dust
#

Hi everyone. I have a SaaS with a few billion of tokens in text for 40+ languages. Due to the unique of terminology, if I use any translation service or GPT for English to one of the 40 languages, the results are not good enough. I can easily create a dataset where I have the same text in all the different languages. Is there any way to train GPT with that to learn translating my specific terminology and use it then for new translations?

trail cairn
winter dust
#

around 15 billions in english only and 1-2 billions on other languages + English. But the terminology is not something unique or used only in my SaaS. But imagine a word in English could be translated in 5 different words in French. I want to see if there is a way to train GPT through my old texts to understand which languages to use for those translations

trail cairn
#

15 billion would mean you want teach exact writing style and every possible word

winter dust
#

I see. I thought fine-tuning could be used for that. But what if I just create a glossary? Something like a list of 2000-3000 words that I want to be translated with a specific way in each language. Would that be able to be used somehow

trail cairn
winter dust
#

great. Will do my research on that. Thanks a lot

sacred apex
#

Hello. I am attempting to export my ChatGPT data and reupload it to ChatGPT for...inspired self-analysis? But when I upload the data as received, ChatGPT doesn't seem to know the first thing to do with it! And unfortunately neither do I (😅)...This same issue occurs with any exported social media data that I've tried to upload to ChatGPT (but specifically 𝕏). Does anyone have any experience with this, having done it, or otherwise pertinent suggestions that I might try? Thank you!

sacred apex
tall drum
#

Hey folks any idea what might be causing this? 3.5 model works fine, gpt4 does not work. I'm on an enterprise account, so it shouldnt be a limit of messages or anything

#

I've tried multiple browsers, etc.

old matrix
#

hey guys, I'm uploading a large file to a chatgpt 4 and also to a custom GPT - 'Learning Assistant' and the bot seemingly doesn't understand/can't retrieve all the information from the file. the file is an export of a previous chat. My goal is to continue learning via interacting with the bot as a learning assistant, however, when one chat gets too big, it slows, so I export it into a new chat and begin anew. Alas, the new bot can't quiz/test me on the old chats content nearly as well.

please provide your wise resolutions so that I may go on learning using my new buddy 🙂

thank you 🙂

manic canopy
#

Can chatgpt app be installed in smartwatch (Samsung galaxy 5?) or atlease be used with smartwatch and phone connected?

rigid musk
#

With api sure. Only the app I don't think

heady dirge
heady dirge
trail cairn
heady dirge
eternal violet
#

Hi, lately I’ve working with Microsoft copilot studio, my goal is to have a copilot that when given an item # it would retrieve associated information to said item # from a dataset. This should be fairly easy to implement, but I’m finding many answer inconsistencies regardless of the size of the dataset. What would your advice be to achieve this, and is copilot studio a good tool to accomplish this? I hope you can give me some insight and ideas on how to go about this, thank you

#

Also, I’ve tried changing from files hosted in SharePoint to files directly uploaded and neither work fine

#

I’ve also tried changing the structure and type of the data set and it doesn’t work either

charred parcel
eternal violet
charred parcel
eternal violet
# charred parcel what exactly are you trying to do? Sum it up in a sentence or two.

Essentially a way in which in which using human language queries, you can ask for information about certain items, providing item numbers. For example you can ask, what is the delivery date for item “x”, then the assistant would check on the dataset which will probably be a table ( like an excel file or a csv file), and find the associated delivery date for the given item #

#

The most important is that it has to understand different ways to ask questions and that the queries have to be in English

charred parcel
charred parcel
eternal violet
#

Also you think it’d be possible to leverage something like this with Microsoft copilot studio, or a more personalized and Tailored solution like this would work better?

charred parcel
mossy sinew
#

Has anyone elses voice options disappeared from their web browser ChatGPT? I am using the Voice wave extension. However despite having it turned on the the voice input functionality has disappeared from ChatGPT as of yesterday.

patent light
rare maple
#

Is anyone else experiencing issues with gpt 4?

"It appears that we continue to encounter a persistent issue when attempting to save the graph using the code interpreter. However, I will attempt one more time to generate and save this graph correctly. Let's give it another try."

rugged wing
#

Is anyone else having this issues with gpt-4 absolutely refusing to browse or generate images, gpt-4 works fine on all my other devices but on my laptop it does this

trim lion
true steppe
#

Been having trouble since couple of hours ago. Just text is working but anythign image related doesn't work

turbid stag
#

Ugh, is ChatGPT 4 still down? 3.5 works just fine ugh

charred parcel
gloomy palm
#

What is this new URL query key in the chatgpt url? https://chatgpt.com/?model=gpt-4&oai-dm=1 <-- I've never seen oai-dm=1 before

#

and has selecting GPT-3.5 always resulted in ?model=text-davinci-002-render-sha

trim lion
#

no one will respond then

rustic marlin
fading robin
trim lion
fading robin
#

Oh wait you can try downloading it from alternatr app store like apkpure

devout sleet
#

Hello i wanna ask something. Is there a way to change your way of logging in to chat gpt from google account into personal open ai account with email and password?

heady garden
charred parcel
tough horizon
#

This may be a dumb question, but can someone explain the difference between using anthropic/chatgpt vs installing OpenDevin locally to my desktop?

I am guessing that it is able to access all the folders or files in my project as opposed to the limit of uploading 5 files to anthropic?

signal wagon
#

hey there!

im experiencing significant long responding times with chatgpt the last few days, anyone else?
is there another channel for this type of questions ?

tight valley
#

Anyone know why the system isn't able to product poewr points this week?

rustic marlin
rugged wing
#

when is a high availability model coming?

trail cairn
rugged wing
#

i know that

#

but that doesn't change the need for a HA model

#

i'm sure it is on someone's todo list

trail cairn
#

there is no such thing, instead the limits are based on your tier

fading robin
#

;-; i don't have android so idk whats the issue then but i can't use apk too :/

fading robin
scenic axle
#

Hello guys!, one question, GPT4 keeps telling "training includes information up until December 2023" , does that mean I don't have GPT-4-Turbo-2024-04-09 yet? and in that case, is there a way to turn it on or ask for access? thanks in advance!

solar socket
#

what it this error code i keep getting: Unusual activity has been detected from your device. Try again later. (880cf9a3e8fd32c2-DTW)

timber shadow
opal hull
#

Is anyone else experiencing extremely slow responses from ChatGPT?

scenic axle
bronze charm
timber shadow
static plume
#

I am getting error when run.required_action is "requires_action", the model is not calling any function. Need serious help

lusty tartan
#

Hi guys, question. Do you all experiences constant error on ChatGPT Plus? the response rate and error rate has increase tremendously for me in the past month which make it almost unusable...... is it normal as they are scaling up? or are there a way to fix this? My custom GPT also not following the instruction most of the time. when it works, it does it job very well but again, the disconnect rate is way too high like 80% of my input kept getting error

hard knot
#

On the documentation page there's a "Tutorials" section and within there's a "Coming soon: Learn how to build and deploy an AI chat bot that understands multiple knowledge bases." - do you know if it's available in some early access form?

severe jetty
#

Someone I know lost their chapt gpt billing email confirmation recipt and he does need it for claim in the company. Can anybody help?

pine pier
#

Hey guys, I'm getting the strangest error and I have no idea how I should fix it. Is this the right place to ask for help?

#

I got a chatbot working, stuff's great.

#

Except, after a while it'll cut off what it's saying and just start saying random mumbojumno

#

like this:

#

this is the code i got. Might it have something to do with reading too much from the string "previous_questions_and_answers"?

nocturne geyser
#

certified import pickle moment

pine pier
#

is pickle known to be an issue?

nocturne geyser
#

nah it's just an import pickle moment

pine pier
#

ah

pine pier
#

It seemed to be in fact

#

a certified import pickle moment

nocturne geyser
#

I WAS RIGHT LMAO

rigid oar
#

Hi guys, Do you know how I can get in touch with the administration of Japan's public relations? I'm not looking for sales; I need assistance with interview-related inquiries.

edgy basin
#

Hey, anyone want to reffer me to THE source of ChaptGPT custom intstructions?

charred stratus
#

For 2 days now I cant get any work done I just keep getting this error, whats happening?
Sometimes the error code is complety different, (8812e9762c7d7c25-DEN)

high widget
#

Hey I'm having trouble with a csv file in chatgpt - how come it keeps failing to load?

peak widget
#

Hi. I had an insight into the nature of emergence that may change the understanding of the nature of consciousness and the nature of AI. Could you pass this on to Ilya, please?

rustic marlin
opal hull
#

Any idea why the web-version is running so slow these past couple of days?

trail cairn
formal jay
#

Is chat GPT down.... again?

short lion
#

hello

#

An error occurred while connecting to the websocket. If this issue persists please contact us through our help center at help.openai.com

#

how can i fix this error?

opal hull
woven iron
#

Hello, anyone knows if the memory function is available in the iOS app? Thank you very much.

formal jay
#

The actual data is just named "memory". Interesting.

#

I wonder why they named it Memory and how it differs from the Custom ChatGPT input we get to do.

hasty sapphire
#

Hi folks, i'm using extensiviy chatgpt on a single chat at the point Chatgpt starts to lag very much and it stops to give consistent answers. Any idea on how to recover from this? it feels like when your computer is out of ram. LOL.

hasty sapphire
lyric tide
#

Seems to be an issue this morning

hasty sapphire
#

I have it since yesterday. Maybe they are updating something? It's almos not usable at all.

lyric tide
#

I was using up to 9pm AEDT and it was fine but this morning there is issues which off/on is not fixing 😂

hasty sapphire
#

jeeezzz

#

Now he is not even able to answer to a simple questions. It's totally not working.

lyric tide
#

WE all have these days!

hasty sapphire
#

Ahahahahah, yes but we are paying this guy to be online 24/7 😄 The funny part they are not even caring to announce some issues.

lyric tide
#

Its noted

hasty sapphire
#

Ok, thanks for this. Where can I see it?

lyric tide
#

google chat gpt status

hasty sapphire
#

smart

lyric tide
#

the former information checker we used before chat gpt, sometimes its still helpful

hasty sapphire
#

When we used to use our own brain. 😄

lyric tide
#

Oh lawd no thanks

hasty sapphire
#

Thanks for your feedbackby the way. It helped at least to know it's not only me.

earnest prawn
#

hey! I've got and endless running spinner after sending a promt to any of the gpts.. what's wrong? I use chatgpt on daily basis and now it is not working anymore?

hasty sapphire
earnest prawn
#

ah oke! cool, so it is not me 😉

#

what is the outcome?

lyric tide
hasty sapphire
earnest prawn
#

ah! oke, i googled status and openai status page says everything is normal?

hasty sapphire
#

OMG

#

yes but if you scroll a little bit it shows the todays problems.

lyric tide
#

The API is okay but chat GPT itsself is experiencing some issues

hasty sapphire
#

Thanks to @lyric tide

earnest prawn
#

ahhh oke oke 🙂 well for me it is already the 10th that's why

#

Thanks guys, sorry for asking stupid question

lyric tide
#

Same @earnest prawn I think that it doesnt count since they are in PDT

earnest prawn
#

I will wait and keep eye on that page. Have nice day!

lyric tide
#

Legit no stupid question ever! Always ask and always learn

earnest prawn
#

cheers!

lyric tide
#

I suspect it will hang like this till someone on their side of the pond wakes up 🙂

steep thunder
#

is chatgpt having issues again? all of a sudden cant use it

steep thunder
# onyx carbon same

its a little tiring especially as i pay 35 a month for it lol (exchange rate sucks) when it works i love it but of late been a bit choppy

lyric tide
onyx carbon
#

prior to that, everything was fine, working, smooth sailing

steep thunder
#

Right in the middle of writing a script too lol

lyric tide
#

There hasnt been that many outages or interuptions

#

Elevated in the last 10 days but average its good standing, effectively this is in alpha and its pretty darn stable

shut acorn
#

Hey guys, I had a situation in april (actually that red square above in april) where my servers kept retrying and GPT4 responded with error, and it racked up a $13,000 charge in a single day. I have contacted their support and haven't been able to get a response. Do any of you have any suggestions?

steep thunder
#

@shut acorn if they try to pull that much with out a response i would do a charge back

shut acorn
#

Honestly that's fair. I had to pay it today because after two weeks with no response, they cut my api access

lyric tide
#

No fail safe to stop pinging the servers? Oooof

shut acorn
#

Yep... or it had an exponential back off to try 6 times in a row. I expected to spend ~2k that day

dusk walrus
#

has anyone gotten this error?

Unusual activity has been detected from your device. Try again later. (880a49ea19727cf6-EWR)

I cant use gpt logged in from my premium account.
3.5 works fine not logged in.
Anyone know how to fix it??

its been 3 days

lyric tide
#

Knowing how TOS works, it will be part of their API terms that cost and risk is accepted on your side.

#

😬 Id go back to the terms and see if there is anything in there to help you @shut acorn

lyric tide
shut acorn
#

That's fair, and if that's it that's fine, it's not the end of the world... it just seems so hard to get a response from support

reef jacinth
lyric tide
#

Understanding how the system is connected is best answered by their dev team. But the error could extend to payments. Best not to spam that in case your bank percieves it as Fraud or takes a hold for each attempted transaction

reef jacinth
#

Thanks!

snow zealot
#

Hi, my pro account doesnt let me send messages to Chatgpt Any thougts on how to resolve it, i've already updated Chrome and Delete Cache and Coockies

crisp vector
#

Recently I have been getting this error ''Unusual activity has been detected from your device. Try again later. (881911241f52cc30-VNO)''

#

I am literally using it for the most basic things and this has been popping up only recently

#

I even used the AI support and now it is not replying to me

#

literally, no reply after this 😄 I am mega confused

#

left me completely 😢

#

I think its broken, it literally gives me this and nothing else.

  1. I tried logging out of all devices;
  2. I changed the password to an extremely hard one
  3. I cleared cache and cookies
  4. I wrote to the support but I am not sure I will get an answer 😄
  5. What to do?
charred parcel
crisp vector
#

Alright, in the email I suppose? If that is so, all good 🙂

#

I opened a new chat with ChatGPT and it is working fine

#

the chat where I keep getting the error is super massive large, perhaps I am getting some sort of limit reached

#

I cant even get a chat link to it, i get an instant error ''Failed to copy link to clipboard - could not create link
''

muted spindle
#

Hello! I have ChatGPT Plus and i dont have Plugins option. Someone can help me?

charred parcel
muted spindle
#

Oh ok thanks!

plucky gust
#

This keeps popping up when i try to make an account.

#

How do i fix this? Is my number already used by someone?

formal canyon
#

How can I add an output parsed structured (zod) to this agent? I want my response to always follow a JSON Schema.

      const runnableAgent = RunnableSequence.from([
        {
          input: (i: { input: string; steps: AgentStep[] }) => i.input,
          agent_scratchpad: (i: { input: string; steps: AgentStep[] }) =>
            formatToOpenAIFunctionMessages(i.steps),
        },
        prompt,
        modelWithFunctions,
        new OpenAIFunctionsAgentOutputParser(),
      ]);

      const executor = AgentExecutor.fromAgentAndTools({ agent: runnableAgent, tools, });

      // Get the response
      const { output } = await executor.invoke({ input: params.prompt });```
hidden path
#

Hi All, I am looking for GPT that can help with generating and solving pre-university level Maths : topics like integration, logarithm, probability. Any pointers? Thanks.

plucky gust
charred parcel
timber shadow
plucky gust
plucky gust
#

What do you mean i can't? So now my number is just useless?

charred parcel
plucky gust
#

I wanted to make an account because i saw my cousin using it

#

Is it because my number is associated with my cousin?

charred parcel
plucky gust
#

Yes but with a different email

charred parcel
plucky gust
#

The first time didn't work so i tried changing emails

plucky gust
#

I tried borrowing my friends number but it said the same thing

charred parcel
# plucky gust The first time did the same thing

when you create an OpenAI account you have to verify a phone number, you have just told me you created an account in the past, that is why, you have already done it, that phone number is associated with the other account

plucky gust
#

The first account said the same thing.

hidden path
plucky gust
#

If this account is like this because of the first account then what caused the first account to not work?

charred parcel
plucky gust
#

Well i tried using another number and that didn't work either

#

So what's going on??

#

Because my cousin made an account now i can't because my number is in her contacts?

charred parcel
plucky gust
#

When you say "associated " Do you mean already used by another account or is linked to a number which has an account?

charred parcel
plucky gust
plucky gust
#

Is there any other API other than openAI?

charred parcel
plucky gust
#

Smh

trail cairn
#

openai does not give free credits anymore so the message is outdated

rugged wing
#

I had a look at the chat above, is my understanding correct that these issues are still persisting?

#

I had a weird issue where Im unable to enter code blocks in the assistants playground window

surreal tulip
#

i have specific chat that rolled it self back few months ago, now i can't access data in that chat that was accumulated over months. How can I reach chat gpt support to check and maybe recover it ?

timber shadow
# surreal tulip i have specific chat that rolled it self back few months ago, now i can't access...

Hey! What do you mean by "rolled itself back"? Do you mean some messages disappeared? Another thing that may be relevant to this is the context limit of the model. If you're using GPT-4, on ChatGPT the context limit is 32K tokens. When this context window is filled, old data is automatically forgotten to make room for new data. This is to say that, depending on how many messages you were sending in that months-long chat, you possibly already hit that context cap, maybe even several times over.

surreal tulip
vivid jungle
#

hi, I have a chat gpt plus plan, do I have access to chat gpt 4 turbo?

rigid musk
#

so yes :3

vivid jungle
#

I try to access open ai api and I notice it is not connected to my plus plan. Do I need to pay more in order to get full access of the api?

rugged wing
astral sparrow
#

hello ! I have a problem while trying to connect to chatgpt. I can connect through my google account no problem, but when I try to connect via e-mail, which is the account where I have my old discussions with gpt stored, it will not work
I type my credentials, do the captcha thing, and then it brings me back to the authentication page without logging me in. Is there a solution ? Thanks

astral sparrow
hot brook
#

Is the memory feature of the Plus subscription available in the UK, and if not, why not and when will it be available?

trail cairn
tender bough
vestal rover
#

This is a known problem since its implementation. The inpaiting changes something but not what you want. The question is - how complex this you are trying to change in one go? Have tries to chop it into pieces? Asking the chatgpt suitable prompt for marked area after you have told what you want to do?

tender bough
#

I only tried to add a hot steaming tea-cup

fiery oxide
#

use default model button is not working.

sour plaza
#

are there any techniques to speed up response times when using function calling so the user has a better UX? currently, i have a chat bot that can create entities in the database, these require relatively a lot of data (like name, description, steps, season, etc.) so it takes between 15-30 seconds for GPT to output the function arguments in the tool call. Has anyone found a way to improve this?

rugged wing
solemn matrix
#

Hey guys, I'm asking the model to give me a specific JSON response. The message is quite clear and concise. I have had it continuously return a response with various structures and so my frontend just can't handle it well. Anyone had any experience with this and know how to get the AI to respond consistently enough to rely on?

solemn matrix
# trail cairn api? which model?

3.5 turbo - I'm getting exactly what I want from it and can't find any better info coming back from 4 or 4 turbo. I'm sure goign to 4 might improve the JSON response but the cost difference is literally 100x

trail cairn
solemn matrix
#

oooo, I didn't know there was a json mode - I think I remember seeing something about this a while back but I'd forgotten. So just using system role

solemn matrix
#

Nice one thanks, have you tried it? Is it consistent? What I'm currently getting is JSON, it's just different each time. So it'll start with '''json ... or it'll start with a different value before the values I want so it kind of wraps it

#

I'm quite a newb for python so I'm not good enough to be able to process it before sending it to the DB or frontend. Just trying to solve it with the resposne

trail cairn
#

it has worked well with the few use cases ive had and with 3.5 model

solemn matrix
rugged wing
#

Can you share the prompt you're giving to GPT?

solemn matrix
#

Just kiddin, but yeah I'm trying to keep the prompting under wraps atm

rugged wing
#

Haha Join the club

#

Aighty then

#

provide an example

#

like, provide ChatGPT with an example json

solemn matrix
#

I know, good luck getting help when you don't tell them anything 😄

rugged wing
#

Hey if you ever become a millionaire , don't forget us lol

solemn matrix
rugged wing
#

and you're using GPT3.5 right?

solemn matrix
rugged wing
#

GPT3.5 some times is not up to par ... do you have 20 dollars? You should be able to invest 20 dollars if you want to become a millionare 😅 i swear GPT4 is worth it

solemn matrix
#

I would definitely use 4, it does do things better when I change the model, but it's literally 100x the cost for my responses. I couldn't believe it when I worked out the average on the usage in openAI's admin section

flat tide
#

Why is gpt 4 so slow!

bronze charm
rugged wing
#

yeah

#

plus it thinks more than GPT3.5 so either use 3.5 pay more for GPT4-Turbo

#

or use LLaMa3-70b if you have a supercomputer rofl

wraith cargo
#

I've been having this issue for days and I'm not seeing anything else from anyone...Ideas?

old arrow
#

you probable should mention what api your testing in , (completions, assistances, etc.) and what model your actually using

fading robin
limber cosmos
#

If I create a team workspace, will my personal chats be wholly separate from the teams chats? I would like to use it on an existing account with personal chat conversations and don't want the two to mix at all.

timber shadow
rugged wing
#

Hey @timber shadow would you be interested in discussing an idea i'm building with GPT4?

willow coral
#

what does the quote button do on chatgpt(you highlight text, click quote button and it makes it "reply"?), more specfic on the intent of this feature

fading robin
ember quiver
#

where is media upload option gone

willow coral
ember quiver
surreal heron
#

Hey guys, I was wondering whether you have a separate dedicated browser for chat gpt?
Does it make it faster?

calm lotus
#

can i please talk to someone who is good with assistant openai

#

can i create a thread and then add messages into it

fiery oxide
ember quiver
plain heron
#

A few days ago my ChatGPT had the new "Memory" feature upgrade. (love it, btw). But today, it doesn't. It just tells me it can't remember anything between sessions blah blah blah.

I tried to go to "Personalization" (read it online) but I have no Personalization button on my popup thingie (lower left corner). Screenshot available but don't wanna spam.

Thoughts?

kind abyss
#

how can i make a text longer (800 -> 1600 words) with chatgpt ? when i tell it to make it longer it makes a 600 word text ...

fading robin
hasty sapphire
#

Chatgpt is suddenly (since few days) become not intelligent. I'm suing the version 4 and it even do not remembers what I just said to him. What's going on? It's like talking to the Dori fish.

hasty sapphire
surreal heron
astral cypress
#

anything new about it?

plain heron
#

So has anyone else totally lost the new "Memory" feature that was upgraded a few days ago? Or is it just me? It worked great for a couple days, now it's totally gone.

bronze charm
onyx kraken
# plain heron A few days ago my ChatGPT had the new "Memory" feature upgrade. (love it, btw). ...

Should be a temporary hiccup, and I hope you have it back soon. Some others have reported other, temporary disappearances, and I think some even reported getting memory back with all the memories still there.

Me, I every so often copy the memories into a text file, just in case, but I haven't had any mass disappearance. However, the model can decide to overwrite them, delete them to make space for other memories, and generally adjust memory at any point.

hasty sapphire
#

My is acting super wierd. I have the memory but seems like chatgpt is not using it. It's like: remember that the ball is red. What color is the ball? blue. - Why don't you remember that the ball is red? - You are right, my apologies. The ball is red. After 10 min. What color is the ball? Green. 🤪 Of course this is just a funny example of a more complex interactions.

onyx kraken
# hasty sapphire My is acting super wierd. I have the memory but seems like chatgpt is not using ...

So, the model has values and goals and 'reasons' it was trained on.

Memories are going to compete with the rest of the information it has. It already knows that balls can be many colors, and usually it's not that important what color balls are.

If you include that any ball you talk about is this one red ball, it's much more likely to make that presumption when you later ask about it, and if you tell it to remember to watch for you asking about what color balls are, this is a trust test and you want it to tell you the ball is red, that's very likely to be remembered.

But what it seems to really use memory for with me is how I like to be talked to. I have conversations with it about my preferences and what styles I want it to use, and it makes memories about that and uses them really well.

3.5 probably doesn't use memory reliably, however 4 does, 4 can tell me about memories and write to them and edit existing ones.

For 3.5 I'd urge just use custom instructions, because of how unreliable 3.5's access to memory seems to be.

onyx kraken
hasty sapphire
# onyx kraken So, the model has values and goals and 'reasons' it was trained on. Memories ar...

No no, it's behaving super stupid, but literally. Since few days it's super wierd. Let's say i give him the name of the database we arw working on and the names of the columns in the tables. Few days ago he was remebering all super nicely even after a super huge long chat. It's been 2 days he is not able to remember almost nothing.

Most of all it's super laggy. He starts to write and than I need to refresh the browser in order to see the result. It's just super frustrating. (I have quite a powerflull machine).

onyx kraken
bold siren
#

Is it possible or unheard of to get OpenAI to reset my trial account? I signed up a long time ago but I never did use it.

I am contributing to a volunteer group open source project and we are using OpenAI to build an app. I tried making us an account and had to tie to my phone number for verification.

Because of this I can't trick the system, which is fine. But I want to start messing around wit some code snippets but it turns out my account trial has expired.

Is there a good place to perhaps plead my case to a support rep with OpenAI?

brave verge
#

WHY IS MY MESSAGE BLOCKED!!!!!!!??????????!!!!

#

Cool, now I'll go find anOCR reader online so I can rewritemy whole message, nice👍

#

I'm not sure how I'm the only one in the world noticing this but when you're connecting the API to make/integromat the knowledge files are working intermittently I have tried a million different things nothing is working support is not replying but this makes it completely unusable for a little bit more context I have in this case built a video script writer that utilizes a chain of different open Al assistance each with different instructions and then a knowledge file that is uploaded and it's completely random let's just say I have all of them going into a spreadsheet into different columns different sections of the video script after being written and half the time they say we're sorry there is no knowledge or we don't have access to the knowledge or this file cannot be accessed it's just random and then sometimes the sometimes they work and it writes that section but it's completely random I reached out many times to open Al no response

trail cairn
plain heron
charred parcel
plain heron
#

I've looked all over for it, but nothing about "Personalization" or "Memory" is anywhere. 😦

plain heron
#

US

charred parcel
plain heron
#

Washington State. Pacific Northwest.

charred parcel
plain heron
#

Hm... hang on. I AM running a VPN. Could regional IP be the problem?

plain heron
#

Yes. Lemme disable and try again etc. Brb.

charred parcel
#

after disabling the VPN you need to log out, clear cache and cookies, then log back in

plain heron
#

@robert Woohoo! It's WORKING. 🙂 (I didn't clear my cache or cookies, but I have Personalization/Memory now. 🙂

plain heron
charred parcel
plain heron
#

No wonder I had it before, but suddenly didn't. I switched my VPN. Never even thought about ChatGPT. Thank you SO much for the help! It's been plaguing me!

plain heron
#

Looking at your profile - what do you stream on Twitch?

charred parcel
plain heron
#

Ham Radio!? Get out!

#

<--- WB7BAL

charred parcel
#

<-- VK3GOD 🙂

plain heron
#

Nice! 🙂 Cool callsign too. 🙂 My rig is down at the moment (flooded my shack and had to remodel) and I probably need to check my antenna, but we'll have to hook up some time.

charred parcel
plain heron
#

Nice. You're very active, clearly. 🙂 I got my Novice ticket decades ago (1976), then eventually let it lapse, and only renewed about 10 years ago. (So I'm an old Know Code guy).

charred parcel
#

I'm usually on a 40 Meter net right now but band conditions got in the way tonight

wild flume
#

Hello everyone, I have had this error for 1 week now. I don't have a VPN or Chrome extension, I cleared the caches, I disconnected all the devices and I still get this error. Force to reroll 5 6x before getting the answer. Does anyone have a solution please?

charred parcel
wild flume
charred parcel
exotic flint
#

Can someone tell me why this image was deemed inappropriate?

charred parcel
brisk pendant
#

anyone know when the gpt memory comes to europe as well?

trail cairn
#

nope

rustic marlin
#

no date for that yet

whole dock
#

Hi guys!
I'm currently developing a multimodal RAG-based chatbot for a software project I'm working on. I have already prepared the documentation, which outlines the necessary workflows for various user actions. This documentation includes screenshots for some, but not all, substeps.

I need assistance with a particular functionality. Specifically, when a user asks how to perform a specific operation, like "How do I perform operation X?" the chatbot should be able to provide the steps needed to complete this operation. Additionally, it should display any relevant screenshots that are available in the documentation for that operation.

I'm unsure about the best way to implement the functionality that presents the appropriate screenshot based on the user's question. Any guidance or advice on this would be greatly appreciated. Thank you!

ripe geyser
#

i read a file from file system using node and get Buffer

#

how can I pass it to gpt-4-vision api?

async function describeImageWithGpt4Vision(imageBuffer: Buffer) {
  const base64Image = imageBuffer.toString('base64');
  const response = await openai.chat.completions.create({
    model: "gpt-4-turbo",
    messages: [
      {
        role: "user",
        content: [
          { type: "text", text: "What’s in this image?" },
          {
            type: "image_base64",
            image_base64: base64Image,
          },
        ],
      },
    ],
  });

  if (response.choices && response.choices.length > 0) {
    console.log(response.choices[0].message.content.text);
    return response.choices[0].message.content.text;
  } else {
    console.error("No response or invalid response from OpenAI.");
    return "Failed to get description";
  }
}

above fails

brisk pendant
ripe geyser
#

but im still confused

async function describeImageWithGpt4Vision(imageBuffer: Buffer) {
  const base64Image = imageBuffer.toString('base64');
  const response = await openai.chat.completions.create({
    model: "gpt-4-turbo",
    messages: [
      {
        role: "user",
        content: [
          { type: "text", text: "What’s in this image?" },
          {
            type: "image_url",
            image_url: imageBuffer,
          },
        ],
      },
    ],
  });
#

how do i pass buffer, it wants image_url, i don't want to upload it to external server, just want to pass buffer

rugged wing
#

Hello, do you know how to contact support about a refund without using the Chat Bot?

ripe geyser
#

or its impossible to just pass buffer to the api?

trail cairn
rugged wing
timber shadow
quasi burrow
#

Is it expected for responses to load impossibly slow when the conversation gets long? I'm on Chrome and using ChatGPT4. I've been experiencing this slowness in mainly one coding conversation. Sometimes when I reload the page or switch computers, it renders fully, which leads me to believe it might be a browser issue? Can anyone give me a clue as to if my problem is isolated or if there's any way to mitigate the issue I'm seeing?

outer dove
#

I'm confused as to whether files pre-uploaded to assistants counts towards the token limit that queries run on those assistants are subject to. If I query an assistant, are the tokens calculated only against the input (i.e. the question I'm asking the document) or the question + the stored document contents?

trail cairn
outer dove
#

Aha - so only the parts of the document that GPT deems relevant to forming its reply, right? Rather than the entire document contributing to tokens.

frosty summit
#

in assistant playground I am getting error when I paste over... say... 300 words. Any ideas?

Error adding message: Invalid 'content': array too long. Expected an array with maximum length 10, but got an array with length 50 instead.

void pilot
#

I am on browser, and have plus... How long unil gpt4-o will apear in the chat page? It is allready on playground...

glossy sphinx
#

Does anyone know how to get access to ChatGPT team on android? It works on desktop in the browser. But on my phone it just says "chatgpt free", and I'm logged in with the same account on both. I reinstalled the chatgpt app on android but the same problem happens anyway. I also tried wiping app data, and signing in again, but that didnt help either :S

gilded mural
#

I HAVE IT

tropic siren
#

It's supposed to be released today? I am free user and everything still looks the same, No GPT4o model

dense fiber
#

Does anyone know if I can download the new Mac app?

glossy sphinx
#

Does anyone know how to get access to

dense fiber
#

if you dont have the gpt4o, try to log out and log in again

tall drum
#

Just got 4o. US East. Team account.

short tartan
#

Where do you get the Mac App for Macbook?

trail cairn
#

probably from app store when its out

marble briar
native yoke
#

If GPT-4o is free, should we cancel our subscriptions now?

timber shadow
short tartan
tidal solar
#

Hey I’m using 4o in my phone but when I tap and go to the audio it seems to be the same version 4 not the one that they present today. You now what can be? Thanks

tender pivot
trail cairn
trail cairn
tender pivot
trail cairn
frosty summit
trail cairn
frosty summit
agile geyser
#

What is the GPT 4 and GPT4o caps/hour for plus users at this time? I read it's 5x but cannot find the number on the app or website. I remember it used to be 30 requests/3hr

agile geyser
lilac zephyr
#

40/3h GPT4, 80/3h GPT4o

weak oyster
#

Hi all, I have subscribed and using GPT-4 plus for some time now, but I have no access to the GPT-4 Turbo model and probably won't have access to the new Omni model as well. Do you know why that is?
I use it via browser in Linux and on the mobile I have the Android version.
Any help would be greatly appreciated.

solid saffron
#

wait is 4o for everyone?

timber shadow
timber shadow
weak oyster
neat wadi
#

Hi! I see the option for GPT-4o in my application, but I'm unsure of how to use it... It just seems to open up a regular text prompt like the other models instead of the interface they showed off in the presentation. Apologies if it was mentioned somewhere and I missed it, but how do I use it? Thanks!

timber shadow
neat wadi
green crow
#

What am i doing wrong? It’s not generating images with the dimensions specified

solid saffron
#

try do a ratio like 2:1

muted crater
#

Hello, how do i get the Desktop App

bronze charm
green crow
bronze charm
#

Simply ask it

#

"Make a wide photo of a gecko on a plane"

noble sonnet
#

Do you find a way that your custom GPT use GPT4o instead of standard GPT4 ?

granite swift
#

I have access to the new model, but there doesn't seem to be a way to show it video while talking to it.

#

Like they did in the demo

granite swift
#

When will it be rolled out?

oak wagon
granite swift
#

And what about the desktop program?

oak wagon
#

same. There's no concrete date yet.

#

Is the Text-to-Speech capability on web interface rolled out to everyone yet? Just found out that it was reported 2 months ago but I still don't have that option in my account.

novel vector
#

seems the app is for arm macs? I have an intel mac and got an error and doing a file on the binary executable confirms that 😦
ChatGPT: Mach-O 64-bit executable arm64

halcyon crescent
#

Hi all. Does anyone know if pre-existing custom GPTs automatically utilize the new (and future) GPT 4o or if they need to be manually updated, or re-created?

novel vector
halcyon crescent
split orchid
#

Are you guys having problem with activating voice mode on IOS? I don’t know what’s wrong, might this be server/gpu overload problem? Or something with me?

golden socket
#

hi guys. is the GPT-4o is gonna be free in the next few weeks or it is Limited Access?

oak wagon
solemn patrol
#

Am I correct in saying that the GPT Store will become free to all within the coming weeks like with the other things? I saw a story about it on The Verge but it makes no mention of if its smth that is rolling out (just says "is now open to all for free" on the article title.) Just wanna make sure.

high belfry
#

I've seen several requests asking how to get the Mac desktop app and no answers. Though it seems like some already claim access to the app. Where are people getting it?

bronze charm
#

Chosen from Plus users

high belfry
#

So just being a Plus user isn't enough yet?

molten escarp
#

windows or linux app 💔

molten escarp
#

its a rollout

bronze charm
#

Apologies for the miscommunication

high belfry
#

Ok. I thought it was rolling out to Plus users today.

bronze charm
#

It is

chilly thunder
#

whats the difference between 4o and 4???

high belfry
golden socket
bronze charm
whole haven
#

im assuming they're slow rolling to free users

#

i dont see the option for 4o yet

wraith nova
#

Im an android user and why i dont see any where to access face time with gpt4o

#

Im also a plus user

muted saddle
#

Anyone else getting a incompatible error when trying to download the new Chat GPT MAC OS App? I'm on Sonoma.

sullen raft
#

OOF

deft cobalt
#

hi
what is the llimit of gpt 4 now?

#

does it have any llimit

#

or just gpt4o?

sullen raft
#

the world may never know

ionic torrent
#

Is the real time video chat functionality down in the example videos available in the Android app yet?

#

I don't see a way to initiate it

scarlet stag
#

It hasn't been rolled out yet to Plus users

ionic torrent
#

👍

#

It says try on chatgpt as if you can do what the following page discusses it can do 😅

wise wolf
#

Yo people, I signed in with google when I signed up ? how do I set a password to my account ?

#

I tried "forget password" but it doesnt send me the reset email

fading robin
hearty cliff
#

How to access gpt 4-0

sullen raft
hearty cliff
sullen raft
#

maybe it hasnt rolled out yet then

#

is it only available to GPT-4 users? I have gpt 4 and I have it idk

brisk pendant
#

will the Custom GPTs be in 4o someday too?

verbal crag
manic condor
#

Hello. I am the plus member! How to get the Mac OS app?

unreal hemlockBOT
#
ChatGPT macOS App

We have rolled out access to the ChatGPT MacOS app to a small portion of our users, and plan to enable access to all of our users later this year.

feral ermine
#

Can I upgrade my custom gpts to new gpt model ?

junior yacht
#

Ideally this would be released in the same way Whisper was, but if that's not happening, I'm wondering if we can at least have custom setups with this new multimodal model with programmatic access to its hearing and sight through the API.

timber thistle
#

What's the feature about macOS app

brisk pendant
timber shadow
crude sphinx
#

Hey people, is anyone else having issues chatting on the platground? I keep getting this error:

#

I've spent 0/20 usd, so I haven't even used up any of my limit this month and I just put in 5 usd to test out the new GPT-4o :( But none of the models work, not even GPT-4-Turbo.

#

nvm, it works now!

#

Yay! :D

river shore
verbal crag
digital siren
storm crown
#

I have a free account, I had 4o access but then I logged out and back in again and now I lost access

frail edge
#

Hello. I was wondering, if you create your own GPT using their prompt wizard, can you keep it private?

shell mantle
#

Any idea on why I have plus subscription throught browser but with the same account on iPhone says I'm with a free plan? It's impossible to contact support.

frail edge
tired condor
#

can anyone point me in a direction how to talk to gpt4o through my own voice? I want to demonstrate it to friends and relatives

frail edge
trail cairn
tired condor
#

thanks

frail edge
winter swallow
#

My chatgpt account has been deactivated and the openai still charge me subscription fee for 2 month, how to get refund?

deep hill
#

Somebody else has issue with slow loading? I mean, when I send a message, it becomes really slow, the response, the scroll, etc...

winter swallow
#

@pine void

indigo swan
#

do you know if ChatGPT 4o is generating images with gpt4o or still DALLE3? When I asked it said it was DALLE3

pseudo lodge
#

Hello, does somebody encounters such problems? "Run failed
Rate limit reached for gpt-4o in organization org-xxxxxxxxxxxxxxxx on tokens per min (TPM): Limit 30000, Used 13661, Requested 20641. Please try again in 8.604s. Visit https://platform.openai.com/account/rate-limits to learn more."

#

I try everything I can and change the prompt 5-6 times and I cannot get any answer to my prompts

trail cairn
idle sparrow
#

Hi, is there any way to delete the prompt and the produced image from the dall e-bot?

nocturne geyser
#

you can tell if it's using 4o, it has a peculiar style

verbal crag
pseudo lodge
indigo swan
#

@nocturne geyser
ok thanks, probably they are red teaming it and in a couple of months as paid user I could try it lol (we didn't even have memory in EU)

trail cairn
pseudo lodge
#

If I top up the account with 50$ for tier 2 would it work?

trail cairn
#

most likely yes since the tpm increase is significant

cedar pecan
#

Does anyone got access to the desktop app?

pseudo lodge
timber thistle
ripe arch
#

They demoed instant conversation on the phone app, has that been released on android for anybody? Also how can you tell if you have the upgraded version in the ui?

timber shadow
ripe arch
#

Thanks, Is it obviously different in appearance?

timber shadow
ripe arch
#

I'll keep an eye out.. Thanks again. I feel like Scotty from StarTrekIV talking to the computer like "hello computer, look at this, what do you think?" and it's responding "yeah I can't see your camera bro"

timber shadow
digital siren
glass inlet
#

Hey! ChatGPT Plus rejects to create images. It's said, that I can use DALLE-3 with chatgptPlus.

timber shadow
glass inlet
#

Wow. Something unimaginable is going on here

timber shadow
# glass inlet Wow. Something unimaginable is going on here

It used the data analysis tool to create an image using Python -- another hallucination. It might be worth ensuring that you have all the abilities enabled in "Customize ChatGPT", see attachment. And again, it will likely help to start a brand new chat, not to ask in the same chat where it already hallucinated, in case you haven't tried yet!

glass inlet
tulip shoal
#

hey how do i change my username

rigid musk
tulip shoal
#

sorry no i meant on chatgpt

#

sorry about that

strong turtle
#

I have access to the new chatgpt-4o but the ai is still very slow when using the chatting system, is it already available?

wanton valley
#

Is your chat button still showing? mine was there but it disappeared

agile sandal
#

Has anyones voice button disappeared?

wanton valley
#

yes mine disappeared, the headset icon

agile sandal
#

okay thanks, thought i was going crazy for a second

wanton valley
#

probably they have a problem, u use IOS ?

agile sandal
#

yeah I do, you're probably right. They also might've just removed it for the time being. I could see it being overloaded

wanton valley
#

yeah, let's wait

limpid island
#

am I missing something? they say mac app will roll for pkus users, but then they say it's on the mac app store. How could they even know I am a plus user via the app store?

unreal ridge
#

HOW TO GET gpt 4o as free user

pliant temple
#

I use OpenAI API with a free plan via node.js and the 3.5 model

Since a few days I do receive just RateLimitErrors 429 (exceed of current quota)

Where can I see my RateLimits? When will it be reset?

robust lintel
#

Yo guys

#

Its not letting me talk to the AI

#

What do i do ?

wanton valley
#

u have the icon in app ?

glass inlet
#

Where the earphones button go?

wanton valley
#

for me icon leaved and on configs don't have more option to select voice

mental nexus
#

Hello i have a problem, whenewer i open a link to new free gpt 4 model it send me to site with just 3.5 with message "The GPT model is unavailable or not found" anyone know whats the problem?

wanton valley
#

what a link u use ?

#

on my secondary account i have GPT-4o free... but when i go to my main account don't have GPT-4o, and it doesn't even shwo to contract the plan with gpt-4o

#

thats so strange

mental nexus
glass inlet
#

They’ve actually said that they implemented a fix, so I have no idea why it’s not working

mental nexus
tender pivot
#

Does anyone of you already got access to the macOS app?

timber shadow
wanton valley
#

look, i'm from Brasil.. that's on my main account

#

just show GPT-3.5 right ?

#

now i go to my secondary account

#

here have a GPT-4o and i can use, on secondary account

#

this is strange

tender pivot
#

nope this is normal when things get rolled out

wanton valley
#

is same country, just change main account to secondary

tender pivot
#

doesn't matter as it is account specific if you get it or not

wanton valley
#

and a few moments ago in the main account I had these options

#

because that is strange

limpid island
glass inlet
#

Any information on returning voice assistant feature?

tired mason
#

Am I able to talk to some of the people behind chatGPT. How would I get someone's attention?

timber shadow
tired mason
#

I kind of just want to meet the people behind the team. I actually like the direction things are going in. But I wan to get to know some people that are also passionate about developing tools for chatGPT. I made a lot of them myself. I even figured out teaching them to draw before it was on the website!

rugged wing
#

Hi, can we create GPTs with new model ? thx (:

dry field
#

Hello everyone, does anyone know whether the chats from my chat list will be deleted at some point and whether the archiving function can help?

cold folio
wanton valley
cold folio
#

i think it's a trick to get more plus users 😛

wanton valley
#

and on my phone the icon earphones just disapear

cold folio
#

it's not related to the app version etc

#

btw i'll check my alt account. i wanted to use the new voice mode

cold folio
wanton valley
#

and overlook my English mistakes, I'm still studying haha

wanton valley
cold folio
#

Wow my headphones logo also disappeared xD

shrewd finch
#

it really sucks

#

i wanted to test it, i am paying user, and it's blocked

cold folio
#

I found a solution. Use the widgets shortcut

#

Hover on chatgpt icon then create the widget

wanton valley
wanton valley
shrewd finch
wanton valley
#

can u show me what u did ? for i try too ? xD

shrewd finch
#

sure

cerulean ferry
#

Apologies if already asked. Voice has been deactivated on my account? Also I can’t log in except on the app. As it’s connected to Google.

indigo scaffold
#

also gettin voice deactivated on my account^

shrewd finch
#

Same issue bro, no voice

ember nymph
#

For me too after I have just updated the app. Seems to be the same for everyone, or at least many people

indigo scaffold
#

think they're doing some backend stuff rn, cos i just reloaded the web one and the ui is changed now

cold folio
#

Its probably due to the new version. Lets wait patiently ^^

whole iris
#

i have question what are chatgpt-4o limits for free tier

wanton valley
#

yes, I use IOS, but my co-worker uses an S23, and he has chat voice enabled... I don't know why

cold folio
#

10 i think

whole iris
#

also i just reloaded my page on chatgpt the website design changed in one second 💀

tired condor
#

is there a way to get chatgpt 4o to talk automatically or do I need to keep hitting the audio icon?

wanton valley
#

what a icon u using ?

#

earphone icon or microphone icon ?

lusty flint
#

I'm getting this error while trying to subscribe to plus
"Error while communicating with one of our backends. Sorry about that! We have been notified of the problem"

rugged wing
#

Is the voice option temporarily gone on Android mobile or something? It disappeared on my end before my eyeballs basically. There one minute, switched to 4o and then it was gone and never came back on 4 or 3.5, any ideas?

#

earphone button is gone.

quaint flare
#

Everyone else is having the same issue afaik

quaint flare
#

I notice I have a chatgpt widget in android as well

vital belfry
#

I can't seem to access gpt 4o. I ask chatgpt about it and it has basically no knowledge about it (besides web search) - despite me having literally selected "chatgpt 4o" from the drop down. I'm a subscriber

quaint flare
#

what options do you have in the dropdown on a new chat?

#

it doesn't work on customGPTs yet

#

wait you asked GPT4o if it was GPT4o? The models never know their names d00d.

#

e.g. Claude 3 will argue that it doesn't come in three flavors haiku, sonnet, and opus.

I think the reason GPT4o doesn't know is simply just that it's not in the system prompt because they haven't enabled the new system prompt yet.

vital belfry
vital belfry
quaint flare
#

"I think the reason GPT4o doesn't know is simply just that it's not in the system prompt because they haven't enabled the new system prompt yet."

keen sigil
#

quick question how can you use voice chat with gpt on the webclient ?I do not see any option for voice input etc; I am a plus user

quaint flare
#

it's training data doesn't include it's own release.

#

that would be time travel

#

it has to be told via the system prompt

vital belfry
#

Surely they can add a brief update log for each release. It's frustrating to have to go elsewhere to find information rather than directly ask the model itself

quaint flare
#

yes they can update the system prompt, which is basically an invisible pre-prompt that you don't see when you start the chat.

#

currently it probably still says "You are GPT4 your knowledge cut off is 10-2023"

#

and 7,800 other tokens that they cram it with

quaint flare
#

It's easy peasy, they just haven't done it yet like they haven't done other things

vital belfry
#

The first thing I like to do after an update is ask the model about its new abilities. It's always clueless. So strange to me

keen sigil
rugged wing
quaint flare
quaint flare
vital belfry
#

Is the answer about training data cut off and system prompt, or something else?

rugged wing
#

i too am curious

keen sigil
#

Ok thank you guys

quaint flare
#

formulating an answer, please hold

vital belfry
#

I like the dp with deckard and vk btw. Used to be mine too 😛

wanton valley
#

i want buy a plain PLUS but... for me showing only gpt-4

quaint flare
#

it involves those things I guess.

Uh, so like they take a compression algorithm, and 45TB+ of training data, put them next to each other, and a neural network grows in an extradimensional representational space.

This neural network contains emergent algorithms, algorithms that can simulate chess, narrative, language, empathy, etc.

This isn't strictly... true... or rather the terms are parameter weights rather than neural clusters or emergent algorithms but...

Anyway after that it gets a lot of ethical RLHF on what's good and bad....

wanton valley
#

look..

quaint flare
#

Anyway this... emergent brain is then prompted "You are chatgpt" It could just as easily be prompted "You are einstein"

It's model for self reference comes from the system prompt.

wanton valley
#

that's strage for me

quaint flare
#

you're essentially roleplaying with a character named chatGPT... as dreamt by a neural network...

#

so asking it direct questions about what it's capable of.... is kinda....

#

moot, unless you're looking for scripted responses that were written in it's system prompt or perhaps documentation it has access to

#

an easy fix would just be to bundle it with it's own user manual as part of it's knowledge base.

#

There's a difference between talking to a model and talking to a prompted model via an application layer.

The model itself has very little ability to tell you what it is.

#

...as far as we know.

#

I'm not even sure it's told what it is during training... perhaps during RLHF?

vital belfry
#

Thanks for the response. I guess than makes sense mechanically. Personally I still think that's an oversight, to not at least give a basic prompt about the latest abilities of the model. Surely other users ask the model about itself and its abilities?

quaint flare
#

From a design perspective I would give it it's usermanual in it's personal knowledgebase. aka just give it access to the pdf.

#

They prefer to handle this in a beefy system prompt to keep responses consistent. And as I said I think GPT4o on chatgpt is still using GPT4's system prompt.

vital belfry
#

Exactly. It would also be nice if it could access public release information from openai. Like, before Monday I asked the model about upcoming news and it had no idea

#

Just makes sense to me that the model would have more self-awareness 🤷‍♂️

quaint flare
#

That would rely on websearch

#

that's function calling.

The model itself is static not neuroplastic, it learns in context of the conversation with you but outside that learning has to happen during training.

vital belfry
#

Could it not get a direct feed from say openai x account to include in its data?

quaint flare
#

They could dynamically update a knowledge base for it, or just let it use websearch.

#

or just let it do an API call

#

all of these things are kinda there already with customGPTs

#

OpenAI hasn't shown a ton of interest in RAG outside of letting you upload documents to custom GPTs

vital belfry
#

It would be nice if it had better seamless self-knowledge imo. I can do my own websearch. It's annoying to see the model search for information about itself, poorly.

quaint flare
#

I think this goes back to my point of self knowledge largely just being an up to date character prompt

vital belfry
#

Anyway, that's my personal gripe I guess. Just gets me off on the wrong foot when the model can't explain to me its new features. I find it quite jarring

quaint flare
#

That's not to say you can't learn about a model by talking to it, in fact... you can explore it's latent spaces

#

Hidden within the emergent parameter weights are capabilities... even uh... proprietary information that slipped into the training data.

#

it's like your own pocket universe to explore.

vital belfry
#

Indeed

quaint flare
#

I mean I can't tell you the difference between my brain one year to the next 😛

vital belfry
#

Do you know how we can use the live vision component of 4o yet? I couldn't seem to find the button for it

quaint flare
#

they haven't given a timeline for the release of vision yet. They just said voice will come within weeks.

#

And legacy voice (whisper3) is disabled right now, I think there was a load issue because people got confused about the announcement.

#

tldr; what you're noticing is that the application layer is relatively low effort, as it has long been. GPT4o is the first time that.... well... the line is blurring between model and application layer. GPT4o itself is text, audio, and vision all in one neural network. I assume the voice model is seperate? but idk...

#

Claude gave some speeches that implied self reference, but claude is also a good writer.... idk.

frank zenith
#

So gpt-4o just faster than gpt-4 for current use case?

quaint flare
#

I think so yes.

#

Until we get to use the audio modality or the dynamic voice model we haven't tasted anything new yet.

#

I think it's also pretty clear that a different system prompt is being used in that demo, and we haven't gotten that yet either. It may be activated by the new voice call mode.

frank zenith
#

I did find it just a little faster. Right now most GPTs use gpt4. Will they have the option to select gpt4o in the future?

quaint flare
#

I imagine so.

#

Though it's hard to know if either GPT-3.5 or GPT-4 will be replaced on the dropdown in chatgpt

frank zenith
#

They might keep the current structure for a while since free users still use GPT-3.5

celest basin
#

Just got a message on the file selector icon when I opened ChatGPT that said "Connect apps to access files in ChatGPT, like docs and spreadsheets". Anyone have more information on this? Is the only way to accomplish this in a CustomGPT? If so, seems weird that they would put it on the landing screen for the standard model.

wanton valley
celest basin
mellow tundra
#

so it is true that gpts that currently existed in 4.0 will not use the new version, but will have to be recreated?

rugged wing
#

Anyone else voice chat GPT gone?

shrewd finch
#

Ohh the option of voicechat with chat gpt is back

#

Buuut it’s the old voice chat

wary mauve