[PR #189] [MERGED] Fix/provider token validate error message #22357

Closed
opened 2026-02-21 20:18:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/189
Author: @zxhlyh
Created: 5/24/2023
Status: Merged
Merged: 5/24/2023
Merged by: @zxhlyh

Base: deploy/devHead: fix/provider-token-validate-error-message


📝 Commits (4)

📊 Changes

10 files changed (+85 additions, -48 deletions)

View changed files

📝 api/core/embedding/openai_embedding.py (+14 -0)
📝 web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/settings/page.tsx (+8 -2)
📝 web/app/components/datasets/settings/form/index.tsx (+26 -8)
📝 web/app/components/develop/secret-key/input-copy.tsx (+1 -2)
📝 web/app/components/header/account-setting/provider-page/azure-provider/index.tsx (+8 -8)
📝 web/app/components/header/account-setting/provider-page/openai-provider/index.tsx (+9 -9)
📝 web/app/components/header/account-setting/provider-page/provider-input/Validate.tsx (+4 -4)
📝 web/app/components/header/account-setting/provider-page/provider-input/useValidateToken.ts (+13 -15)
📝 web/i18n/lang/common.en.ts (+1 -0)
📝 web/i18n/lang/common.zh.ts (+1 -0)

📄 Description

No description provided


🔄 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/langgenius/dify/pull/189 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 5/24/2023 **Status:** ✅ Merged **Merged:** 5/24/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `deploy/dev` ← **Head:** `fix/provider-token-validate-error-message` --- ### 📝 Commits (4) - [`d96bcfa`](https://github.com/langgenius/dify/commit/d96bcfa4ee3dd00f2f579d432bd4728e8d67f903) fix: dataset setting (#183) - [`8b44dba`](https://github.com/langgenius/dify/commit/8b44dba988c9c75296803972747023bc4e7e310e) fix: api key copy fail (#186) - [`d93365d`](https://github.com/langgenius/dify/commit/d93365d429e2e069c9978c384686cc86c7083c7b) fix: azure embedding not support batch (#188) - [`ccfcf82`](https://github.com/langgenius/dify/commit/ccfcf82f59375ac10b7b4bcd05f3d1a106d72af5) fix: providererror message when token validated fail ### 📊 Changes **10 files changed** (+85 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `api/core/embedding/openai_embedding.py` (+14 -0) 📝 `web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/settings/page.tsx` (+8 -2) 📝 `web/app/components/datasets/settings/form/index.tsx` (+26 -8) 📝 `web/app/components/develop/secret-key/input-copy.tsx` (+1 -2) 📝 `web/app/components/header/account-setting/provider-page/azure-provider/index.tsx` (+8 -8) 📝 `web/app/components/header/account-setting/provider-page/openai-provider/index.tsx` (+9 -9) 📝 `web/app/components/header/account-setting/provider-page/provider-input/Validate.tsx` (+4 -4) 📝 `web/app/components/header/account-setting/provider-page/provider-input/useValidateToken.ts` (+13 -15) 📝 `web/i18n/lang/common.en.ts` (+1 -0) 📝 `web/i18n/lang/common.zh.ts` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:18:47 -05:00
yindo closed this issue 2026-02-21 20:18:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22357