Add support for Azure OpenAI
Allows to use Azure OpenAI as LLM and embedding model.
Published docs preview URL: https://privategpt-preview-2070757f-a2eb-4a3f-9ba7-cf21ab21280c.docs.buildwithfern.com
@olederle please run make check and make test locally. Apparently there are some issues with make check that are preventing the merge.
hey guys just a heads up in the doc [fern/docs/pages/manual/llms.mdx] you guys wrote api_version: <api_version> # The API version to use. Default is "2023_05_15" when i tried it it gave me a 404 but worked with dashes instead of underscores 2023-05-15
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
hey guys just a heads up in the doc [fern/docs/pages/manual/llms.mdx] you guys wrote api_version: <api_version> # The API version to use. Default is "2023_05_15" when i tried it it gave me a 404 but worked with dashes instead of underscores 2023-05-15
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.
@olederle please run
make checkandmake testlocally. Apparently there are some issues withmake checkthat are preventing the merge.
@imartinez This should be fixed now and I have also updated the docs.