[PR #129] [CLOSED] Added mistral.ai and a full openweb.ui as llm providers #118

Closed
opened 2026-03-03 13:58:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Kuingsmile/word-GPT-Plus/pull/129
Author: @hyperion14
Created: 1/3/2026
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 43c0c1d 🐛 Fix: Complete Mistral AI provider integration
  • 3e9edb3 Feature: Add Mistral i18n labels and debug logging
  • 424187c 🐛 Fix: Add mistralAPIKey to checkApiKey auth check
  • dc2994e 🐛 Fix: Make settingForm a singleton to share state
  • 9254354 🐛 Fix: Remove custom headers for Mistral CORS compatibility
  • fe4fa9a update
  • f17b2cb Add Open WebUI integration as first-class provider
  • b29d6f4 Merge upstream v2.0.0 with OpenWebUI and Mistral integrations
  • fc0bade Add dynamic model fetching for Open WebUI provider
  • 3860fc1 update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Kuingsmile/word-GPT-Plus/pull/129 **Author:** [@hyperion14](https://github.com/hyperion14) **Created:** 1/3/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`43c0c1d`](https://github.com/Kuingsmile/word-GPT-Plus/commit/43c0c1d3d6af33a8dfdf332a1b3de31340f2c522) :bug: Fix: Complete Mistral AI provider integration - [`3e9edb3`](https://github.com/Kuingsmile/word-GPT-Plus/commit/3e9edb3cdf520dca99917470415f6bf76644f9ca) :sparkles: Feature: Add Mistral i18n labels and debug logging - [`424187c`](https://github.com/Kuingsmile/word-GPT-Plus/commit/424187c5676c028a8c7e5c3fb238eb1bf4449c55) :bug: Fix: Add mistralAPIKey to checkApiKey auth check - [`dc2994e`](https://github.com/Kuingsmile/word-GPT-Plus/commit/dc2994ebe71a682215e99f3046adc139cfbf5044) :bug: Fix: Make settingForm a singleton to share state - [`9254354`](https://github.com/Kuingsmile/word-GPT-Plus/commit/9254354573d8583eb8473e42be57cd93d637cd25) :bug: Fix: Remove custom headers for Mistral CORS compatibility - [`fe4fa9a`](https://github.com/Kuingsmile/word-GPT-Plus/commit/fe4fa9ad5fa3c5335e2fb73a85cfbf484e2cc482) update - [`f17b2cb`](https://github.com/Kuingsmile/word-GPT-Plus/commit/f17b2cb133caf81556e09bec17dbd39e9af9be63) Add Open WebUI integration as first-class provider - [`b29d6f4`](https://github.com/Kuingsmile/word-GPT-Plus/commit/b29d6f44fd5e6b26a441241c799546e55223849d) Merge upstream v2.0.0 with OpenWebUI and Mistral integrations - [`fc0bade`](https://github.com/Kuingsmile/word-GPT-Plus/commit/fc0bade013d730ac40d21a481ee67fb2a4e9d943) Add dynamic model fetching for Open WebUI provider - [`3860fc1`](https://github.com/Kuingsmile/word-GPT-Plus/commit/3860fc18ec42e2647a640deaac58090884df7b7f) update with plugin providers ### 📊 Changes **62 files changed** (+22496 additions, -2185 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 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](https://github.com/hyperion14/word-GPT-Plus-for-mistral.ai-and-openwebui/blob/master/PLUGIN_PROVIDERS.md) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:58:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/word-GPT-Plus#118
No description provided.