File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ export class ChatEventHandler {
217217 ? `> 생각: ${ streamData . metadata . reasoningToken } 토큰 (${ cost . reasoning . toFixed ( 4 ) } $)\n`
218218 : '' ) +
219219 `> 출력: ${ streamData . metadata . outputToken } 토큰 (${ cost . output . toFixed ( 4 ) } $)\n` +
220- `> 총합: ${ streamData . metadata . totalToken } 토큰 (${ totalCost . toFixed ( 4 ) } $)`
221- : '' ) +
222- ( this . isStarter
223- ? '\n \n' +
224- '> **Commands** \n' +
225- '> `/model `: 모델 변경 \n' +
226- '> `/editor`: 에디터 모드 토글 (메시지를 모아두었다가 한번에 요청)\n'
220+ `> 총합: ${ streamData . metadata . totalToken } 토큰 (${ totalCost . toFixed ( 4 ) } $)` +
221+ ( this . isStarter
222+ ? '\n\n' +
223+ '> **Commands** \n' +
224+ '> `/model`: 모델 변경 \n' +
225+ '> `/editor `: 에디터 모드 토글 (메시지를 모아두었다가 한번에 요청) \n'
226+ : '' )
227227 : '' )
228228 )
229229 }
You can’t perform that action at this time.
0 commit comments