mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-30 11:54:21 +01:00
🧪 test: level 2
This commit is contained in:
@@ -399,6 +399,7 @@ metas:
|
||||
print_colored('',
|
||||
f'Could not debug the Microservice with any of the approaches: {packages} giving up.',
|
||||
'red')
|
||||
return -1
|
||||
continue
|
||||
print(f'''
|
||||
You can now run or deploy your microservice:
|
||||
@@ -406,7 +407,7 @@ gptdeploy run --path {self.microservice_root_path}
|
||||
gptdeploy deploy --path {self.microservice_root_path}
|
||||
'''
|
||||
)
|
||||
break
|
||||
return 0
|
||||
|
||||
def summarize_error(self, error):
|
||||
conversation = self.gpt_session.get_conversation()
|
||||
|
||||
@@ -179,7 +179,7 @@ Name all packages which need to be installed via `apt-get install` in above Dock
|
||||
|
||||
Note that you must not list apt-get packages that are already installed in the Dockerfile.
|
||||
Note that openai does not require any apt-get packages.
|
||||
Output the packages that need to me placed at {apt_get_packages} as a white space separated list:
|
||||
Output the packages that need to me placed at {{apt_get_packages}} as a white space separated list:
|
||||
'''
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user