Hey HN!
This is a pretty straightforward addon for folks that work with GDScript and like to do so within the Godot editor insted of VSCode. Integrating code-completions directly with the default code editor used within the engine.
One advantage it has over Github Copilot is that it allows for usage of 3.5-turbo and gpt-4 (the latter performing better with GDScript than previous models), as well as davinci-003. It also features some prompt adjustments reducing the most common issues found when when requesting GDScript completions, which usually amount to the model either confusing 3.x and 4.x syntax, or hallucinating python methods.
Intention is for this to grow into a more complete AI-assistant that can automate various things like setting up scenes, generating textures/models etc.