We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6339b35 commit 41c4c55Copy full SHA for 41c4c55
tests/integration/language_model/test_factory.py
@@ -37,7 +37,6 @@ async def achat_stream(
37
self, prompt: str, history: list | None = None, **kwargs: Any
38
) -> AsyncGenerator[str, None]:
39
yield ""
40
- ...
41
42
def chat_stream(
43
0 commit comments