agentscope
agentscope copied to clipboard
feat(model): add azure openai support
AgentScope Version
1.0.7
Description
This update extends the project to support Azure OpenAI, with minimal change to the existing OpenAI integration.
Checklist
Please check the following items before code is ready to be reviewed.
- [x] Code has been formatted with
pre-commit run --all-filescommand - [x] All tests are passing
- [x] Docstrings are in Google style
- [] Related documentation has been updated (e.g. links, examples, etc.)
- [x] Code is ready for review
@kristol07 Thanks for your contribution, and @qbc2016 please take a look at this PR
@qbc2016 code is updated with fix of deprecated parameter: client_args, and synced with latest code in main branch