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

  • DarkThoughts@fedia.io
    link
    fedilink
    arrow-up
    3
    ·
    9 days ago

    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.

    • ram16@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 days ago

      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.

      • DarkThoughts@fedia.io
        link
        fedilink
        arrow-up
        1
        ·
        8 days ago

        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.

        • ram16@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 days ago

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

          • DarkThoughts@fedia.io
            link
            fedilink
            arrow-up
            1
            ·
            7 days ago

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

            • ram16@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              7 days ago

              Both, cause in Hexabot you can build your Ai models for image generation or any other model. You can consider it as a framework for developing a conversational AI that can serve a basic customer support chatbot or something like notebooklm. In the GitHub project, check the “nlu” folder. Also check the extensions library https://hexabot.ai/extensions. In short, you can extends to be beyond just a website chatbot.