[Feature Request] Azure OpenAI Support
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 10.8k
- Forks
- 989
- Avg merge
- 6h 29m
- Merged PRs (30d)
- 85
Description
Does ART currently support making connections to Azure OpenAI models? I see support for OpenAI models here.
It seems like it would only require a couple of updates in a few places to allow AsyncAzureOpenAI in addition to AsyncOpenAI.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/art/model.py around line 73, where AsyncOpenAI support is referenced. Search the repository for other AsyncOpenAI references and compare the required Azure connection path. Done means Azure OpenAI models can be used alongside the existing OpenAI models in the affected locations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- ai, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100