modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.
https://doc.agentscope.io/
Apache License 2.0
4.81k stars 294 forks source link

feature: Add support for Azure OpenAI models. #387

Closed eta-zhang closed 1 month ago

eta-zhang commented 1 month ago

name: Add support for Azure OpenAI models. about: Create a pull request

Description

Checklist

Please check the following items before code is ready to be reviewed.

DavdGao commented 1 month ago

Thansk for your contribution, but AgentScope has already supported Azure OpenAI API via litellm?

Refer to https://docs.litellm.ai/docs/providers/azure

eta-zhang commented 1 month ago

Thansk for your contribution, but AgentScope has already supported Azure OpenAI API via litellm?

Refer to https://docs.litellm.ai/docs/providers/azure

Thanks for the reminder, I just found it. By the way, perhaps implement Embedding and DALLEWrapper via LiteLLM as well.