chore
This commit is contained in:
parent
4cd5a56070
commit
3fe9ef4546
@ -213,7 +213,6 @@ const CompletionPanel: FC = observer(() => {
|
|||||||
}),
|
}),
|
||||||
signal: completionSseController?.signal,
|
signal: completionSseController?.signal,
|
||||||
onmessage(e) {
|
onmessage(e) {
|
||||||
console.log('sse message', e);
|
|
||||||
scrollToBottom();
|
scrollToBottom();
|
||||||
if (e.data === '[DONE]') {
|
if (e.data === '[DONE]') {
|
||||||
commonStore.setCompletionGenerating(false);
|
commonStore.setCompletionGenerating(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user