supeng 3 tuần trước cách đây
mục cha
commit
54b390f898

+ 1 - 1
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/service/impl/GeminiGenerateContentAction.java

@@ -88,7 +88,7 @@ public class GeminiGenerateContentAction implements Action {
                         content = content.replace("```json", "").replace("```", "");
                         return content;
                     } else if (AigcServerExceptionEnum.PARAM_ERROR.getCode() == commonResponse.getCode()) {
-                        throw new StopRetryException("geminiGenerateContentAction request params error geminiParam = " + JSON.toJSONString(geminiParam));
+                        throw new StopRetryException("geminiGenerateContentAction request params error geminiParam = " + JSON.toJSONString(geminiParam) + ", response = " + JSON.toJSONString(commonResponse));
                     } else {
                         if (useLocalApiKey) {
                             int index1 = getIndex(size);