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 CLI parameter at doc #922

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

nnashiki
Copy link
Contributor

"Thank you for providing such a great product. I found a typo in the doc while using it. I have confirmed that it works when using the CLI parameter --use-custom-preprompts. The basis for the correction is in the following section:

gpt_engineer/applications/cli/main.py

    use_custom_preprompts: bool = typer.Option(
        False,
        "--use-custom-preprompts",
        help="""Use your project's custom preprompts instead of the default ones.
          Copies all original preprompts to the project's workspace if they don't exist there.""",
    ),

@ErikBjare ErikBjare merged commit fa1f5f9 into gpt-engineer-org:main Dec 21, 2023
3 checks passed
@ErikBjare
Copy link
Collaborator

Thanks! :)

@nnashiki nnashiki deleted the fix/typo_cli_parameter branch December 21, 2023 11:04
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