Let me know anything else you may be interested in.
@velogonzaАй бұрын
do you use free version of ChatGPT?
@NatesStudioDeskАй бұрын
@@velogonza now I pay for it but it should work for free version
@InspiredScience Жыл бұрын
You mentioned that you cannot undo the results of the script. There may be something specific that causes this because I've never had a problem with undo'ing geometry added with python scripts. *Also:* When you receive code errors from GPT, respond and notify GPT of the error location (or better, the line of code) and the explicit error -- and allow it to recommend corrections until it fixes the issue. The more people that do this, the more robust its learning/refinement of the Rhino API will become (in other words, this benefits the entire Rhino community, providing a large number of Rhino users are doing this). One example: you'll notice all of your prompts use the ".AddPoint" when the ".Point3d" method should be used (AddPoint draws a point in the model; Point3D is simply including the point as a variable). To stop GPT from using AddPoint incorrectly, the more people using GPT and noting this error, it will eventually stop using AddPoint incorrectly.
@NatesStudioDesk Жыл бұрын
Thanks for all the tips I am going to try this out- goes to show the advantages of actually understanding python to begin with. When I tried this for grasshopper I did feed it some example code and that actually worked which was crazy!!!!