mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 08:15:48 +03:00
[PR #129] [CLOSED] Added mistral.ai and a full openweb.ui as llm providers #118
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#118
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?
📋 Pull Request Information
Original PR: https://github.com/Kuingsmile/word-GPT-Plus/pull/129
Author: @hyperion14
Created: 1/3/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
43c0c1d🐛 Fix: Complete Mistral AI provider integration3e9edb3✨ Feature: Add Mistral i18n labels and debug logging424187c🐛 Fix: Add mistralAPIKey to checkApiKey auth checkdc2994e🐛 Fix: Make settingForm a singleton to share state9254354🐛 Fix: Remove custom headers for Mistral CORS compatibilityfe4fa9aupdatef17b2cbAdd Open WebUI integration as first-class providerb29d6f4Merge upstream v2.0.0 with OpenWebUI and Mistral integrationsfc0badeAdd dynamic model fetching for Open WebUI provider3860fc1update with plugin providers📊 Changes
62 files changed (+22496 additions, -2185 deletions)
View changed files
➕
.claude/settings.local.json(+24 -0)📝
.gitignore(+5 -0)➕
CONTRIBUTING_FORK.md(+218 -0)➕
OPENWEBUI_INTEGRATION_GUIDE.md(+222 -0)➕
PLUGIN_PROVIDERS.md(+383 -0)📝
README.md(+82 -233)➕
README_org.md(+280 -0)➕
REFACTORING_PLAN.md(+992 -0)➕
TIER_1_ARCHITECTURE.md(+456 -0)➕
TIER_1_FILES_CREATED.txt(+147 -0)➕
TIER_1_IMPLEMENTATION.md(+526 -0)➕
TIER_1_MANIFEST.md(+465 -0)➕
TIER_1_QUICK_REFERENCE.md(+353 -0)➕
TIER_1_SUMMARY.md(+394 -0)➕
architecture_hyperion_2.0.0.md(+797 -0)➕
docker-compose.template.yml(+225 -0)➕
ideas_hyperion_2.0.1.md(+1810 -0)➕
package-lock.json(+10778 -0)📝
package.json(+1 -1)➕
rebuild-container.sh(+31 -0)...and 42 more files
📄 Description
Hi,
I added mistral.ai as llm provider and also made a full integration of openwebui as llm provider. So openwebui users are able to select there models served at there openwebui instance.
Changes overview https://github.com/hyperion14/word-GPT-Plus-for-mistral.ai-and-openwebui/blob/master/PLUGIN_PROVIDERS.md#changes-overview
Please mention PLUGIN_PROVIDERS.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.