mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-10 20:30:24 +00:00
Add interactive total token count label, codebase refactoring
This commit is contained in:
parent
d8e5e18998
commit
ec3120a5e6
31 changed files with 804 additions and 322 deletions
|
|
@ -12,6 +12,10 @@ public interface ChatToolWindowTabPanel extends Disposable {
|
|||
|
||||
@Nullable Conversation getConversation();
|
||||
|
||||
TokenDetails getTokenDetails();
|
||||
|
||||
boolean isStreaming();
|
||||
|
||||
void setConversation(@Nullable Conversation conversation);
|
||||
|
||||
void displayLandingView();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue