fix: think more

This commit is contained in:
Florian Hönicke
2023-04-12 12:08:15 +02:00
parent 3373e2ee50
commit 92e4ce40b4
2 changed files with 3 additions and 2 deletions

View File

@@ -196,7 +196,8 @@ print(response[0].text) # can also be blob in case of image/audio..., this shoul
+ error_before) if error_before else '')
+ '\n\nNow, I get the following error:\n'
+ error + '\n'
+ 'Think quickly about possible reasons. '
+ 'Think quickly about possible reasons the error might caused by. '
'Decide which files need to be changed. '
'Then output the files that need change. '
"Don't output files that don't need change. "
"If you output a file, then write the complete file. "

View File

@@ -58,7 +58,7 @@ class GPTSession:
print('Estimated costs on openai.com:')
# print('money prompt:', f'${money_prompt}')
# print('money generation:', f'${money_generation}')
print('total money so far:', f'${money_prompt + money_generation}')
print('total money spent so far:', f'${money_prompt + money_generation}')
print('\n')
def get_conversation(self):