mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +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
|
|
@ -20,4 +20,8 @@ public class CodeGPTKeys {
|
|||
Key.create("codegpt.addedDocumentation");
|
||||
public static final Key<PersonaDetails> ADDED_PERSONA =
|
||||
Key.create("codegpt.addedPersona");
|
||||
public static final Key<String> REMAINING_EDITOR_COMPLETION =
|
||||
Key.create("codegpt.editorCompletionLines");
|
||||
public static final Key<Boolean> IS_FETCHING_COMPLETION =
|
||||
Key.create("codegpt.isFetchingCompletion");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue