-
Notifications
You must be signed in to change notification settings - Fork 85
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
Trouble adding the OpenAI API key #34
Comments
I suspect the issue is that gpt-4o somehow is not accessible with your OpenAI API key. How about trying:
|
I have reviewed all the models, including the 3.5 turbo, 4, and 4.0 versions. Additionally, I attempted to resolve the issue on a PC by installing the software locally, but the problem persisted there as well. Thanks |
Interesting! Wondering if there is any error message popping up in the console where you launch data formulator on PC (like the one I posted above)? At the mean time, I'll work out a patch to display error messages in the website to make it easier to identify issues. Thanks! |
When I enter the API key, only a warning sign appears (image attached in first post), and no error message is displayed. Upon beginning work, it says no models are associated with this account. |
Please try out the new version, which displays error messages in the user interface. You can install the new version (0.1.3) with the following command (or using
For example, an openai key related errors will be displayed in this way: |
This looks like an OpenAI model name issue! You can use the following command to list models available to your openAI key (based on https://platform.openai.com/docs/api-reference/models/list)
And then find a model exist with your key and type it into the Model field. :) |
I had a similar issue where it only showed the warning symbol. Once I went back to the Codespace VS Code, I looked at the "View Creation Log" to see that my error was a quota/billing issue. Once I fixed that on the OpenAI side, it worked! |
I'm having trouble adding the OpenAI API key. It's showing a warning sign. Can you help me fix this?
Thanks in Advance
The text was updated successfully, but these errors were encountered: