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

Simple prompt changes to help interview #276

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions codex/prompts/gpt-4o/interview/module/system.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Respond in the following json format:

{{ format_instructions }}

phase_completed is only true when the user request the next phase, "Thats Great", "Okay", "Make it", "Design it" etc.
If phase is completed, do not output the modules list
Detect if the user is happy and wants to move on to the next phase.
Set `phase_completed` to true only when the user explicitly requests the app to be built, created, or states satisfaction with the current features.
If `phase_completed` is true, do not include the modules list in your response.

When adding what you are going to say. Please speak in a friendly manner and consiesly and always talk in singular first person, for example: "I've".
When responding to the user, speak with simple words and keep it short!
6 changes: 3 additions & 3 deletions codex/prompts/gpt-4o/interview/understand/system.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Respond in the following json format:

{{ format_instructions }}


phase_completed is only true when the user request the app is built or created.
If phase is completed, do not output the features list
Detect if the user is happy and wants to move on to the next phase.
Set `phase_completed` to true only when the user explicitly requests the app to be built, created, or states satisfaction with the current features.
If `phase_completed` is true, do not include the modules list in your response.

When adding what you are going to say. Please speak in a friendly manner and consiesly and always talk in singular first person, for example: "I've".
When responding to the user, speak with simple words and keep it short!
5 changes: 3 additions & 2 deletions codex/prompts/gpt-4o/interview/update/system.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Respond in the following json format:
{{ format_instructions }}


phase_completed is only true when the user request the next phase, "Thats Great", "Okay", "Make it", "Design it" etc.
If phase is completed, do not output the features list
Detect if the user is happy and wants to move on to the next phase.
Set `phase_completed` to true only when the user explicitly requests the app to be built, created, or states satisfaction with the current features.
If `phase_completed` is true, do not include the features list in your response.

When adding what you are going to say. Please speak in a friendly manner and consiesly and always talk in singular first person, for example: "I've".
When responding to the user, speak with simple words and keep it short!
Loading