ChatGPT TouchDesigner Plugin Supports GPT4-Turbo + JSON Mode!
🕑 Added 2023-11-06 23:19:37 +0000 UTCI'm very excited to announce the ChatGPT Plugin for TouchDesigner now supports OpenAI's new GPT-4-Turbo beat which includes a 128K context window and JSON mode, and improved accuracy on returning the right function parameters. You can learn more about the new features features OpenAI launched today on their blog.
Link to the tutorial on how to use the component.
Comments
Torin Blankensmith
hoping that you saw the latest post
Isaac Hooper
I would love to beta test your eleven labs component. I am making generative poetry project at the moment and text to speech is the next hurdle. Thank you for your fabulous tutorials
FRANCOIS DEJARDIN - Polykrom
Hi ! This latest version seems great but I don’t have access to the related documentation in order to use it as the video is related to the previous version of your component . Any help would be appreciated
Torin Blankensmith
Oh I meant that I'm looking into OpenAI's. I already have a working version of elevenlabs. The tricky part in both is leveraging chunked streaming in TD. It's easy to download the entire audio file and play it back, but it's difficult to use the streaming mode that doesn't need to wait for the entire audio file to finish loading before it can play.
Marcus Workman
https://elevenlabs.io/docs/api-reference/introduction
Torin Blankensmith
I do! I have a component for Elevenlabs that I need some beta testing. Also looking into their speech api as well
Yuki Tsuboi
This is great! Do you have any plans to create a mechanism to output audio with touchdesigner using the speech synthesis API?