From ed18c4e94657696557dd134f05648a300e8d849e Mon Sep 17 00:00:00 2001 From: HAV0X underscore <73144620+HAV0X1014@users.noreply.github.com> Date: Fri, 10 May 2024 20:59:47 -0400 Subject: [PATCH] release 0.5 --- build.gradle | 2 +- src/main/java/GeminiAI.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8de9d15..e7bb4dd 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'miat' -version = '0.4-nosplit' +version = '0.5' repositories { mavenCentral() diff --git a/src/main/java/GeminiAI.java b/src/main/java/GeminiAI.java index 458dc9c..994fb62 100644 --- a/src/main/java/GeminiAI.java +++ b/src/main/java/GeminiAI.java @@ -32,7 +32,7 @@ public static String send(String dialog, String untranslatedNames, String transl JSONObject userText = new JSONObject(); userText.put("text", "Create a complete summary for the following story: \n" + "- Respond only in English.\n" + - "- The summary should be 8-12 paragraphs in length, and include all major events.\n" + + "- The summary should be 5-8 paragraphs in length, and include all major events.\n" + "- Be thorough describing the events.\n" + "- Specify which characters are involved in each event.\n" + "- Be specific about the tone of the characters. Describe their expressions and tone in detail.\n" +