Skip to content

Commit

Permalink
release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HAV0X1014 authored May 11, 2024
1 parent 2f292c2 commit ed18c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'miat'
version = '0.4-nosplit'
version = '0.5'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/GeminiAI.java
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down

0 comments on commit ed18c4e

Please sign in to comment.