剔除GPT相关功能,后续独立新开源项目制作。
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package request
|
||||
|
||||
import (
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/model/common/request"
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/model/system"
|
||||
)
|
||||
|
||||
type ChatGptRequest struct {
|
||||
system.ChatGpt
|
||||
request.PageInfo
|
||||
}
|
@@ -1,4 +0,0 @@
|
||||
package response
|
||||
|
||||
type ChatGptResponse struct {
|
||||
}
|
@@ -1,22 +0,0 @@
|
||||
package system
|
||||
|
||||
type ChatGpt struct {
|
||||
DBName string `json:"dbname,omitempty"`
|
||||
Chat string `json:"chat,omitempty"`
|
||||
ChatID string `json:"chatID,omitempty"`
|
||||
}
|
||||
|
||||
type SysChatGptOption struct {
|
||||
SK string `json:"sk"`
|
||||
}
|
||||
|
||||
type ChatField struct {
|
||||
TABLE_NAME string
|
||||
COLUMN_NAME string
|
||||
COLUMN_COMMENT string
|
||||
}
|
||||
|
||||
type ChatFieldNoTable struct {
|
||||
COLUMN_NAME string
|
||||
COLUMN_COMMENT string
|
||||
}
|
Reference in New Issue
Block a user