-
Notifications
You must be signed in to change notification settings - Fork 524
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
请问是否目前chatgpt翻译不支持Azure OpenAI的api? #134
Comments
Azure OpenAI的接口协议和chatgpt的完全一致吗?
请给我看你的gpt设置,不然我无法分析原因。
也可以直接来QQ交流群916323291找管理协助,群里反馈问题回复会比较及时。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2023年10月17日(周二) 晚上10:42
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [PantsuDango/Dango-Translator] 请问是否目前chatgpt翻译不支持Azure OpenAI的api? (Issue #134)
测试如图显示错误
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
你好,感谢回复! data部分的话看起来也不需要指定model参数, 以下是我用于测试的curl和python的代码 curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2023-05-15\ test.py import os openai.api_key = API_KEYresponse = openai.ChatCompletion.create( |
测试如图显示错误
The text was updated successfully, but these errors were encountered: