Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-romanov-o committed Dec 6, 2024
1 parent 7ddaf97 commit 6766d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aidial_adapter_bedrock/llm/model/llama/v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ def is_stream(self, params: ModelParameters) -> bool:
if self.get_tool_config(params):
return False
return params.stream

0 comments on commit 6766d77

Please sign in to comment.