1.0.7 - Code refactoring

This commit is contained in:
Carl-Robert Linnupuu 2023-02-21 23:09:32 +00:00
parent d71edd19b3
commit e196e42910
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
group = "ee.carlrobert"
version = "1.0.6"
version = "1.0.7"
repositories {
mavenCentral()

View file

@ -74,7 +74,7 @@ public class Subscriber implements HttpResponse.BodySubscriber<Void> {
var data = extractMessageData(message.split("\n"));
var choice = data.getChoices().get(0);
if ("stop".equals(choice.getFinish_reason())) {
// onComplete();
onComplete();
} else {
msgBuilder.append(choice.getText());
}

View file

@ -31,6 +31,7 @@
<change-notes>
<![CDATA[
<ul>
<li><b>1.0.7</b> Code refactoring, add readme</li>
<li><b>1.0.6</b> Display proper message for insufficient quota</li>
<li><b>1.0.5</b> Replace TextField with TextArea, remove Tahoma font, increase response max token size</li>
<li><b>1.0.4</b> Add support for 2023.* build</li>