Update llm_utils.py

Remove pass
This commit is contained in:
BillSchumacher
2023-04-15 15:17:23 -05:00
committed by GitHub
parent 2f776957d8
commit 8978844111

View File

@@ -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