Skip Navigation

Copilot-like interface for Godot! (my plugin)

This is an addon I am working on. It can help you write some code and stuff.

It works by hooking into your local LLMs on ollama, which is a FOSS way to run large language models locally.

Here's a chat interface which is also part of the package

Do you have any suggestions for what I can improve? (Besides removing the blue particles around the user text field)

Important: This plugin is WIP and not released yet!

12 comments
  • Just fixed the problem where it inserts too many lines after completing code.

    This issue can be seen in the first demo video with the vector example. There are two newlines added for no reason. That's fixed now:

12 comments