mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #291] [bug] 有的 OpenAI compatible API 不支持 #211
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#211
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 @WAcry on GitHub (Jun 21, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/291
详细描述这个 Bug
一些 OpenAI compatible API 不支持,比如 www.requesty.ai ,还有 api.githubcopilot.com 参考资料
好像是跨域的原因?要用 @tauri-apps/plugin-http 代替 fetch API 吧
NoteGen 版本
v0.18.1
操作系统
Windows
报错日志
@codexu commented on GitHub (Jun 22, 2025):
确实存在跨域的问题,但目前 @tauri-apps/plugin-http 还不支持流传输,所以对用户体验影响比较大。