Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 708 Bytes

File metadata and controls

14 lines (10 loc) · 708 Bytes

AI Addon

AI Addon

An interface for accessing local LLMs through LM Studio inside the Godot/Redot game engine editor. Originally developed in Godot 3 and ported to Godot 4.x and then finished in Redot 4.x.

Installation

  1. Create a "addons" directory inside your Godot 4/Redot 4 project directory and extract the contents of this repository into the addons folder.
  2. On first run, go to Project file menu, then to Tools and click on Local Server Settings…
  3. Make sure server settings are correct and click on the Refresh Model List button.
  4. Choose available model and close settings window. Setting save automatically.

Uninstalltion

  1. Delete AI_Addon from the addons directory.