Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.66 KB

File metadata and controls

39 lines (24 loc) · 1.66 KB

OpenAI Chat App

Use OpenAi Completions (ChatGPT3) inside Rocket.Chat!

Installing this App

This app will soon be available on Rocket.Chat Marketplace. While this doesn't happen, follow this doc on how to manually install it.

You can find the app packages here

Using this App

After installing, grab your Open AI key

Now, configure your App with those credentials:

image

Use with /chatgpt

You can use it with /chatgpt, like so:

image

or you can call only /chatgpt and get the modal

Use the message action button

Or you can call as a message action button:

image

image

Or send a direct message to the App user. The answer will come as a thread, and will consider the context

image

ROADMAP

  • Summarize Threads/Livechat
  • Allow to send the response to a group of users
  • Optionally preview the response
  • Configuration modal for the user with pre-defined system instruction and optional preview flow.