[PR #2831] [MERGED] Add attachments to GenericOpenAI prompt #4138

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2831
Author: @wolfganghuse
Created: 12/14/2024
Status: Merged
Merged: 12/16/2024
Merged by: @timothycarambat

Base: masterHead: genericopenai-attachments


📝 Commits (3)

  • 56a9f4a added attachments to genericopenai prompt
  • cd3711d add devnote
  • 8c9998d Merge branch 'master' into genericopenai-attachments

📊 Changes

1 file changed (+49 additions, -1 deletions)

View changed files

📝 server/utils/AiProviders/genericOpenAi/index.js (+49 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2830

What is in this change?

Add attachments to GenericOpenAI prompt

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/2831 **Author:** [@wolfganghuse](https://github.com/wolfganghuse) **Created:** 12/14/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `genericopenai-attachments` --- ### 📝 Commits (3) - [`56a9f4a`](https://github.com/Mintplex-Labs/anything-llm/commit/56a9f4a53526f1249fe630cc6a7b7d170da41d4f) added attachments to genericopenai prompt - [`cd3711d`](https://github.com/Mintplex-Labs/anything-llm/commit/cd3711d56215c9567815d2a1b8ae8ce516587c76) add devnote - [`8c9998d`](https://github.com/Mintplex-Labs/anything-llm/commit/8c9998d5252e47d1a46f5eb910934bff58395be3) Merge branch 'master' into genericopenai-attachments ### 📊 Changes **1 file changed** (+49 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/AiProviders/genericOpenAi/index.js` (+49 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #2830 ### What is in this change? Add attachments to GenericOpenAI prompt ### Developer Validations - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:35:13 -05:00
yindo closed this issue 2026-02-22 18:35:13 -05:00
yindo changed title from [PR #2831] Add attachments to GenericOpenAI prompt to [PR #2831] [MERGED] Add attachments to GenericOpenAI prompt 2026-06-05 15:17:01 -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#4138