File size: 798 Bytes
a069d85
c50055c
a069d85
c50055c
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# 🧠 Godot Native AI Brain (GDScript Expert)

This repository is a specialized open-source brain for **Godot 4**. It aims to provide the most accurate GDScript code generation and game logic assistance.

## 🚀 Project Goals
- **2,000+ Verified Samples:** Building a massive dataset of high-quality Godot code.
- **Privacy First:** Designed to run locally or via private inference.
- **Community Driven:** Anyone can contribute to making Godot development faster.

## 📂 Dataset Structure
The data is stored in `.jsonl` format within the `data/` folder, following the Instruction-Output pattern:
- **Instruction:** What the developer wants.
- **Output:** The clean, optimized GDScript code.

## 🛠 How to Use
Stay tuned for the **Godot Editor Plugin** that connects directly to this brain!