[PR #323] [MERGED] Sync/azure openai #1284

Closed
opened 2026-02-16 10:22:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/323
Author: @Yeuoly
Created: 2/28/2025
Status: Merged
Merged: 3/3/2025
Merged by: @crazywoola

Base: mainHead: sync/azure-openai


📝 Commits (3)

  • 720743e Add GPT-4o-2024-11-20 model configuration to Azure OpenAI provider
  • 4584f9e bump to 0.0.4
  • f7fce75 chore: sync the embedding change

📊 Changes

4 files changed (+321 additions, -230 deletions)

View changed files

📝 models/azure_openai/manifest.yaml (+1 -1)
📝 models/azure_openai/models/constants.py (+76 -0)
📝 models/azure_openai/models/text_embedding/text_embedding.py (+7 -1)
📝 models/azure_openai/provider/azure_openai.yaml (+237 -228)

📄 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-official-plugins/pull/323 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `sync/azure-openai` --- ### 📝 Commits (3) - [`720743e`](https://github.com/langgenius/dify-official-plugins/commit/720743e7b5bf18dcc6954d454c8a939f752d5ea1) Add GPT-4o-2024-11-20 model configuration to Azure OpenAI provider - [`4584f9e`](https://github.com/langgenius/dify-official-plugins/commit/4584f9ea86ea9d3730d7b3a1dedde30be6415c94) bump to 0.0.4 - [`f7fce75`](https://github.com/langgenius/dify-official-plugins/commit/f7fce752fa1fe03e30075a44e6a7b76cc98e93ed) chore: sync the embedding change ### 📊 Changes **4 files changed** (+321 additions, -230 deletions) <details> <summary>View changed files</summary> 📝 `models/azure_openai/manifest.yaml` (+1 -1) 📝 `models/azure_openai/models/constants.py` (+76 -0) 📝 `models/azure_openai/models/text_embedding/text_embedding.py` (+7 -1) 📝 `models/azure_openai/provider/azure_openai.yaml` (+237 -228) </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-16 10:22:32 -05:00
yindo closed this issue 2026-02-16 10:22:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1284