Skip to content

Conversation

@kflili
Copy link
Contributor

@kflili kflili commented Jan 16, 2025

  • Add Azure OpenAI as a new LLM provider option
  • Configure Azure model deployment via AZURE_OPENAI_MODEL_DEPLOYMENT env var
  • Add unit tests for Azure OpenAI client creation and query functionality
  • Update environment example with Azure OpenAI credentials
  • Update CLI help text to include Azure provider option
  • Set default Azure model to 'gpt-4o-ms' with configurable fallback

Technical details:

  • Integrate AzureOpenAI client with api version '2024-02-15-preview'
  • Add Azure endpoint configuration
  • Extend test coverage for Azure-specific scenarios

- Add Azure OpenAI as a new LLM provider option
- Configure Azure model deployment via AZURE_OPENAI_MODEL_DEPLOYMENT env var
- Add unit tests for Azure OpenAI client creation and query functionality
- Update environment example with Azure OpenAI credentials
- Update CLI help text to include Azure provider option
- Set default Azure model to 'gpt-4o-ms' with configurable fallback

Technical details:
- Integrate AzureOpenAI client with api version '2024-02-15-preview'
- Add Azure endpoint configuration
- Extend test coverage for Azure-specific scenarios
@kflili kflili closed this Jan 16, 2025
@kflili kflili reopened this Jan 16, 2025
@kflili
Copy link
Contributor Author

kflili commented Jan 16, 2025

@grapeot Thanks for your effort on the project. I personally use a gpt-4o model deployed on Azure, so want to add support for azure OpenAI provider for the LLM. Please feel free to reject or merge it.

@grapeot grapeot merged commit e957174 into grapeot:master Jan 16, 2025
1 check passed
@grapeot
Copy link
Owner

grapeot commented Jan 16, 2025

Thanks for the PR! Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants