mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #45] vllm启动的模型接入后没有反应 #22
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#22
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 @masktone on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/45
配置是否有问题
@codexu commented on GitHub (Jan 21, 2025):
看了一下 vllm 文档,一个示例:curl http://localhost:8000/v1/chat/completions
按照示例,这里应填写 http://localhost:8000/v1
@masktone commented on GitHub (Jan 21, 2025):
@codexu commented on GitHub (Jan 21, 2025):
本地用 postman 调一下,把结果发一下。
@masktone commented on GitHub (Jan 22, 2025):
模型名可以忽略 我今天启动的是别的模型
@codexu commented on GitHub (Jan 23, 2025):
这看起来没什么问题,而且也不会存在跨域的问题,任何关于 AI 的功能都没反应吗?
@codexu commented on GitHub (Jan 24, 2025):
确实发现了这个问题,dev 模式下确实没有问题,build 后就会出现,我尝试了很多方式都无法修复。
我在 tauri issues 中找到了同样问题 https://github.com/tauri-apps/plugins-workspace/issues/1968,等待一下官方的回复吧。
@codexu commented on GitHub (Feb 27, 2025):
本地接口请求问题请参考 #86