Skip to content

Latest commit

 

History

History
56 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

56 lines (26 loc) · 1.29 KB

License: AGPL-3

OpenAI Chat

OpenAI Logo

This module adds an AI Bot user to chat with like in ChatGPT.

Usage

Open a chat and start talking to AI Bot:

image

image

Or go is Discuss:

image

Clear the chat

use the command /clear to clear the chat:

image

Boost AI Bot answer

By default, AI Bot answer length is limited. To get longer answer, start your prompt with an exclamation mark, so AI Bor will use a maximum of tokens to answer.

image image

Requirements

openai_connector is required.

This module requires the Python client library for OpenAI API

pip install openai

Maintainer