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
Hi @austinmw! The sample code that you're referring to is not meant to be run in an async environment (which Jupyter creates), but rather as a standalone script. To make it work, replace the generate call with await generate_async as suggested by the error message.
Hi, I tried running the following in a Jupyter notebook (in VS Code):
However I got the following error:
The text was updated successfully, but these errors were encountered: