From 973e3c56b7ff73746e3aa8d68536c361ae5e5ee1 Mon Sep 17 00:00:00 2001 From: gucky92 Date: Sat, 15 Apr 2023 23:53:00 +0200 Subject: [PATCH] change 'image' to 'file' --- autogpt/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt/prompt.py b/autogpt/prompt.py index 0f6bd29f..ab16bd45 100644 --- a/autogpt/prompt.py +++ b/autogpt/prompt.py @@ -82,7 +82,7 @@ def get_prompt() -> str: ), ("Execute Python File", "execute_python_file", {"file": ""}), ("Generate Image", "generate_image", {"prompt": ""}), - ("Convert Audio to text", "read_audio_from_file", {"image": ""}), + ("Convert Audio to text", "read_audio_from_file", {"file": ""}), ] # Only add shell command to the prompt if the AI is allowed to execute it