chore: diff envs in editing deployment

This commit is contained in:
jialin
2026-02-12 19:38:47 +08:00
parent d1c1c5acf9
commit 16c0e00b4f
6 changed files with 196 additions and 34 deletions
@@ -61,6 +61,7 @@ export default function useChatCompletion(
_.get(chunk, 'choices.0.delta.content', '') === null
? ''
: _.get(chunk, 'choices.0.delta.content', '');
console.log('deltaContent:', deltaContent);
reasonContentRef.current = reasonContentRef.current + deltaReasoningContent;
contentRef.current = contentRef.current + deltaContent;