This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/ottaviofogliata on 2024-04-30 18:22:18.


Hi everyone!

I am super excited to announce that we just released a very first version (a super draft) of OpenSeneca, we are looking for collaborators to continue this mission with.

We are creating an open source python library to orchestrate different LLMs from different vendors and access them with one simple interface.

It starts with a very simple premise. Let’s imagine that we are developing software based on artificial intelligence, such as a chatbot.

If the user types “hello,” why use gpt-4 if you can get a good response even with llama3-8B, a smaller and certainly cheaper model?

Now let’s try to scale this idea with prompt intents of mathematical, philosophical, psychological, and so on.

By efficiently and intelligently selecting the best model, you save quite a bit of money in API calls.

Here is the github repo:

We are open to feedback, future ideas and issues :)