mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-12 11:56:06 -05:00
Message Attachment Image Recognition (#118)
* Add: Image recognition * Fix: Non-Attachment Query * Update: version increment * Remove: Debugging logs from buffer file * Add: comments for bufferHandler
This commit is contained in:
@@ -38,7 +38,8 @@ export type ChatParams = {
|
||||
*/
|
||||
export type UserMessage = {
|
||||
role: string,
|
||||
content: string
|
||||
content: string,
|
||||
images: string[] // May or may not have images in message
|
||||
}
|
||||
|
||||
// Event properties
|
||||
|
||||
Reference in New Issue
Block a user