Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's wont working #1

Open
eninory opened this issue Aug 28, 2023 · 13 comments
Open

It's wont working #1

eninory opened this issue Aug 28, 2023 · 13 comments

Comments

@eninory
Copy link

eninory commented Aug 28, 2023

The dash_html_components package is deprecated. Please replace
import dash_html_components as html with from dash import html
from dash_html_components import Div, Label
WARNING:root:Failed to import
image
dash-mantine-components, falling back to simple div for log output.

@TomaszRewak
Copy link
Owner

Hey, I've updated the imports in the newest version to get rid of the warnings.

In the title of the ticket you mentioned that it is not working.
Do you mean that the app is actually not starting up for you? Or were you only referring to those console warnings (the app should start up normally even when they are produced).

@TomaszRewak
Copy link
Owner

Hey @eninory, any update on this?
Otherwise I will close the ticket.

@eninory
Copy link
Author

eninory commented Sep 16, 2023

Hey @eninory, any update on this? Otherwise I will close the ticket.

I will checking MAGI again in about 2 hour. I'll keep update. And sorry for not replying.

@eninory
Copy link
Author

eninory commented Sep 16, 2023

image
image

@eninory
Copy link
Author

eninory commented Sep 16, 2023

I was only have 1 api key.
image

@TomaszRewak
Copy link
Owner

TomaszRewak commented Sep 16, 2023

Do you use your account for something else as well? Might it be that you indeed exceeded the quota?

@eninory
Copy link
Author

eninory commented Sep 16, 2023

Do you use your account for something else as well? Might it be that you indeed exceeded the quota?

In this account, Maybe I'm using ChatGPTs. but Open AI Key is big nope.

@eninory
Copy link
Author

eninory commented Sep 16, 2023

Do i have to create new account for not going to not exceeded the quota?

@eninory
Copy link
Author

eninory commented Sep 16, 2023

image
Oh.. This is by new account

@TomaszRewak
Copy link
Owner

Oh, I see what might be the problem here. You are indeed exceeding the quota.
I'm using a paid version of the API, so in my case the limit is 3500 requests per minute.
It seems that you are using a free one, for which the limit is just 3 requests per minute.
And creating more API keys will not solve the issue, as the limit is set per organization, not endpoint.

The MAGI project executes 4 requests per one question. One to determine if the question is a yes/no question. And one for each of the three MAGI supercomputers.

This means that this application cannot be used on a free version of the API :/ Sorry :/

@TomaszRewak
Copy link
Owner

Ah, though that second one is for a new account, so that makes sense.
Can you please check the rate limits on your primary account?
For me they look like this:
image

@eninory
Copy link
Author

eninory commented Sep 16, 2023

Screenshot_2023-09-17-04-10-54-43_40deb401b9ffe8e1df2f1cc5ba480b12
This is from my primary account

@eninory
Copy link
Author

eninory commented Sep 16, 2023

Screenshot_2023-09-17-04-10-54-43_40deb401b9ffe8e1df2f1cc5ba480b12 This is from my primary account

It's was also 3 rpm sadly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants