LLM
  • Overview
    • LLM
  • Key Concepts
    • Models
    • Key Concepts
  • Quckstart
    • Jan.ai
    • 🦙Ollama & Chatbox
  • Playground
  • Workflows
    • n8n
    • Flowise
      • Basic Chatbot
      • Research Agent
      • Company Information Agent
      • PDF Parser
      • Knowledge Base
      • Lead Gen
    • Agno
  • LLM Projects
    • RAG + ChainLit
  • Model Context Protocol
    • Claude + MCPs
    • Flowise + MCPs
  • Knowledge Graphs
    • neo4j
    • WhyHow.ai
  • Setup
    • WSL & Docker
    • 🦙Quickstart
    • Key Concepts
    • Workflows
    • Model Context Protocol
Powered by GitBook
On this page
  1. Workflows
  2. Flowise

Basic Chatbot

PreviousFlowiseNextResearch Agent

Last updated 25 days ago

Basic Chatbot

Let's kick off with a Basic Chatbot that

x

x

x

Ollama

x

  1. Lets check we have llama3.1 model.

ollama list
  1. If the llama3.2:latest model is in the list.

ollama run llama3.2:latest

  1. Click: 'Add New'

  1. Click on the Save icon > Save as 'Basic Chatbot'.

  1. Click on the plus sign to add a node . search for: Tool Agent

  1. Drag & drop onto the canvas

  2. Repeat for Buffer Window Memory and ChatOllama.

  1. Connect the Buffer Window Memory & ChatOllama to the corresponding Tool Agent Inputs.

  2. Configure the Memory Window Size: 5 - it will buffer the last 5 chats

ChatOllama model: llama3.2:latest & Temperature 0.5

  1. Save.

  2. Finally .. Just click on the Chat icon and ask a question ..

HTML Compiler

We've created our Chatbot .. now its time to deploy and test ..

  1. Click on the Code block icon. - top right

  1. Copy the Popup Html and click on the following link:

  1. Paste the code just below the closing </body> tag.

  1. Finally ..Click on the Run button and you'll notice a blue Chat bubble.

HTML - OneCompiler - Write, run and share HTML code online
Link to HTML Compiler
Logo
List of Models
Add New
Save as Basic Chatbot
Tool Agent
Nodes
Chatbot
Click on Code block icon
Copy & Paste the script
Chatbot