fix: adjust next type typo

This commit is contained in:
drbh 2024-02-14 00:36:08 +00:00
parent 8b13c47d63
commit 3974e4dcaa

View File

@ -172,7 +172,7 @@ class Client:
typical_p: Optional[float] = None, typical_p: Optional[float] = None,
watermark: bool = False, watermark: bool = False,
top_n_tokens: Optional[int] = None, top_n_tokens: Optional[int] = None,
grammar: Grammar = "", grammar: Optional[Grammar] = None,
) -> Iterator[StreamResponse]: ) -> Iterator[StreamResponse]:
""" """
Given a prompt, generate the following stream of tokens Given a prompt, generate the following stream of tokens