We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f39d3d commit d55db7cCopy full SHA for d55db7c
godot/addons/godot-llama-cpp/autoloads/llama-backend.gd
@@ -1,7 +1,7 @@
1
# This script will be autoloaded by the editor plugin
2
extends Node
3
4
-var backend: LlamaBackend = LlamaBackend.new()
+const backend: LlamaBackend = LlamaBackend.new()
5
6
func _enter_tree() -> void:
7
backend.init()
godot/addons/godot-llama-cpp/plugin.cfg
[plugin]
name="godot-llama-cpp"
-description="Use llama.cpp in your godot project."
+description="Run large language models in Godot. Powered by llama.cpp."
author="hazelnutcloud"
version="0.0.1"
script="godot-llama-cpp.gd"
0 commit comments