Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Oct 18, 2024
1 parent ae3574c commit a1df2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blendsql/ingredients/builtin/map/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
open(Path(__file__).resolve().parent / "./default_examples.json", "r").read()
)
]
MAIN_INSTRUCTION = f"Given a set of values from a database, answer the question row-by-row, in order.\nYour outputs should be seperated by ';'."
MAIN_INSTRUCTION = f"Given a set of values from a database, answer the question row-by-row, in order.\nYour outputs should be separated by ';'."
OPTIONS_INSTRUCTION = "Your responses MUST select from one of the following values:\n"


Expand Down

0 comments on commit a1df2e6

Please sign in to comment.