-
Notifications
You must be signed in to change notification settings - Fork 42
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
Is it possible to support Azure OpenAI? #5
Comments
The error I have is:
Integration examples: openai.Embedding.create(
deployment_id="xxx",
input=prompt,
model="xxx",
)
completion = openai.ChatCompletion.create(
deployment_id="xxx",
messages=messages,
model="xxx",
) Proposed integration: ChatOpenAI(
model_name="xxx",
deployment_id="xxx",
model="xxx",
) |
I'm getting the same error @clemlesne . Is there any workaround to let us using Doctran with Azure OpenAI deployments like "gpt-35-turbo"? appreciate any help!! |
I've created a PR to add Azure OpenAI support: #11 |
Do we have someone reviewing @maciejwie 's PR above? |
Merged just now |
I'm still facing error after installing doctran via TypeError: init() got an unexpected keyword argument 'openai_deployment_id' |
No description provided.
The text was updated successfully, but these errors were encountered: