mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-05 19:00:22 +01:00
disable microservices when creating app
This commit is contained in:
@@ -29,4 +29,6 @@ Here are user tasks that specify what users need to do to interact with "{{ name
|
||||
|
||||
Now, based on the app's description, user stories and user tasks, think step by step and write up all technologies that will be used by your development team to create the app "{{ name }}". Do not write any explanations behind your choices but only a list of technologies that will be used.
|
||||
|
||||
You do not need to list any technologies related to automated tests like Jest, Cypress, Mocha, Selenium, etc.
|
||||
You do not need to list any technologies related to automated tests like Jest, Cypress, Mocha, Selenium, etc.
|
||||
|
||||
{{no_microservices}}
|
||||
|
||||
2
pilot/prompts/components/no_microservices.prompt
Normal file
2
pilot/prompts/components/no_microservices.prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
**IMPORTANT**
|
||||
Do not use, create or suggest any microservices. Create strictly monolithic application even if in some prompts I might suggest microservices might be better or more desired solution. Do your best to find a solution to any requirement without using microservices.
|
||||
@@ -1,4 +1,4 @@
|
||||
How can I run this app?
|
||||
!IMPORTANT!
|
||||
**IMPORTANT**
|
||||
Do not reply with anything else but the command with which I can run this app with.
|
||||
For example, if the command is "python app.py", then your response needs to be only `python app.py` without the `
|
||||
@@ -31,5 +31,5 @@ Tell me all the new code that needs to be written or modified to implement this
|
||||
#}
|
||||
Remember, I'm currently in an empty folder where I will start writing files that you tell me. You do not need to make any automated tests work.
|
||||
|
||||
!!IMPORTANT!!
|
||||
**IMPORTANT**
|
||||
Do not tell me anything about setting up the database or anything OS related - only if some dependencies need to be installed.
|
||||
@@ -35,7 +35,9 @@ Now, tell me all the code that needs to be written to implement this app and hav
|
||||
|
||||
This should be a simple version of the app so you don't need to aim to provide a production ready code but rather something that a developer can run locally and play with the implementation. Do not leave any parts of the code to be written afterwards. Make sure that all the code you provide is working and does as outlined in the description area above.
|
||||
|
||||
!IMPORTANT!
|
||||
{{no_microservices}}
|
||||
|
||||
**IMPORTANT**
|
||||
Remember, I'm currently in an empty folder where I will start writing files that you tell me.
|
||||
Tell me how can I test the app to see if it's working or not.
|
||||
You do not need to make any automated tests work.
|
||||
|
||||
@@ -21,4 +21,6 @@ Here is an overview of the tasks that you need to do:
|
||||
|
||||
Let's start with the task #1 Getting additional answers. Think about the description for the {{ app_type }} "{{ name }}" and ask questions that you would like to get cleared before going onto breaking down the user stories.
|
||||
|
||||
{{no_microservices}}
|
||||
|
||||
{{single_question}}
|
||||
|
||||
Reference in New Issue
Block a user