You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using gpt4o for evaluation, and always receive the error message APITimeoutError: Request timed out.. If I reduce the number of metrics to 2, it works well.
To Reproduce
Run the function evaluate_llm_response with any test case
Expected behavior
All metrics are evaluated
Screenshots
Desktop (please complete the following information):
OS:MacOS
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
❗BEFORE YOU BEGIN❗
Are you on discord? 🤗 We'd love to have you asking questions on discord instead: https://discord.com/invite/a3K9c8GRGt
Describe the bug
I am building an evaluation with multiple metrics
def evaluate_llm_response(test_case): return evaluate( test_case, [hallucination_metric, relevancy_metric, bias_metric] )
I am using gpt4o for evaluation, and always receive the error message
APITimeoutError: Request timed out.
. If I reduce the number of metrics to 2, it works well.To Reproduce
Run the function
evaluate_llm_response
with any test caseExpected behavior
All metrics are evaluated
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: