uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
702 stars 73 forks source link

Add support for custom logic at the end of LLM streaming #316

Closed uezo closed 2 months ago

uezo commented 2 months ago

Implement LLMService.OnStreamingEnd() if you want to do something at the end of streaming task. (e.g. add request and response to the backlog window) This method takes LLMSession and Cancellation as arguments.