Open krrishdholakia opened 1 year ago
Hi! We are trying to build a wrapper around langchain(and leveraging their existing ecosystem) to make it simpler to build AGI.
I'll check out Lite LLM! but trying to hack this together rn ahah
Sweet - our langchain integration should be live soon: https://github.com/langchain-ai/langchain/pull/9020
Which providers are you trying to use? is it just openai?
Well we want expose a lot of the underlying langchain api integrations. So it will be up to the developer. We are designing our components to be plug and play with all the langchain providers. So I guess that will eventually include you!
Sweet - our langchain integration should be live soon: langchain-ai/langchain#9020
Which providers are you trying to use? is it just openai?
If you want to list skillweaver as a project using your package, I can make sure to highlight Lite LLM as a convenience multiprovider in the package.
Sounds great - is there something you need from us?
I will let you know when skillweaver is ready to be distributed. would be super hype if I can get some feedback!
Hi @cybertheory
Noticed you had manifest (a repo that abstracts LLM calls) as a dependency. Curious if you’re using multiple LLM providers in production today?
Context - we’re working on a library to simplify calling LLM APIs - https://github.com/BerriAI/litellm