This commit is contained in:
Lukian LEIZOUR 2023-03-05 01:09:14 +01:00
parent 1308673174
commit df30871629
11 changed files with 14 additions and 12 deletions

View file

View file

@ -1,6 +0,0 @@
This is the opanAI help message :
list of opanAI commands :
-`/g <query>` (generate an image with DALL-E with your query)
-`/q <query>` (generate an answer for your question)

View file

@ -0,0 +1,11 @@
This is the opanAI help message :
list of opanAI commands :
-`/g <query>` (generate an image with DALL-E with your query)
-`/q <query>` (generate an answer for your question)
-`/addconv <convName>` (add a new conversation to the database)
-`/delconv <convName>` (delete a conversation from the database)
-`/lc` (display all the conversations that are into the database)
-`/displayconv <convName>` (display a conversation)
-`/addmsg <convName> - <message>` (send a new message to a conversation)