mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #341] [bug] 添加文本重排序模型,报404,通过curl测试模型可用 #246
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#246
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 @xiegangqingnian1021 on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/341
详细描述这个 Bug
添加文本重排序模型 阿里的gte-rerank-v2,报404,通过curl测试模型可用
NoteGen 版本
0.19.2
操作系统
macOS
报错日志
No response
@wetist commented on GitHub (Jul 4, 2025):
我也遇到了这个问题,不过我的url填的是https://dashscope.aliyuncs.com/api/v1/services/rerank/text-rerank/text-rerank,通过curl的方式是通的,note-gen提示400,希望官方文档可以提供一下配置的示例
@codexu commented on GitHub (Jul 9, 2025):
阿里我看了一下文档:
因为需要支持 OpenAI 兼容的接口才可以,排序我并且找到兼容的接口。
@codexu commented on GitHub (Jul 9, 2025):
我与阿里云客服沟通一下吧,看一下排序模型是否可以兼容 OpenAI