Format code (#441)
This commit is contained in:
@@ -74,4 +74,4 @@ class Anthropic(BaseBackend):
|
||||
**sampling_params.to_anthropic_kwargs(),
|
||||
) as stream:
|
||||
for text in stream.text_stream:
|
||||
yield text, {}
|
||||
yield text, {}
|
||||
|
||||
Reference in New Issue
Block a user