this post was submitted on 05 Nov 2024
1 points (100.0% liked)

Free Open-Source Artificial Intelligence

2889 readers
1 users here now

Welcome to Free Open-Source Artificial Intelligence!

We are a community dedicated to forwarding the availability and access to:

Free Open Source Artificial Intelligence (F.O.S.A.I.)

More AI Communities

LLM Leaderboards

Developer Resources

GitHub Projects

FOSAI Time Capsule

founded 1 year ago
MODERATORS
 

Hello!

Hexabot is an open source conversational AI builder that allows you to create your own chatbot or virtual assistant. It's highly customizable, comes with a visual editor for easy setup, and can integrate with different LLM models. You can check out our repo on GitHub if you like this project: https://github.com/hexastack/hexabot

I recently recorded a proof of concept video on how to integrate any open source LLM (Large Language Model) using Ollama into a WordPress website : https://youtu.be/hyJW6JGCga4

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 week ago (4 children)

Is there any website that actually has a good and useful chatbot? To me they seem to be all just unnecessary bloat and distracting annoyances.

[–] [email protected] 0 points 1 week ago (3 children)

I think that chatbots are like any other software, it depends on who creates it and to which end. If we take the example of MidJourney, we can consider it as a useful software.

[–] [email protected] 0 points 1 week ago (2 children)

Huh? Midjourney is an image generation LLM, no? As far as I understood the topic, this is about a tool that helps you create little chatbot assistants for your website. Like those annoying little pop-up chat windows in the corner trying to greet you, asking you how they can help you.

[–] [email protected] 0 points 1 week ago (1 children)

That's not the case, with Hexabot you can actually create something similar to MidJourney.

[–] [email protected] 0 points 1 week ago

Are we talking about the actual model or a frontend that just pastes / parses your words into the prompts for image generation?