Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in utils.prompt line 104 and 106 #53

Open
canornot opened this issue Jun 9, 2023 · 1 comment
Open

typo in utils.prompt line 104 and 106 #53

canornot opened this issue Jun 9, 2023 · 1 comment

Comments

@canornot
Copy link

canornot commented Jun 9, 2023

Original code:
elif output_format == 'AL':
output = f"Answer: The answer is {answer}. BECAUSE: {solution}"
elif output_format == 'AE':
output = f"Answer: The answer is {answer}. BECAUSE: {lecture}"

Shall be modified to:
elif output_format == 'AL':
output = f"Answer: The answer is {answer}. BECAUSE: {lecture}"
elif output_format == 'AE':
output = f"Answer: The answer is {answer}. BECAUSE: {solution}"

If L means {lecture} and E means {solution}

@cooelf
Copy link
Contributor

cooelf commented Oct 15, 2023

Thanks for the revision! That's cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants