LogoLogo
  • E.D.D.I Documentation
  • Getting started
  • Your first bot
    • Understanding your first bot
  • Bot Manager GUI
  • Creating your first Chatbots
    • Create a "Hello World" bot
    • Create a bot that reacts to user inputs
  • Import/Export a Chatbot
  • Managed Bots
  • Deployement management of Chatbots
  • Extensions
  • Behavior Rules
  • HttpCalls
  • Langchain
  • Output Configuration
  • Conversations
  • Passing context information
  • Output Templating
  • Semantic Parser
  • Git support
  • Docker
  • Setting Up EDDI on AWS with MongoDB Atlas
  • RedHat Openshift
  • Metrics
  • FAQs
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Your first bot

How to use the godfather bot

PreviousGetting startedNextUnderstanding your first bot

Last updated 2 years ago

Was this helpful?

After EDDI has started point your browser to this URL:

You should be seeing this on the page

Click on "Deploy Example Bot". This will deploy the Bot Father bot, to help you create your own bots utilizing ChatGPT.

This bot walks you through the process of creating a new bot that talks to ChatGPT. In order to create that bot, you will need to get an API key from ChatGPT. This key can be obtained here:

As soon as you have your key, click on Open and the first conversation with the Bot Father will start.

Click on "Let's get started!" to start the process.

First you need to type the name of your bot.

Next, you need to define the purpose of the bot.

Every bot needs an introduction to set the tone and the context of the bot for ChatGPT. This is the first prompt. This defines how ChatGPT is going to reply.

Now, the Bot Father needs the ChatGPT API key. Please enter the key here without any leading or trailing blanks.

Everything is now set up. When clicking on "Create the bot!" the Bot Father will create a new bot and you can start talking to it.

The new bot is deployed and by clicking on open, you can instantly talk to the bot.

http://localhost:7070/localhost
Default EDDI URL when starting EDDI via docker
OpenAI API
Link to get a ChatGPT API key
Logo
EDDI start screen without bots deployed
EDDI start screen with Bot Father bot deployed
Bot Father conversation start
Provide a name for the bot
Define the purpose of the bot
Introduction prompt
Enter ChatGPT API Key
Bot creation screen
EDDI Dashboard with deployed first bot