This commit is contained in:
Cyberes 2024-01-20 15:02:15 -07:00
parent 2fb6579031
commit 4e93ed9380
1 changed files with 1 additions and 1 deletions

2
run.py
View File

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