[PR #912] [MERGED] feat: remove unuse envs #22763

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/912
Author: @takatost
Created: 8/18/2023
Status: Merged
Merged: 8/18/2023
Merged by: @takatost

Base: mainHead: feat/remove-unuse-envs


📝 Commits (1)

📊 Changes

1 file changed (+0 additions, -7 deletions)

View changed files

📝 api/config.py (+0 -7)

📄 Description

DISABLE_PROVIDER_CONFIG_VALIDATION is not necessary.

Instead of using the OpenAI moderation api for credential verification, we're now using the llm completion. This means we won't encounter the issue of getting a 404 error due to modifying the openai api base.


🔄 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/912 **Author:** [@takatost](https://github.com/takatost) **Created:** 8/18/2023 **Status:** ✅ Merged **Merged:** 8/18/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/remove-unuse-envs` --- ### 📝 Commits (1) - [`3b4ac64`](https://github.com/langgenius/dify/commit/3b4ac643a4a3397bdd6ae1538a497a3ce1870687) feat: remove unuse envs ### 📊 Changes **1 file changed** (+0 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `api/config.py` (+0 -7) </details> ### 📄 Description DISABLE_PROVIDER_CONFIG_VALIDATION is not necessary. Instead of using the OpenAI moderation api for credential verification, we're now using the llm completion. This means we won't encounter the issue of getting a 404 error due to modifying the openai api base. --- <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:19:42 -05:00
yindo closed this issue 2026-02-21 20:19:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22763