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",