fix
wangpengfei
2023-08-26 2cffaad12f0ed5ff562f49cf7cdf202a8f328c8d
service/system/sys_chatgpt.go
@@ -4,11 +4,11 @@
   "context"
   "errors"
   "fmt"
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/sashabaranov/go-openai"
   "gorm.io/gorm"
   "srm/global"
   "srm/model/system"
   "srm/model/system/request"
   "strings"
)