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
Is your feature request related to a problem? Please describe.
I'm using vertexai.preview.language_models.ChatSession with chat-bison@001. There can be a high latency using send_message
Describe the solution you'd like
I'd like there to be able to get a streaming response so I can show the partial result immediately to the user
Describe alternatives you've considered
None
Additional context
This functionality is available with OpenAI and Anthropic
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm using
vertexai.preview.language_models.ChatSession
with chat-bison@001. There can be a high latency usingsend_message
Describe the solution you'd like
I'd like there to be able to get a streaming response so I can show the partial result immediately to the user
Describe alternatives you've considered
None
Additional context
This functionality is available with OpenAI and Anthropic
The text was updated successfully, but these errors were encountered: