mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 08:15:48 +03:00
[GH-ISSUE #162] [Bug]: OpenAI compatible endpoint needs https #100
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#100
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 @HenkieTenkie62 on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/Kuingsmile/word-GPT-Plus/issues/162
Originally assigned to: @Kuingsmile on GitHub.
前置阅读 | Pre-reading
服务类型 | Service Type
Official hosted service
系统信息 | System Information
Windows
Office 版本 | Office Version
office 2021
问题重现 | Bug reproduce
It's not possible to use a local OpenAI compatible endpoint since the application expects https.
My endpoint is always http;
Also see devtools:
@HenkieTenkie62 commented on GitHub (Feb 3, 2026):
Ah, using the selfhosted version works perfectly.
Is the online version supposed to not be able to use local endpoint?