AlmogBaku / openai-streaming

Work with OpenAI's streaming API at ease with Python generators
MIT License
118 stars 8 forks source link

Consider using pydantic allow_partial #13

Open AlmogBaku opened 6 months ago

AlmogBaku commented 6 months ago

Consider using pydantic allow partial instead of json streaming

AlmogBaku commented 6 months ago

I guess it would be cleaner to use Pydantic for that, but will probably raise challenges with YAML as it's not a first class citizen of Pydantic