🗣️AI Chat

Create AI Chat

First run the command: /chat create

Here is an explanation of each arguments:

Argument nameDescriptionRequired

pre-prompt

The instructions you give your chatbot. Here you can describe its personality, its objective, the way it responds, etc.

YES

character-name

The name of the character that will be displayed in messages.

YES

temperature

AI temperature. Higher, more random and whimsical.

YES

memory-length

The number of backward messages that AI must take into account. The higher the number, the more it will be able to take older messages into account, but the more credits it will consume.

YES

icon

URL redirecting to an image that will be displayed in messages.

NO

private

Defines whether the thread should be private or not

NO (default FALSE)

Success!

Congratulations, you've created your character in just a few moments and you can now interact with him or her.

Let's try to talk

To take the example of The Rock to its logical conclusion, I'm going to have a chat with him.

As you can see, it remembers your previous messages as well as its own, because we've set the memory-length to 10, which means it remembers the last 10 messages.

Last updated