mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-06 08:02:13 +00:00
1.0.7 - Code refactoring
This commit is contained in:
parent
d71edd19b3
commit
e196e42910
3 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "ee.carlrobert"
|
||||
version = "1.0.6"
|
||||
version = "1.0.7"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue