Deploy an AI bot using Flowise in 10 minutes

Sze(‘Z’) Wong
Zenith Venture Studio
3 min readJun 10, 2024

--

Flowise is a no-code visual tool for building and deploying large language model based applications. It allows users to turn a prompt flow into an AI application.

In this example, we will use Flowise to quickly create an AI bot for suggesting blog post topics. Then we will ask chatGPT to develop an HTML front-end for end-users to use the bot.

STEP 0: Install Flowise

Installing and deploying Flowise is not difficult but is slightly beyond the 10 minute boundary of this blog post.

To install Flowise, go to https://github.com/FlowiseAI/Flowise and follow the insturctions there.

I followed the deploy to Render instruction to have Flowise running in my Render account

Setup the flow

We want to create a bot that will suggest blog post topics. We need a flow with 3 basic blocks

  1. LLM Chain
  2. Prompt Template
  3. OpenAI

Starts by clicking on the (+) button to the left and dargging the LLM Chain out to the canvas.

You will see that the LLM Chain requires (*) a Language Model and a Prompt. Those are the 2 additional blocks we need to complete this flow.

--

--

Sze(‘Z’) Wong
Zenith Venture Studio

Serial entrepreneur, AI inventor, author and educator. CEO@Zerion Software, Co-founder@Zenith Venture Studio