mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-03 22:04:22 +01:00
refactor: logs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user