Pranjal Vachaspati
Pranjal Vachaspati
I was making a lot of calls to `LinkTransformer.merge` using the OpenAI API, and I realized that each call was querying huggingface to try and load the openai model as...
### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description The JSON schema for an enum of arrays doesn't include the `items` property, and therefore isn't...
Hi, In OpenAPI 3.0 it's a common pattern to represent a reference that can be null as an `allOf` with `nullable: true`. However, if you set the `default` to `null`,...