mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 18:53:12 +08:00
add common ai support
This commit is contained in:
@ -37,6 +37,11 @@ public enum AiSqlSourceEnum implements BaseEnum<String> {
|
||||
*/
|
||||
CLAUDEAI("CLAUDE AI"),
|
||||
|
||||
/**
|
||||
* FAST CHAT AI
|
||||
*/
|
||||
FASTCHATAI("FAST CHAT AI"),
|
||||
|
||||
;
|
||||
|
||||
final String description;
|
||||
|
Reference in New Issue
Block a user