zyx 2 年之前
父節點
當前提交
f7580c8354
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/sxtvs/api/chatgpt/controller/ChatGptController.java

+ 1 - 0
src/main/java/com/sxtvs/api/chatgpt/controller/ChatGptController.java

@@ -11,6 +11,7 @@ import org.apache.hc.client5.http.classic.HttpClient;
 import org.apache.hc.client5.http.fluent.Request;
 import org.apache.hc.client5.http.impl.classic.HttpClientBuilder;
 import org.apache.hc.core5.http.ContentType;
+import org.apache.hc.core5.http.HttpResponse;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;