剔除GPT相关功能,后续独立新开源项目制作。

This commit is contained in:
piexlMax(奇淼
2024-01-03 14:49:28 +08:00
parent 0285de50e5
commit e1d214b91a
18 changed files with 1 additions and 318 deletions

View File

@@ -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
}

View File

@@ -1,4 +0,0 @@
package response
type ChatGptResponse struct {
}

View File

@@ -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
}