FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

is_blocking is bool

Open tp-nan opened this issue 1 year ago • 0 comments
trafficstars

Hi, I meet an error:

2024-08-27 11:51:42 | ERROR | stderr | Expected str but got bool - serialized value may not be as expected

It seems that is_blocking should be bool https://github.com/lm-sys/FastChat/blob/05b930550cadc3e3ccfb1c0a5f2c6ff0bc0faf97/fastchat/protocol/openai_api_protocol.py#L27

tp-nan avatar Aug 27 '24 11:08 tp-nan