promptengineers-ai / llm-server

🤖 Open-source LLM server (OpenAI, Ollama, Groq, Anthropic) with support for HTTP, Streaming, Agents, RAG
https://promptengineersai.netlify.app
MIT License
23 stars 6 forks source link

Allow for option to have files be stored as Base64 or stored in Object storage #25

Open ryaneggz opened 1 month ago

ryaneggz commented 1 month ago

image

ryaneggz commented 1 week ago

This is more important now with the use of Agents. The agents don't process the image before responding so a multi_modal_tool was created. Currently the message can take a link to an image read it via the multi_modal_tool and provide a summary but does not work for base64. Only URL's