Last chat delta receive from on_llm_new_delta
handler does not change to complete
status
#221
Labels
bug
Something isn't working
I'm using LLMChain with release from
v0.3.0-rc.1
for LiveView where function is run in an async process. Currently, my code is working well forChatOpenAI
model. However, when I switch model toChatGoogleAI
, the last chat delta receive from theon_llm_new_delta
handler would still inincomplete
status and does not change to complete status. Can anyone help on this issue? Thanks.The text was updated successfully, but these errors were encountered: