Kuingsmile / word-GPT-Plus

Word GPT Plus is a word add-in which integrates the chatGPT model into Microsoft Word. Both official and web api is supported.
MIT License
706 stars 109 forks source link

[Feature]: 希望添加自定义域名 #21

Closed Sir-H closed 1 year ago

Sir-H commented 1 year ago

前置阅读 | Pre-reading

服务类型 | Service Type

Official hosted service

系统信息 | System Information

Windows

Office 版本 | Office Version

microsoft 365

功能请求 | Feature request

1.希望添加chatgpt自定义域名

Sir-H commented 1 year ago

自定义第三方api域名以及自定义请求路径

Kuingsmile commented 1 year ago

api转发?

Sir-H commented 1 year ago

就类似这样的调用网址 http://xx.xx.xx/v1/chat/completions

Kuingsmile commented 1 year ago

就类似这样的调用网址 http://xx.xx.xx/v1/chat/completions

好 我看下~

Sir-H commented 1 year ago

好的 谢谢

Kuingsmile commented 1 year ago

image 转发域名 应该就是你需要的自定义域名 我是配合 https://github.com/beidongjiedeguang/openai-forward 用的

Kuingsmile commented 9 months ago

你的key有问题

msxfXF commented 8 months ago

我在本地运行一个大模型,并暴露了类似 openAI 的接口。但填入转发域名后,一直提示 API 密钥错误?请问可以跳过验证吗?

msxfXF commented 8 months ago

word 插件,用的是您已经部署好的,其中也没找到 web-api 选项。用的是 official + 转发域名。 希望可以指导一下。

xiaoToby commented 4 months ago

word 插件,用的是您已经部署好的,其中也没找到 web-api 选项。用的是 official + 转发域名。 希望可以指导一下。

我在本地运行一个大模型,并暴露了类似 openAI 的接口。但填入转发域名后,一直提示 API 密钥错误?请问可以跳过验证吗?

我在本地运行一个大模型,并暴露了类似 openAI 的接口。但填入转发域名后,一直提示 API 密钥错误?请问可以跳过验证吗?

解决了嘛@msxfXF