metaskills / experts

Experts.js is the easiest way to create and deploy OpenAI's Assistants and link them together as Tools to create advanced Multi AI Agent Systems with expanded memory and attention to detail.
https://www.unremarkable.ai/experts/
MIT License
991 stars 56 forks source link

Support other providers #38

Closed Tarektouati closed 3 weeks ago

Tarektouati commented 1 month ago

Hello 👋🏼

I do really like the project, Although it's locked with OpenAI

I would like to know if it's possible to support other providers (Mistral/Claude) or simply Ollama

Is something like this planned ?

Thanks

metaskills commented 1 month ago

How would that even work? The Assistants API is all based on cloud resources. It is not like the completions API.