Spaces:
Sleeping
Sleeping
gpt4o debug
Browse files- llm_reasoner.py +1 -1
llm_reasoner.py
CHANGED
@@ -61,7 +61,7 @@ class LLMReasoner():
|
|
61 |
except openai.APIStatusError as e:
|
62 |
print("Another non-200-range status code was received")
|
63 |
print(e.status_code)
|
64 |
-
|
65 |
time.sleep(60)
|
66 |
return self.make_openai_chat_completions_api_call(prompt)
|
67 |
|
|
|
61 |
except openai.APIStatusError as e:
|
62 |
print("Another non-200-range status code was received")
|
63 |
print(e.status_code)
|
64 |
+
print(e)
|
65 |
time.sleep(60)
|
66 |
return self.make_openai_chat_completions_api_call(prompt)
|
67 |
|