Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问什么时候添加azure openai的支持呢 #243

Open
ForgetThatNight opened this issue Dec 31, 2023 · 2 comments
Open

请问什么时候添加azure openai的支持呢 #243

ForgetThatNight opened this issue Dec 31, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request llm issues about llm usage

Comments

@ForgetThatNight
Copy link

No description provided.

@mushenL
Copy link
Collaborator

mushenL commented Feb 23, 2024

您好,modelscope-agent最近更新了版本,支持调用openai的相关api token,请更新最新版本使用

@zzhangpurdue zzhangpurdue added enhancement New feature or request llm issues about llm usage labels Mar 12, 2024
@zzhangpurdue
Copy link
Collaborator

zzhangpurdue commented Mar 12, 2024

目前用户可以通过vllm拉起服务一个基于openai api的服务,可以参考这一篇:https://github.com/modelscope/modelscope-agent/blob/master/docs/local_deploy.md。
同理,也可以支持azure openai, 具体代码参考这里

@Yimi81 Yimi81 mentioned this issue Aug 12, 2024
6 tasks
yingdachen added a commit that referenced this issue Aug 13, 2024
<!-- Thank you for your contribution! -->
<!-- Unless your change is trivial, please create an issue to discuss
the change before creating a PR -->

## Change Summary

<!-- Please give a short summary of the changes. -->
Support Azure openai, reference
[here](https://learn.microsoft.com/zh-cn/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Cpython-new&pivots=programming-language-python)
## Related issue number
#243

<!-- WARNING: please use "fix #123" style references so the issue is
closed when this PR is merged. -->

## Checklist

* [x] The pull request title is a good summary of the changes - it will
be used in the changelog
* [ ] Unit tests for the changes exist
* [x] Run `pre-commit install` and `pre-commit run --all-files` before
git commit, and passed lint check.
* [x] Some cases need DASHSCOPE_TOKEN_API to pass the Unit Tests, I have
at least **pass the Unit tests on local**
* [x] Documentation reflects the changes where applicable
* [x] My PR is ready to review, **please add a comment including the
phrase "please review" to assign reviewers**

Please review @zzhangpurdue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request llm issues about llm usage
Projects
None yet
Development

No branches or pull requests

4 participants