feat: add gpt command
This commit is contained in:
11 files changed
+154
-25
No files matched your search
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/9/15
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity.enums
|
||||
|
||||
enum class GPTUserRole {
|
||||
user, system, assistant
|
||||
}
|
||||
Reference in New Issue
Block a user