You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle non-standard responses from OpenAI-compatible API proxies
Some OpenAI-compatible proxies (Azure, vLLM, internal proxies, etc.)
return choices[].index as null instead of an integer, causing pydantic
validation to fail. Add a CompatibleOpenAIModel subclass that patches
these fields before validation.
0 commit comments