From 1662b22070735d0823bb1bcb8e875a901b66c571 Mon Sep 17 00:00:00 2001 From: Hisham Khalifa Date: Wed, 23 Oct 2024 19:21:41 +0300 Subject: [PATCH] Update loop.py - typo (#77) --- computer-use-demo/computer_use_demo/loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer-use-demo/computer_use_demo/loop.py b/computer-use-demo/computer_use_demo/loop.py index bb959e4b..2b0358cd 100644 --- a/computer-use-demo/computer_use_demo/loop.py +++ b/computer-use-demo/computer_use_demo/loop.py @@ -1,5 +1,5 @@ """ -Agentic sampling loop that calls the Anthropic API and local implenmentation of anthropic-defined computer use tools. +Agentic sampling loop that calls the Anthropic API and local implementation of anthropic-defined computer use tools. """ import platform