fix: stream_options spelling

This commit is contained in:
jialin
2024-10-22 15:46:35 +08:00
parent 902bb06353
commit c442a33d5e
2 changed files with 2 additions and 2 deletions
@@ -174,7 +174,7 @@ const GroundLeft: React.FC<MessageProps> = forwardRef((props, ref) => {
: [...formatMessages],
...parameters,
stream: true,
stream_otpions: {
stream_options: {
include_usage: true
}
};
@@ -174,7 +174,7 @@ const ModelItem: React.FC<ModelItemProps> = forwardRef(
: [...formatMessages],
...params,
stream: true,
stream_otpions: {
stream_options: {
include_usage: true
}
};