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
Pytest is failing due to the test_print_gpt() function in tests/test_helper.py.
The reason for this is we are giving the input: "Please output 'gpt works'" to the GPT and checking if "gpt_works" is in the response for the test. However, now the gpt responds with: 'I\'m sorry, but I cannot directly display text within a specific format or based on real-time information. However, I...\n\nPlease replace \'test test\', \'test degrees\', and \'test seconds\' with the actual values for a specific output.'.
We may have to come up with a more clever prompt!
The text was updated successfully, but these errors were encountered:
Pytest is failing due to the
test_print_gpt()
function intests/test_helper.py
.The reason for this is we are giving the input:
"Please output 'gpt works'"
to the GPT and checking if "gpt_works" is in the response for the test. However, now the gpt responds with:'I\'m sorry, but I cannot directly display text within a specific format or based on real-time information. However, I...\n\nPlease replace \'test test\', \'test degrees\', and \'test seconds\' with the actual values for a specific output.'
.We may have to come up with a more clever prompt!
The text was updated successfully, but these errors were encountered: