dbbfc4ba2f
When I generate a client, it breaks because it fails to process the schema of ChatCompletionRequestMessage These fix that: - I think `Union[Literal["user"], Literal["channel"], ...]` is the same as Literal["user", "channel", ...] - Turns out default value `Literal["user"]` isn't JSON serializable, so replace with "user" |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
app.py |