-
Notifications
You must be signed in to change notification settings - Fork 761
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
Adding support for OpenAI API on Azure platform #80
Comments
try v2.2.1 |
Not sure if there's a way to easily debug, trying to verify if it works but hanging on "Waiting for response..." when every config looks fine. If the Azure Endpoint is wrong, will get "Network Error". If the deploy name is wrong, will get "Request failed with status code 404". So it doesn't look like the config is wrong. (and the config is tested somewhere else working) |
Go to extension page and check if there are any errors appearing |
Open the service worker, you should be able to see some debug messages, take a screenshot of the part containing |
The problem at the moment is that I do not have Azure OpenAI access for debugging 😂 |
@josStorer maybe I can help with that, can you email me or DM me on Twitter/Telegram? (Shouldn't be hard to find the address/ID, but let's don't directly paste it, to prevent spam) |
I will contact you via Twitter tomorrow, it's a bit late today. |
@PeterDaveHello I seem to be unable to DM you on Twitter, we may need to follow each other. |
Just sent you a message ;) |
@slgphantom @PeterDaveHello v2.2.2 it should work now A known issue currently is that the process is blocked during the request, causing inability to stop when using Azure. I haven't found an effective solution yet, but Azure API runs very fast, so there are no significant problems with the user experience. |
Thanks, the speed is exactly reason I'd like to use it 😍 |
@josStorer is the version on AMO(addons.mozilla.org) and Chrome Store waiting for some kind of review to be updated to the latest version? v2.2.1 and v2.2.0 on them right now. (or need some manual works I guess?) |
yes, store reviews are slow except for firefox, i plan to fix the stop issue tonight and then submit |
fixed in v2.2.3 |
It's working now 😀 Thank you! |
Topic:
Adding support for OpenAI API on Azure platform
Summary:
Allow for integration of OpenAI API on the Azure platform to enable users in geoblocked regions, such as Hong Kong, to access the capabilities of OpenAI.
Details:
The text was updated successfully, but these errors were encountered: