Azure OpenAI and OpenAI dependencies #54
JonathanGiles
started this conversation in
General
Replies: 1 comment
-
I understand, and I may have already replied to you in github issues. At the time of starting this I needed at least two implementations to make sure the AIClient interface was generic. There is a hugging face support on a branch that I need to merge. I'm sort of fine to keep both implementation options, but highlight it could be used for both. I've seen some differences in terms of metadata returned for inference calls that I'm not sure how to reconcile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all / @markpollack - I'm pleased to see OpenAI support for Azure and direct-to-OpenAI offerings. One thing I wanted to note in case you were unaware - the Azure OpenAI library support both offerings, and there is no need to use a separate library for each offering. It might make your development simpler.
To connect to Azure OpenAI:
Open AI
Beta Was this translation helpful? Give feedback.
All reactions