diff --git a/gpt_computer_assistant/api.py b/gpt_computer_assistant/api.py index 2c0111dda..999025c95 100644 --- a/gpt_computer_assistant/api.py +++ b/gpt_computer_assistant/api.py @@ -32,7 +32,7 @@ def the_input(text, screen, talk): else: screenshot = pyautogui.screenshot() screenshot.save(screenshot_path) - result = process_text_api(text, screenshot) + result = process_text_api(text, screenshot_path) time.sleep(1)