Support for Azure OpenAI API Service
Is it possible to configure Azure OpenAI API Service within chattr?
Hi! Good news! Just completed an overhaul of the package, so you can start using any ellmer Chat object. That package does integrate with Azure OpenAI: https://ellmer.tidyverse.org/reference/chat_azure.html
To use install the dev version:
pak::pak("mlverse/chattr")
Then it should basically be as easy as:
my_chat <- ellmer:: chat_azure(deployment_id = "gpt-4o-mini")
chattr_use(my_chat)
You should also be able to set your chat_azure() connection to be used by default when starting an R session using the .chattr_chat option, see Pre-set an R option here: https://mlverse.github.io/chattr/#using
Yes, I ended up using ellmer as a solution.
New chattr version 0.3.0, now on CRAN