From 4e93ed9380b3ccb24898fc16f1228126058e3a99 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sat, 20 Jan 2024 15:02:15 -0700 Subject: [PATCH] fix typo --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index da652c8..aaba182 100755 --- a/run.py +++ b/run.py @@ -62,7 +62,7 @@ def main(): } context.append({'role': 'function', 'name': function_name, 'content': json.dumps(result_to_ai)}) - context.append({'role': 'system', 'content': 'Run another command or can call "talk" to finish this command.'}) + context.append({'role': 'system', 'content': 'Run another command or call "talk" to finish this command.'}) function_response = client.chat.completions.create( model="gpt-4",