mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(discord): accept .log attachments and raise document size limit
This commit is contained in:
parent
1eabbe905e
commit
e1b0b135cb
3 changed files with 41 additions and 5 deletions
|
|
@ -298,6 +298,7 @@ SUPPORTED_DOCUMENT_TYPES = {
|
|||
".pdf": "application/pdf",
|
||||
".md": "text/markdown",
|
||||
".txt": "text/plain",
|
||||
".log": "text/plain",
|
||||
".zip": "application/zip",
|
||||
".docx": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
||||
".xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue