A free AI CAD code generator is failing on strict code output

A personal project is trying to build an AI tool that creates code for . The goal is for people to copy and paste the generated code, then get 3D models inside . The tool is also meant to let people change model properties after generation.

It uses Groq models instead of building an AI model from scratch. It cycles through multiple API keys when it hits a or runs into errors, so generation can continue. It also stores past in a database for later reference and possible learning.

are fed into the AI so it can base the output on known examples. The main failure is that the generated still contains errors, so the copied code does not reliably work.

Key points

  • The project aims to generate code for .
  • The generated code should create 3D models after copy and paste.
  • Groq models are being used to avoid building an AI model from scratch.
  • Multiple API keys are rotated when a or error appears.
  • The main problem is that the generated still has errors and does not reliably run.
Read original