GPT4FreeCAD
1.0.0
A FreeCAD plug in that integrates OpenAI's GPT-4 model to generate Python scripts for creating sketches & 3D models based on user input.
git clone https://github.com/revhappy/GPT4FreeCAD
into:
C:Program FilesFreeCAD 0.20Mod
cd C:Program FilesFreeCAD 0.20bin
requests
library:python -m pip install requests
Macro > Macros...
.C:Program FilesFreeCAD 0.20ModGPT4FreeCAD
.GPTSTART.FCMacro
and click "Execute" to run the macro.Tools > Customize...
.Yes, the model can fail and present a blank screen or something random.
You can turn on Report View, I have it set up to show the python code along with any errors.
In case of failure, merely prompt 'try again' or copy and paste the error into the prompt screen.
These are early days, be patient :p
This project is licensed under the MIT License.
Copyright (c) 2023 Robb Sharma