mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-15 11:14:27 +01:00
Update llm_utils.py
Remove pass
This commit is contained in:
@@ -100,7 +100,6 @@ def create_chat_completion(
|
||||
Fore.RED + "Error: ",
|
||||
f"Reached rate limit, passing..." + Fore.RESET,
|
||||
)
|
||||
pass
|
||||
except APIError as e:
|
||||
if e.http_status == 502:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user