-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Add support for Azure OpenAI #1698
Conversation
Published docs preview URL: https://privategpt-preview-2070757f-a2eb-4a3f-9ba7-cf21ab21280c.docs.buildwithfern.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition! As an optional idea, I'd suggest to include this option in the installation docs, both in the list of available options to select and as a recommended setup. https://docs.privategpt.dev/installation/getting-started/installation
@olederle please run |
hey guys just a heads up in the doc [fern/docs/pages/manual/llms.mdx] you guys wrote |
Should be dashes instead of underscores. see: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
applied "make check" changes
* mention azopenai as available option and extras * add recommended section * include settings-azopenai.yaml configuration file
Published docs preview URL: https://privategpt-preview-31cfc7df-c2f0-4abf-b2ce-51708d09c395.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-bd8e80a7-86cd-4bbc-988f-be7da3cc9e2d.docs.buildwithfern.com |
Published docs preview URL: https://privategpt-preview-a3fbc74d-159d-471a-813a-61686c78614b.docs.buildwithfern.com |
That is right. For my use case I have used a preview api_version but want to have a stable version as default. But I introduced a typo with this. This is fixed now. |
@imartinez This should be fixed now and I have also updated the docs. |
Allows to use Azure OpenAI as LLM and embedding model.