[PR #164] [MERGED] fix: azure-openai key validate #22340

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

📋 Pull Request Information

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

Base: mainHead: fix/azure-openai-key-validate


📝 Commits (1)

  • e12de14 fix: azure-openai key validate

📊 Changes

9 files changed (+253 additions, -385 deletions)

View changed files

📝 web/app/components/header/account-setting/provider-page/azure-provider/index.tsx (+55 -14)
📝 web/app/components/header/account-setting/provider-page/index.tsx (+1 -1)
📝 web/app/components/header/account-setting/provider-page/openai-provider/index.tsx (+71 -199)
web/app/components/header/account-setting/provider-page/openai-provider/provider.tsx (+0 -52)
web/app/components/header/account-setting/provider-page/provider-input/Validate.tsx (+59 -0)
📝 web/app/components/header/account-setting/provider-page/provider-input/index.tsx (+8 -95)
📝 web/app/components/header/account-setting/provider-page/provider-input/useValidateToken.ts (+21 -8)
📝 web/app/components/header/account-setting/provider-page/provider-item/index.tsx (+18 -7)
📝 web/models/common.ts (+20 -9)

📄 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/164 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 5/23/2023 **Status:** ✅ Merged **Merged:** 5/23/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `fix/azure-openai-key-validate` --- ### 📝 Commits (1) - [`e12de14`](https://github.com/langgenius/dify/commit/e12de147fe296a17ab9c47efa0598d210f28544d) fix: azure-openai key validate ### 📊 Changes **9 files changed** (+253 additions, -385 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/header/account-setting/provider-page/azure-provider/index.tsx` (+55 -14) 📝 `web/app/components/header/account-setting/provider-page/index.tsx` (+1 -1) 📝 `web/app/components/header/account-setting/provider-page/openai-provider/index.tsx` (+71 -199) ➖ `web/app/components/header/account-setting/provider-page/openai-provider/provider.tsx` (+0 -52) ➕ `web/app/components/header/account-setting/provider-page/provider-input/Validate.tsx` (+59 -0) 📝 `web/app/components/header/account-setting/provider-page/provider-input/index.tsx` (+8 -95) 📝 `web/app/components/header/account-setting/provider-page/provider-input/useValidateToken.ts` (+21 -8) 📝 `web/app/components/header/account-setting/provider-page/provider-item/index.tsx` (+18 -7) 📝 `web/models/common.ts` (+20 -9) </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:45 -05:00
yindo closed this issue 2026-02-21 20:18:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22340