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
Then, apparently, I will throw up an error.
It worked when I made it look like the following, but is the document still old...?
You don't have to reply, but please confirm when you have time.
ifstreamandhasattr(response, 'text'):
generated_text=response.textelse:
generated_text="Error: The expected response was not returned. "
By any chance, if was the problem...?
Is it probably like this?
ifstreamandhasattr(response, 'text'):
generated_text=response.textelse:
generated_text="Error: The expected response was not returned. "print(generated_text)
The text was updated successfully, but these errors were encountered:
Then, apparently, I will throw up an error.
It worked when I made it look like the following, but is the document still old...?
You don't have to reply, but please confirm when you have time.
By any chance, if was the problem...?
Is it probably like this?
The text was updated successfully, but these errors were encountered: