async-openai
async-openai copied to clipboard
Fix parsing of cancelled responses
Without this, cancelled responses fail to parse:
called `Result::unwrap()` on an `Err` value: JSON decode error: unknown variant `cancelled`, expected `incomplete` or `failed`