mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-26 05:15:54 +03:00
[GH-ISSUE #700] Can't select TTS audio models (无法选择 TTS 音频模型) #518
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#518
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 @Anangaya on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/700
I can't select the tts models because my provider (NanoGPT) has different endpoint for TTS (https://nano-gpt.com/api/text-to-speech) which is different from the endpoint for chats (https://nano-gpt.com/api/v1/chat/completions) and NoteGen always adds the suffix /chat/completions
我无法选择 tts 模型,因为我的提供商 (NanoGPT) 的 TTS 端点 (https://nano-gpt.com/api/text-to-speech) 与聊天端点 (https://nano-gpt.com/api/v1/chat/completions) 不同,而 NoteGen 总是会添加 /chat/completions 后缀。