agentscope icon indicating copy to clipboard operation
agentscope copied to clipboard

feat(model): add azure openai support

Open kristol07 opened this issue 2 months ago • 1 comments

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-files command
  • [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 avatar Nov 14 '25 02:11 kristol07

@kristol07 Thanks for your contribution, and @qbc2016 please take a look at this PR

DavdGao avatar Nov 19 '25 07:11 DavdGao

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] avatar Dec 02 '25 09:12 cla-assistant[bot]

@qbc2016 code is updated with fix of deprecated parameter: client_args, and synced with latest code in main branch

kristol07 avatar Dec 02 '25 12:12 kristol07