fix: logs scrollbar ux

This commit is contained in:
jialin
2024-10-22 09:29:03 +08:00
parent 57386eeb55
commit eb5cf9da8d
17 changed files with 224 additions and 180 deletions
@@ -173,7 +173,10 @@ const GroundLeft: React.FC<MessageProps> = forwardRef((props, ref) => {
]
: [...formatMessages],
...parameters,
stream: true
stream: true,
stream_otpions: {
include_usage: true
}
};
const result: any = await fetchChunkedData({
data: chatParams,