Closed brizzbane closed 8 months ago
I'd like the response to be a variable that I can use instead of streaming. Is there a way to do this currently, or would you consider implementing?
thank you!
You can just do this:
full_message = "" for message_chunk in conversation.chat(prompt): full_message += message_chunk
I'd like the response to be a variable that I can use instead of streaming. Is there a way to do this currently, or would you consider implementing?
thank you!