mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
add requirements.txt and fix prompt data
This commit is contained in:
@@ -60,7 +60,7 @@ def ask_for_main_app_definition():
|
||||
|
||||
description += ' ' + answers['confirmation']
|
||||
|
||||
logger.info('Initial App description done')
|
||||
logger.info(f"Initial App description done: {description}")
|
||||
|
||||
return description
|
||||
|
||||
@@ -134,7 +134,7 @@ def get_additional_info_from_user(messages, role):
|
||||
|
||||
def generate_messages_from_description(description, app_type):
|
||||
prompt = get_prompt('high_level_questions/specs.prompt', {
|
||||
'description': description,
|
||||
'prompt': description,
|
||||
'app_type': app_type,
|
||||
'MAX_QUESTIONS': MAX_QUESTIONS
|
||||
})
|
||||
|
||||
19
requirements.txt
Normal file
19
requirements.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
blessed==1.20.0
|
||||
certifi==2023.5.7
|
||||
charset-normalizer==3.2.0
|
||||
distro==1.8.0
|
||||
idna==3.4
|
||||
inquirer==3.1.3
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
psycopg2==2.9.6
|
||||
python-dotenv==1.0.0
|
||||
python-editor==1.0.4
|
||||
readchar==4.0.5
|
||||
regex==2023.6.3
|
||||
requests==2.31.0
|
||||
six==1.16.0
|
||||
termcolor==2.3.0
|
||||
tiktoken==0.4.0
|
||||
urllib3==2.0.4
|
||||
wcwidth==0.2.6
|
||||
Reference in New Issue
Block a user