Pylint complains when using Stream[ChatCompletionChunk]: E1133 not-an-iterable #870
Closed
1 task done
Labels
question
Further information is requested
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
I´m constructing a chat completion response:
Then, when iterating over the chunks, it works but Pylint raises an error:
Error:
Non-iterable value query_response is used in an iterating context
To Reproduce
Code snippets
No response
OS
macOS
Python version
3.11.5
Library version
1.3.5
The text was updated successfully, but these errors were encountered: