You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
theirish81 edited this page Aug 27, 2026
·
3 revisions
LLMs
Specific support for each LLM must be created and provided.
Currently Frags supports:
Gemini (our main workhorse)
ChatGPT
Anthropic
Ollama (limited features)
You can find the implementations in the project sub-packages.
Supporting new LLMs
Ideally all you have to do is implementing the AI interface.
It sounds simple, but it always turns out to be more complicated than originally planned.
You're welcome to implement new LLMs support, and I welcome you to have a look at the existing implementations for
inspiration.