We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c3025 commit 0d683daCopy full SHA for 0d683da
interpreter/computer_use/loop.py
@@ -360,14 +360,11 @@ async def main():
360
361
markdown_text = f"""> Model set to `Claude 3.5 Sonnet (New)`, OS control enabled
362
363
-We recommend using our desktop app for a better experience. Type `d` for early access.
+We recommend using our desktop app for the best experience. Type `d` for early access.
364
365
**Warning:** In this mode, Open Interpreter will not require approval before performing actions. Move your mouse to any corner of the screen to exit.
366
"""
367
368
- markdown_text = f"""> Model set to `Claude 3.5` OS control enabled
369
-"""
370
-
371
print_markdown(markdown_text)
372
373
# Start the mouse position checking thread
0 commit comments