Connect Large Language Models to Gemini Capsules
Published: 2024-11-30T12:43:52+01:00
A quick update: I am now working on a simple tool to allow LLMs to connect to Gemini capsules.
Find the code here: https://openwebui.com/t/projectmoon/gemini_protocol_tool/ https://git.agnos.is/projectmoon/open-webui-filters/src/branch/master/gemini.py
The initial release supports basic direct connection to Gemini pages, and relies on the model's contextual understanding to navigate the capsule. This allows you to interact with Gemini in a conversational way.
To-Do List:
- Implement handling of non-2x status codes.
- Convert Gemtext to Markdown for better LLM understanding.
- Handle file uploads?
- Handle non-text content.
License: CC-BY-SA-4.0.
Written by: @[email protected]