LibreChat/api/server/services/Files
Danny Avila ebe3e7f796
🖼️ fix: Avatar Handling for Agents and Assistants (#4507)
The changes include:
- In the agent controller:
  - Removed the parsing of the avatar metadata from the request body.
  - Fetched the avatar data from the agent object using the agent ID.
  - Updated the error logging when fetching the agent.
  - Updated the deleteFileByFilter function to include the user ID when deleting the old avatar file.

- In the assistant controller:
  - Removed the parsing of the metadata from the request body.
  - Fetched the metadata from the assistant object using the assistant ID.
  - Updated the error logging when fetching the assistant.
  - Updated the deleteFileByFilter function to include the user ID when deleting the old avatar file.
2024-10-22 14:53:45 -04:00
..
Audio 🛡️ chore: address several npm vulnerabilities (#4151) 2024-09-19 20:28:32 -04:00
Code 🚧 chore: merge latest dev build (#4288) 2024-09-30 17:17:57 -04:00
Firebase 🤖 feat: OpenAI Assistants v2 (initial support) (#2781) 2024-05-19 12:56:55 -04:00
images 🤖 fix: Address Minor Agent Issues (#4483) 2024-10-21 09:41:04 -04:00
Local 🖼️ fix: Avatar Handling for Agents and Assistants (#4507) 2024-10-22 14:53:45 -04:00
OpenAI 🤖 feat: OpenAI Assistants v2 (initial support) (#2781) 2024-05-19 12:56:55 -04:00
VectorDB 🔧 fix: Catch deleteVectors Errors & Update RAG API docs (#2299) 2024-04-03 14:24:46 -04:00
process.js 🚧 chore: merge latest dev build (#4288) 2024-09-30 17:17:57 -04:00
strategies.js 🚧 chore: merge latest dev build (#4288) 2024-09-30 17:17:57 -04:00