uezo / ChatdollKit

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

Add autonomous image input handling for ChatGPT #298

Closed uezo closed 1 month ago

uezo commented 1 month ago

Implemented functionality for ChatGPT to autonomously determine when to capture images (e.g. from a camera) based on user requests. Enhanced the agent's ability to handle multimodal inputs for improved user interaction.

Additionally, Add the SimpleCamera prefab and the InputPanel prefab to easily integrate this new feature into your own applications. These are also used in the Demo scene.