fix typo
This commit is contained in:
parent
2fb6579031
commit
4e93ed9380
2
run.py
2
run.py
|
@ -62,7 +62,7 @@ def main():
|
||||||
}
|
}
|
||||||
|
|
||||||
context.append({'role': 'function', 'name': function_name, 'content': json.dumps(result_to_ai)})
|
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(
|
function_response = client.chat.completions.create(
|
||||||
model="gpt-4",
|
model="gpt-4",
|
||||||
|
|
Reference in New Issue