Skip to content

Commit

Permalink
Fix a typo in the prompt template
Browse files Browse the repository at this point in the history
  • Loading branch information
YuweiYin committed Aug 17, 2023
1 parent 5b58af7 commit e05b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeinterpreterapi/prompts/modifications_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
input_variables=["code"],
template="The user will input some code and you need to determine "
"if the code makes any changes to the file system. \n"
"With changes it means creating new files or modifying exsisting ones.\n"
"With changes it means creating new files or modifying existing ones.\n"
"Format your answer as JSON inside a codeblock with a "
"list of filenames that are modified by the code.\n"
"If the code does not make any changes to the file system, "
Expand Down

0 comments on commit e05b4ae

Please sign in to comment.