mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 08:15:48 +03:00
[GH-ISSUE #57] [Bug]: ollama endpoint怎么填,怎么调用自己的olllama服务 #41
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#41
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 @WenyanZhao on GitHub (May 29, 2024).
Original GitHub issue: https://github.com/Kuingsmile/word-GPT-Plus/issues/57
Originally assigned to: @Kuingsmile on GitHub.
前置阅读 | Pre-reading
服务类型 | Service Type
Official hosted service
系统信息 | System Information
Windows
Office 版本 | Office Version
office 2021
问题重现 | Bug reproduce
@Kuingsmile commented on GitHub (May 29, 2024):
https://github.com/ollama/ollama 参考ollama文档 一般是你部署地址的11434端口
@WenyanZhao commented on GitHub (May 30, 2024):
endpoint我填写的就是自己的ollama服务 例如:http://IP:11434 但是不行呀,根本过去不去,调用报错信息如下

@Kuingsmile commented on GitHub (May 30, 2024):
你这个地址为什么还有个3000端口
@WenyanZhao commented on GitHub (May 31, 2024):
10.56.0.210:3000是自己部署的前端服务,10.56.0.49:11413是ollama服务,所以很奇怪使用的时候居然是这样的地址
@Kuingsmile commented on GitHub (May 31, 2024):
endpoint怎么填的
@WenyanZhao commented on GitHub (May 31, 2024):
填http://10.56.0.49:11413 这个可以,但是显示403,报跨域错误,我本地使用postman是可以访问该IP的

