mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 21:31:04 +00:00
1.6.0 - ToolWindow toolbar actions, disable reverse proxy selection, add gpt-4 model, display credit usage
This commit is contained in:
parent
a4c3dcd5c6
commit
5d163531eb
2 changed files with 15 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "ee.carlrobert"
|
||||
version = "1.5.2"
|
||||
version = "1.6.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
|
|
@ -93,10 +93,20 @@
|
|||
<change-notes>
|
||||
<![CDATA[
|
||||
<ul>
|
||||
<li>Fix ToolWindow's NPE when reopening the project</li>
|
||||
<li>Ability to create/override actions</li>
|
||||
<li>Move proxy settings to a new settings panel (requires to enter them again)</li>
|
||||
<li>Revert chat completion model enum renaming</li>
|
||||
<li>Disable support for unofficial reverse proxy</li>
|
||||
<li>New Chat toolbar</li>
|
||||
<ul>
|
||||
<li>Start new conversations</li>
|
||||
<li>Open the conversation in the editor</li>
|
||||
<li>Display credit usage</li>
|
||||
</ul>
|
||||
<li>
|
||||
<li>New Conversation History toolbar</li>
|
||||
<ul>
|
||||
<li>Delete all conversations</li>
|
||||
<li>Delete single conversation</li>
|
||||
</ul>
|
||||
<li>Add GPT-4 model</li>
|
||||
</ul>
|
||||
]]>
|
||||
</change-notes>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue