Creating a simple LLM app
Last updated
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.
Open the main menu and click on "Chatbots" -> "Create new chatbot"


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

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

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:


Last updated