mirror of https://github.com/aliasrobotics/cai.git
Delete trash on openaichatcompletions
This commit is contained in:
parent
3fb2071721
commit
e6c9b5bfe8
|
|
@ -550,10 +550,6 @@ class OpenAIChatCompletionsModel(Model):
|
|||
|
||||
model_str = str(self.model).lower()
|
||||
is_ollama = self.is_ollama or "ollama" in model_str or ":" in model_str or "qwen" in model_str
|
||||
|
||||
# Add a small delay to make sure any previous tool outputs are fully rendered
|
||||
# This helps prevent overlapping of panels in the terminal
|
||||
await asyncio.sleep(0.2)
|
||||
|
||||
# Add visual separation before agent output
|
||||
if streaming_context and should_show_rich_stream:
|
||||
|
|
|
|||
Loading…
Reference in New Issue