refactor: logs

This commit is contained in:
Florian Hönicke
2023-04-11 00:04:38 +02:00
parent a3d774ab54
commit 43a0b07469

View File

@@ -112,7 +112,7 @@ class _GPTConversation:
except (RateLimitError, Timeout, ConnectionError, GenerationTimeoutError) as e:
print(e)
print('retrying, be aware that this affects the cost calculation')
print('retrying, be aware that this might affect the cost calculation')
sleep(3)
continue
chars_prompt = sum(len(prompt[1]) for prompt in prompt_list)