12 months ago
Mon Apr 22, 2024 1:48am PST
Show HN: Open-source multi-modal LLM chat agent
Hi everyone,

I’m learning LLM and AI. And I’m building a multi-modal full stack LLM chat agent. [0]

Using semantic-router for dynamic conversation routing, and LiteLMM for model providers.

It was lots of fun to learn and build.

Here is the full list of large language models. I will update more models in the future. [1]

And, of course you can use Llama 3 via Ollama locally!

I will be adding function calling support (tools use) for the models to have it more capable, like an agent, in the future.

Hope this project helps everyone to try out using multi-modalities LLM providers agent!

[0] GitHub: https://github.com/vinhnx/VT.ai [1] List of LLM models currently supported: https://github.com/vinhnx/VT.ai/blob/main/src/vtai/llms_conf...

comments:
add comment
loading comments...