spongedsc / pathways

Pathways: multi-modal AI/ML models on discord
GNU Affero General Public License v3.0
3 stars 1 forks source link

Modular AI providers #53

Open artifishvr opened 1 month ago

artifishvr commented 1 month ago

With the frequency that we've changed AI providers, I think having the ability to quickly swap between or write new provider integrations would be useful

daniwasonline commented 1 month ago

UPDATE: We've made some significant progress with this in #55! The Workers AI "mini-SDK" implemented (see https://github.com/spongedsc/SpongeChat/blob/v2/src/util/models/index.js) will likely be the model for implementing future providers in plugins.

To-do