mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-26 00:35:49 +03:00
[GH-ISSUE #95] [Bug]: 使用最新版的Azure openai,提示something wrong 无法使用。 #64
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/word-GPT-Plus#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fanzhixin on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/Kuingsmile/word-GPT-Plus/issues/95
Originally assigned to: @Kuingsmile on GitHub.
前置阅读 | Pre-reading
服务类型 | Service Type
Official hosted service
系统信息 | System Information
Windows
Office 版本 | Office Version
microsoft 365
问题重现 | Bug reproduce
使用Ollama 都是正常,但用Azure 是提示 something is wrong,我试了我的天的key,endpoint和名字在其他webui上都是正常,是不是需要升级?
@Kuingsmile commented on GitHub (May 8, 2025):
可能是依赖包版本有点旧了 我更新下试试
@Kuingsmile commented on GitHub (May 8, 2025):
有个问题 因为现在azure的openai服务对国内个人停止服务了,我之前的账号没法做测试
@fanzhixin commented on GitHub (May 8, 2025):
我可以帮忙做测试,我的账号信息是公司的,不能分享
@Kuingsmile commented on GitHub (May 8, 2025):
我先按api doc改吧 看了下最新的api换到新的库了 可能要做迁移
@Kuingsmile commented on GitHub (May 22, 2025):
@fanzhixin 你好,最新的提交里按文档修改了azure openai的实现,麻烦有时间帮忙测试下,需要clone项目运行
@fanzhixin commented on GitHub (May 22, 2025):
好的,我抽测下时间
---- 回复的原邮件 ----
| 发件人 | @.> |
| 日期 | 2025年05月22日 16:35 |
| 收件人 | @.> |
| 抄送至 | @.>@.> |
| 主题 | Re: [Kuingsmile/word-GPT-Plus] [Bug]: 使用最新版的Azure openai,提示something wrong 无法使用。 (Issue #95) |
Kuingsmile left a comment (Kuingsmile/word-GPT-Plus#95)
@fanzhixin 你好,最新的提交里按文档修改了azure openai的实现,麻烦有时间帮忙测试下,需要clone项目运行
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>
@Kuingsmile commented on GitHub (Jun 5, 2025):
请问有测试进度嘛
@lovelywanz commented on GitHub (Jun 9, 2025):
今天测试了一下Azure,同样的something is wrong错误。
Error: 404 The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.
Endpoint是 https://openaixxx.openai.azure.com/
部署名是 gpt-4o
API version是2024-12-01-preview
@Kuingsmile commented on GitHub (Jun 9, 2025):
和模型有关系?那可能是sdk或者平台自己的bug。。
@lovelywanz commented on GitHub (Jun 9, 2025):
解决了,其实是我api version找错了。应该是从Endpoint的Target URI里去找正确的Api version
@Kuingsmile commented on GitHub (Jun 9, 2025):
ok 解决了就好