a16z-infra / ai-getting-started

A Javascript AI getting started stack for weekend projects, including image/text models, vector stores, auth, and deployment configs
https://ai-getting-started.com/
MIT License
3.95k stars 637 forks source link

Is Azure OpenAI Supported? #45

Closed aantn closed 11 months ago

aantn commented 1 year ago

Necessary for private models/tenants

ykhli commented 1 year ago

Since we use Langchain under the hood, this should be supported out of box. Check out and let me know if this is what you are looking for?

https://github.com/hwchase17/langchainjs/blob/360ae0bc873899ee45d862ba0b48420426ab0c67/examples/src/models/chat/integration_azure_openai.ts

Thank you!

ykhli commented 1 year ago

@aantn let us know if you solved this & if you have more thoughts! Would love to see if you using the langchain azure openai solved what you were looking for 🙏