Chatness Bots
Using the Chatness Admin Panel you can configure your chatbots and its system prompts. You will need to grab your API key from OpenAI and embed Chatness Launcher on your projects.
Quickstart
To get Chatness bots interacting with your users on Chatness Platform you will need to:
- Create an account on OpenAI platform and grab your API key from the account page.
- Open your Chatness Admin Panel through the url provided by the installer. By default your admin is deployed in a url like
{your-project-name}-admin.web.app
- Go to the
Settings
option on the left menu and paste your API key on theOpenAI API Key
field.

Settings
With Chatness you can create as many bots as you want and configure them to interact with your users in different ways. In order to configure bot settings, go to the Bots
option on the left menu and create or edit a bot.
-
Model
Choose the OpenAI model that will be used to generate the responses of your bot. The default model is
GPT-3.5 Turbo
which is the fastest and cheapest model available today. -
Sample
Sample is the amount of the latest dialogues will be injected in the context of the AI. The default value is
20
. You can use this feature to make your bot more consistent and to avoid it to change the subject of the conversation. -
Temperature
Temperature is a parameter between 0 and 1 that controls the randomness of the AI responses. The default value is
0.1
. You can use this feature to make your bot more creative and to avoid it to repeat itself. -
System Prompt
System prompts are injected context in the begining of each conversation. You can use it to set the tone of your chatbot and to provide some information about your business to the AI so that your users can have the desired experience.
