BlenderGPT icon indicating copy to clipboard operation
BlenderGPT copied to clipboard

Use commands in English to control Blender with OpenAI's GPT-4

Results 54 BlenderGPT issues
Sort by recently updated
recently updated
newest added

Installed latest Blender and Plugin and I get multiple errors When I try to enable it spits out this error: AttributeError: module 'bpy.utils' has no attribute 'unegister_class' and when I...

I'm using a local openAI endpoint (using `meta-llama-3-70b-instruct.Q4_K_M.gguf`) To use the local endpoint, I edited line 37 in `lib/openai/__init__.py` `api_base = os.environ.get("OPENAI_API_BASE", "http://localhost:5001/v1")` no other edits When using the addon...