mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 16:25:49 +03:00
[GH-ISSUE #49] [Feature]: anyllm integration? #34
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#34
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 @arm2arm on GitHub (Mar 15, 2024).
Original GitHub issue: https://github.com/Kuingsmile/word-GPT-Plus/issues/49
Originally assigned to: @Kuingsmile on GitHub.
前置阅读 | Pre-reading
服务类型 | Service Type
Official hosted service
系统信息 | System Information
Windows
Office 版本 | Office Version
office 2016 retail
功能请求 | Feature request
Any plans to enable ability to talk ti anyllm or ollama hosted models??
thanks
@Kuingsmile commented on GitHub (Mar 18, 2024):
look good, will try
@Kuingsmile commented on GitHub (Mar 21, 2024):
@arm2arm will add support for ollama in next version
@jaycecd commented on GitHub (May 23, 2024):
请问ollama的模型可以通过自定义输入模型名称来调用吗?目前的ollama模型都是通过下拉框选择:

但是开源社区发展的太快了,如果是每次出来一个新的LLM模型,单纯靠您手动添加感觉是不是有点不太高效?如果是做成prompt那样可以自定义添加的下拉框:
或者就单纯的一个文本框感觉就非常方便了~~
@jaycecd commented on GitHub (May 23, 2024):
还有个小问题,烦请解答~~
我看releases里面说v0.4.4已经支持llama3了
但是为什么我本地的插件没有看到llama3的选项呢?
请问是我的GPT PLUS没有更新吗?如果是没有更新的话,该在哪里查看插件的版本,以及如何更新插件呢?
@Kuingsmile commented on GitHub (May 24, 2024):
这里后续加个输入框
@Kuingsmile commented on GitHub (May 24, 2024):
如果你是如下使用的
那git拉取下最新代码 然后重新运行后续yarn和yarn run serve命令就可以,后续考虑底部添加个版本号方便识别
@jaycecd commented on GitHub (May 24, 2024):
您好,我不是自己构建的服务,而是使用您这边使用Cloudflare Pages搭建的服务。看readme文件上面的描述,应该是自动更新的,但现在确实没有llama3,是不是您的releases和您搭建的服务没有匹配上(即releases更新了llama3,但是Cloudflare Pages没有更新)?
@Kuingsmile commented on GitHub (May 24, 2024):
额 是的 cf page没自动部署 我刚才手动触发更新了哈 等会部署后就可以了
@jaycecd commented on GitHub (May 24, 2024):
非常感谢您!