[PR #518] [MERGED] Implement AzureOpenAI model chat streaming #3380

Closed
opened 2026-02-22 18:33:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/518
Author: @timothycarambat
Created: 1/3/2024
Status: Merged
Merged: 1/3/2024
Merged by: @timothycarambat

Base: masterHead: 492-azure-open-ai-streaming


📝 Commits (1)

  • 159a23e Implement AzureOpenAI model chat streaming

📊 Changes

4 files changed (+115 additions, -23 deletions)

View changed files

📝 server/package.json (+2 -2)
📝 server/utils/AiProviders/azureOpenAi/index.js (+44 -2)
📝 server/utils/chats/stream.js (+30 -0)
📝 server/yarn.lock (+39 -19)

📄 Description

resolves #491


🔄 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/Mintplex-Labs/anything-llm/pull/518 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `492-azure-open-ai-streaming` --- ### 📝 Commits (1) - [`159a23e`](https://github.com/Mintplex-Labs/anything-llm/commit/159a23e968558eb38065ed8fedeca0a59dd06821) Implement AzureOpenAI model chat streaming ### 📊 Changes **4 files changed** (+115 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+2 -2) 📝 `server/utils/AiProviders/azureOpenAi/index.js` (+44 -2) 📝 `server/utils/chats/stream.js` (+30 -0) 📝 `server/yarn.lock` (+39 -19) </details> ### 📄 Description resolves #491 --- <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-22 18:33:40 -05:00
yindo closed this issue 2026-02-22 18:33:40 -05:00
yindo changed title from [PR #518] Implement AzureOpenAI model chat streaming to [PR #518] [MERGED] Implement AzureOpenAI model chat streaming 2026-06-05 15:13:06 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3380