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

Fix SyntaxError in prompts.py due to conflicting quotes in f-string #841

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

onlydole
Copy link
Contributor

Description

This PR fixes a SyntaxError in /usr/src/app/gpt_researcher/master/prompts.py that was causing the application to fail on startup. The error was due to conflicting quotes in an f-string used to format the current date.

Changes Made

  • Modified line 33 in /usr/src/app/gpt_researcher/master/prompts.py to resolve quote conflicts in the f-string.

Signed-off-by: Taylor Dolezal <onlydole@gmail.com>
Copy link
Owner

@assafelovic assafelovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you good catch!

@assafelovic assafelovic merged commit bd608e9 into assafelovic:master Sep 14, 2024
@onlydole onlydole deleted the bugfix/prompt-string branch September 15, 2024 03:10
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

Successfully merging this pull request may close these issues.

2 participants