GaiaHub's Documentation
GaiaHub's Documentation
  • GETTING STARTED
    • Introduction
    • Quickstart
    • Adding credentials
    • Variables
    • Add GaiaHub on your website
  • Creating a simple LLM app
Powered by GitBook
On this page
  • 1. Create New Chatbot
  • 2. Give it a name
  • 3. Add a new node "ChatOpenAI"
  • 4. Set the credentials
  • 5. Add a "LLM Chain" node
  • 6. Connect the dots

Creating a simple LLM app

PreviousAdd GaiaHub on your website

Last updated 10 months ago

To create your first LLM app, you'll need 3 things: credential, one LLM Node and one LLM Chain node.

For the sake of this example, we'll make an app that uses ChatGPT.

1. Create New Chatbot

Open the main menu and click on "Chatbots" -> "Create new chatbot"

2. Give it a name

3. Add a new node "ChatOpenAI"

Click on the green floating button to add a new node, and search for "ChatOpenAI". Then, drag and drop it on the editor pane:

4. Set the credentials

5. Add a "LLM Chain" node

Click on the green floating button to add a new node, and search for "LLM Chain". Then, drag and drop it on the editor pane:

6. Connect the dots

Click on "Change Parameters" button. It'll open the node's details where you will search for the earlier. Then Save Node Parameters

credentials you've created
Create new chatbot
Give a name
Add ChatOpenAI Node
Here you can also configure other parameters if you want
Add LLM Chain node