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
As you might've noticed, there is no return value from the `runInference` function. Instead, the `.response` field of the model is updated with each token.
147
+
As you might've noticed, there is no return value from the `generate` function. Instead, the `.response` field of the model is updated with each token.
148
148
This is how you can render the response of the model:
0 commit comments