-
Notifications
You must be signed in to change notification settings - Fork 14
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
Addition of Azure as a supported model provider #54
Conversation
… order to create a more extensible abstraction + partial completion of input parameter tranformation
…here with the types
…rapper and then this is ready for a preliminary look (still needs tests of course)
…ests + add new tests for Azure
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7f96fc8
to
8550fae
Compare
8550fae
to
5041ba8
Compare
5041ba8
to
1d12f14
Compare
1d12f14
to
fd7a03a
Compare
What
Title. Now an Azure client that just uses OpenAI's service or one that points to a resource hosted on Azure can be instantiated with
createLLMClient
More specifically
createLLMClient
method in order to accommodate for the myriad of ways Azure's client can be authenticated. See updated README for more. This seems a bit hacky, so I'm looking definitely looking for concrete suggestions on thisTesting
The existing test suite was reused for Azure's OpenAI models