[PR #348] [MERGED] fix(azure_ai_studio): Add mode and context size configuration for LL… #1305

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/348
Author: @orzmoe
Created: 3/1/2025
Status: Merged
Merged: 3/1/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (1)

  • 07400b1 feat(azure_ai_studio): Add mode and context size configuration for LLM models

📊 Changes

3 files changed (+40 additions, -2 deletions)

View changed files

📝 models/azure_ai_studio/manifest.yaml (+1 -1)
📝 models/azure_ai_studio/models/llm/llm.py (+6 -1)
📝 models/azure_ai_studio/provider/azure_ai_studio.yaml (+33 -0)

📄 Description

…M models

  • Update manifest version to 0.0.3
  • Add mode selection (chat/completion) in provider configuration
  • Introduce context size parameter for Azure AI Studio LLM models
  • Enhance model credential schema with new configuration options

🔄 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/348 **Author:** [@orzmoe](https://github.com/orzmoe) **Created:** 3/1/2025 **Status:** ✅ Merged **Merged:** 3/1/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`07400b1`](https://github.com/langgenius/dify-official-plugins/commit/07400b1a364a8ef56c8eef9db54ba7c15e7bcf67) feat(azure_ai_studio): Add mode and context size configuration for LLM models ### 📊 Changes **3 files changed** (+40 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/azure_ai_studio/manifest.yaml` (+1 -1) 📝 `models/azure_ai_studio/models/llm/llm.py` (+6 -1) 📝 `models/azure_ai_studio/provider/azure_ai_studio.yaml` (+33 -0) </details> ### 📄 Description …M models - Update manifest version to 0.0.3 - Add mode selection (chat/completion) in provider configuration - Introduce context size parameter for Azure AI Studio LLM models - Enhance model credential schema with new configuration options --- <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:35 -05:00
yindo closed this issue 2026-02-16 10:22:35 -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#1305