From 5026f80e310f2a30adffcadc967e29a26b570442 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 30 八月 2023 19:19:28 +0800 Subject: [PATCH] fix --- model/system/request/sys_chatgpt.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model/system/request/sys_chatgpt.go b/model/system/request/sys_chatgpt.go index af7f472..65527fe 100644 --- a/model/system/request/sys_chatgpt.go +++ b/model/system/request/sys_chatgpt.go @@ -1,8 +1,8 @@ package request import ( - "github.com/flipped-aurora/gin-vue-admin/server/model/common/request" - "github.com/flipped-aurora/gin-vue-admin/server/model/system" + "srm/model/common/request" + "srm/model/system" ) type ChatGptRequest struct { -- Gitblit v1.8.0