-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Azure OpenAI as Provider #245
Comments
@sqlreport For some reference, here is the provider implementation for ChatOpenAI: jupyter-ai/packages/jupyter-ai-magics/jupyter_ai_magics/providers.py Lines 316 to 329 in 42c6d43
All providers in Jupyter AI should extend from Langchain LLM class. Here is the LLM class in Langchain, that can help you with required attributes for creating this provider. |
+1 |
Please consider this function as most corporations tend to use Azure OpenAI rather than OpenAI |
+1 |
@sqlreport @VectorZhao @c4fun @qianchen94 |
I can help to test if the Azure OpenAI provider is available. |
Related, is it possible to just override the |
Hey folks, I authored a PR that should add support for Azure OpenAI. Can anybody help verify the PR? None of us have an Azure OpenAI account. I've included replication steps as a comment on the PR. |
Problem
Proposed Solution
Additional context
The text was updated successfully, but these errors were encountered: