You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cg/CodeGenerator/CodeGenerator/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<groupId>pn.dev</groupId>
8
8
<artifactId>code-generator-ollama</artifactId>
9
-
<version>2.0</version>
9
+
<version>2.0.1</version>
10
10
11
11
12
12
<description>The Java Application-Generator (pn.dev.code-generator-ollama) creates applications by giving a string of your desired features for a Java application, like this: AppSystem.StartCodeGenerator(String appWish)</description>
publicfinalstaticStringONLY_CLASS_NAMES_IN_ANSWER="Your response should only contain the needed classes name for the application and there shall be one class name per line, your reply must not contain anything else";
163
+
publicfinalstaticStringONLY_CLASS_NAMES_IN_ANSWER="The response should only contain the necessary class names for the application, with one class name per line, and should not contain any other information.";
164
164
165
165
/**
166
166
* @use-info Clarify that no numbers or dots should be included in the response from the AI-model
publicfinalstaticStringCLARIFY_THAT_NO_DOTS_OR_NUMBERS_SHOULD_BE_INCLUDED_IN_THE_RESPONSE="Your response should not contain number,dots or spaces to state the order of the classes, there should only be one class name per line and nothing else in your response";
170
+
publicfinalstaticStringCLARIFY_THAT_NO_DOTS_OR_NUMBERS_SHOULD_BE_INCLUDED_IN_THE_RESPONSE="The only thing you need to include in your response is one class name per line. That is imperative!";
171
171
172
172
/**
173
173
* This is the line that initiates the phase that happens after the classes for the super app has been stated
finalStringTEST_INPUT = "Here are the class names for your application:\n\nQuestionClass\nAnswerClass\nUserClass\nQuestionServiceClass\nAnswerServiceClass\nUserServiceClass\nMainClass";
332
333
333
-
finalStringTEST_INPUT="Here are the class names for your application:\n\nQuestionClass\nAnswerClass\nUserClass\nQuestionServiceClass\nAnswerServiceClass\nUserServiceClass\nMainClass";
0 commit comments