Replies: 1 comment 5 replies
-
Hi @lahcim - I've added support for generic models in version 0.2.3 - not sure if that meets your needs? There's a generic provider, which uses ollama defaults (but they can be overriden arbitrarily in the config). That will then pass the model name straight through the OpenAI endpoint, so should cover a lot of cases. I do want to keep a distinction between those models fully tested, added to the automated test suite where the various modalities/tool calls are known to work vs. generic support? Does that make sense? Anyway - let me know if the above helps or you need assistance pulling together a PR. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently FastAgent takes only the model, which must match any of the hardcoded models (anthophic, openai, deepseek etc).
I do want to use groq, which is not supported yet in the code.
I am ok writing my own wrapper class for this, but it seems there is no way to provide this to the FastAgent, as it only uses internal factory class, which also uses internal hardcoded set of LLMs.
So everything seems hardcoded inside fastagent, and cannot easily add new interfaces.
Can we expose adding own models for people who want to provide more? and not realying only on hardcoded ones?
Beta Was this translation helpful? Give feedback.
All reactions