fix: update import path for AiChatProperties in ChatServiceImpl

dev
JEECG 3 months ago
parent 608d2e1318
commit 0fcc08c204

@ -9,7 +9,7 @@ import com.unfbx.chatgpt.entity.chat.Message;
import com.unfbx.chatgpt.exception.BaseException; import com.unfbx.chatgpt.exception.BaseException;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.SecurityUtils; import org.apache.shiro.SecurityUtils;
import org.jeecg.ai.prop.AiChatProperties; import org.jeecg.chatgpt.prop.AiChatProperties;
import org.jeecg.common.api.vo.Result; import org.jeecg.common.api.vo.Result;
import org.jeecg.common.exception.JeecgBootException; import org.jeecg.common.exception.JeecgBootException;
import org.jeecg.common.system.vo.LoginUser; import org.jeecg.common.system.vo.LoginUser;

Loading…
Cancel
Save