Blog
15274
page-template,page-template-blog-vertical-loop,page-template-blog-vertical-loop-php,page,page-id-15274,bridge-core-3.1.7,qode-page-transition-enabled,ajax_fade,page_not_loaded,,vertical_menu_enabled,side_area_uncovered_from_content,qode-theme-ver-30.4.2,qode-theme-bridge,disabled_footer_top,disabled_footer_bottom,qode_header_in_grid,wpb-js-composer js-comp-ver-7.6,vc_responsive,elementor-default,elementor-kit-15416

I recently decided to test out the ChatGPT API from openai in Maya, since it is able to create snippets of scripts, I did a script in Python to use the API to generate these scripts, and once it is received, the script runs the received script inside Maya.

Sometime the script has some error or is not very accurate, so the cool thing is that you can use the openai itself to improve or fix the generated script 🙂

Doesn’t work everytime but it’s something. I will try to improve it using the ChatGPT4 once I get it in hands!

If you are interested I just posted the script here.