inbox-zero icon indicating copy to clipboard operation
inbox-zero copied to clipboard

Support AI's other than OpenAI like Mistral

Open elie222 opened this issue 1 year ago • 6 comments

We use the ai package: https://sdk.vercel.ai/docs. And it's easy to switch between LLM's with it. Here's a playground for example: https://sdk.vercel.ai/

Although there may be features that don't work across LLMs like function calling. So we'd have to handle those differently.

If we could support Mistral that would be very cool and help us move in the direction of a 100% self-hosted version.

elie222 avatar Jan 07 '24 01:01 elie222

can i work on this ?

Ravitejarao333 avatar Jan 07 '24 14:01 Ravitejarao333

Yes!

elie222 avatar Jan 07 '24 19:01 elie222

This is a game changer i guess. Especially if we can do it with LLAMA 3 dont you think? I wonder why you chose mistral, i thinker if we can add llama from groq!

varuntree avatar Jul 04 '24 16:07 varuntree

is this still open, can you please share more details about which all AI/ LLms you want to implement???

ichiragkumar avatar Sep 26 '24 18:09 ichiragkumar

This is a game changer i guess. Especially if we can do it with LLAMA 3 dont you think? I wonder why you chose mistral, i thinker if we can add llama from groq!

Mistral/Llama 3. It can really be any model.

elie222 avatar Sep 26 '24 20:09 elie222

is this still open, can you please share more details about which all AI/ LLms you want to implement???

We added support for Anthropic/Bedrock a few months ago. Next would be supporting OS models. The Vercel ai package we use makes it pretty easy to do.

The main consideration is if the model supports function calling.

elie222 avatar Sep 26 '24 20:09 elie222