mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-22 19:57:33 +00:00
feat: add proper streaming implementation
This commit is contained in:
parent
2ce05a50af
commit
cb0146034c
19 changed files with 593 additions and 251 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package ee.carlrobert.codegpt;
|
||||
|
||||
import com.intellij.openapi.util.IconLoader;
|
||||
import com.intellij.ui.AnimatedIcon;
|
||||
import javax.swing.Icon;
|
||||
|
||||
public final class Icons {
|
||||
|
|
@ -27,4 +28,5 @@ public final class Icons {
|
|||
public static final Icon Upload = IconLoader.getIcon("/icons/upload.svg", Icons.class);
|
||||
public static final Icon GreenCheckmark =
|
||||
IconLoader.getIcon("/icons/greenCheckmark.svg", Icons.class);
|
||||
public static final Icon StatusBarCompletionInProgress = new AnimatedIcon.Default();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue