-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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. |
Hey @eninory, any update on this? |
I will checking MAGI again in about 2 hour. I'll keep update. And sorry for not replying. |
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. |
Do i have to create new account for not going to not exceeded the quota? |
Oh, I see what might be the problem here. You are indeed exceeding the quota. 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 :/ |
The dash_html_components package is deprecated. Please replace
![image](https://private-user-images.githubusercontent.com/121007884/263714935-3f462fd2-d28b-4151-ab15-1b594a20e72d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MjUyMDMsIm5iZiI6MTczOTcyNDkwMywicGF0aCI6Ii8xMjEwMDc4ODQvMjYzNzE0OTM1LTNmNDYyZmQyLWQyOGItNDE1MS1hYjE1LTFiNTk0YTIwZTcyZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQxNjU1MDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iYzRmZTZlODk3Yzg1ODdlYmJkMzc1NWZhZTE1YmUxNzU0ODk4YTk5Yzk2Nzc1ODhiZjRjMDE0NTMyMjhkYmRmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.RZOMVl_o-zkCXf0qbQwqn7sD2NyuswBnV66U23GIkbQ)
import dash_html_components as html
withfrom dash import html
from dash_html_components import Div, Label
WARNING:root:Failed to import
dash-mantine-components, falling back to simple div for log output.
The text was updated successfully, but these errors were encountered: