Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf5876 commit 2f9b649Copy full SHA for 2f9b649
llama_cpp/llama.py
@@ -330,7 +330,7 @@ def _create_completion(
330
repeat_penalty: float = 1.1,
331
top_k: int = 40,
332
stream: bool = False,
333
- ) -> Union[Iterator[Completion], Iterator[CompletionChunk],]:
+ ) -> Union[Iterator[Completion], Iterator[CompletionChunk]]:
334
assert self.ctx is not None
335
completion_id = f"cmpl-{str(uuid.uuid4())}"
336
created = int(time.time())
0 commit comments