LibreChat/api/server/services
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
..
Config
Endpoints 🤖 fix: Address Minor Agent Issues (#4483) 2024-10-21 09:41:04 -04:00
Files 🖼️ fix: Avatar Handling for Agents and Assistants (#4507) 2024-10-22 14:53:45 -04:00
Runs 🤖 fix: Minor Assistants Issues (#4436) 2024-10-16 15:04:10 -04:00
start
Threads
ActionService.js
ActionService.spec.js
AppService.interface.spec.js
AppService.js
AppService.spec.js
AssistantService.js
AuthService.js 🔐 refactor: Unverified User Verification Logic (#4482) 2024-10-21 07:51:45 -04:00
cleanup.js
isDomainAllowed.js
isDomainAllowed.spec.js
ModelService.js 🕒 feat: Add 5-second timeout for Fetching Model Lists (#4423) 2024-10-15 19:37:41 -04:00
ModelService.spec.js 🕒 feat: Add 5-second timeout for Fetching Model Lists (#4423) 2024-10-15 19:37:41 -04:00
PluginService.js
signPayload.js
Tokenizer.js
ToolService.js
UserService.js 🛠️ fix: Remove expiresAt field when setting expiry to "never" (#4294) 2024-10-03 07:17:21 -04:00