mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #409] [MERGED] feat(azure_openai): add o1 base model, support reasoning_effort, and fix minor issues #1348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/409
Author: @kurokobo
Created: 3/9/2025
Status: ✅ Merged
Merged: 3/10/2025
Merged by: @crazywoola
Base:
main← Head:aoai📝 Commits (8)
04059c5fix: bump the version of the dependent modules2d97bddfeat: add latest preview apifd6dacbfix: update price for o1-mini7e9de9cfix: correct num tokens for o3-mini6cd9d09feat: support function calls for o3-mini5e97788feat: add o1 model6df005afeat: add support for reasoning_effort for o1 and o3-mini85aaad1feat: bump plugin version📊 Changes
5 files changed (+93 additions, -9 deletions)
View changed files
📝
models/azure_openai/manifest.yaml(+1 -1)📝
models/azure_openai/models/constants.py(+79 -4)📝
models/azure_openai/models/llm/llm.py(+1 -1)📝
models/azure_openai/provider/azure_openai.yaml(+9 -0)📝
models/azure_openai/requirements.txt(+3 -3)📄 Description
This PR changes following:
2025-01-01-previewo1-minio3-minio3-minio1reasoning_effortforo3-miniCloses #404, closes #408
I understand that multiple topics should not be mixed in a single PR, sorry for this, but since these were many small fixes, I have consolidated them.
If everything should really be in separate PRs, I can split them as the commits are already separated. Please let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.