From 34973da6af26eb05617cbfa69fb7ac18efc1b6d5 Mon Sep 17 00:00:00 2001 From: H5N3RG Date: Thu, 11 Sep 2025 22:08:22 +0200 Subject: [PATCH] Add files via upload Signed-off-by: H5N3RG --- settingtypes.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 settingtypes.txt diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..e7b0b66 --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,18 @@ +# =========================================================================== +# LLM Connect - Luanti/Minetest mod settings +# =========================================================================== +# Configure the LLM connection and behavior in the in-game menu +# Internal name, (Label), Type, Default, [min max for int/float] +# =========================================================================== + +# Determines whether max_tokens is sent as integer (true) or float (false) +llm_max_tokens_integer (Send max_tokens as integer) bool true + +# Your API key for the LLM endpoint +llm_api_key (API Key) string "" + +# The URL of the OpenAI-compatible LLM endpoint +llm_api_url (API URL) string "" + +# The model to use for the LLM (leave empty for none) +llm_model (Model) string ""