minor changes
Continuous integration / build (push) Failing after 6m40s

This commit is contained in:
2025-07-27 23:23:47 +01:00
parent bc71a30bfa
commit 4d0e0c90a7
8 changed files with 42 additions and 31 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"project_author": "Your Name",
"project_description": "Description of your project",
"enable_ai": true,
"llm_api_uri": "http://localhost:1234",
"llm_api_uri": "http://192.168.1.218:1234",
"llm_api_key": "",
"ai_context_prompt": ""
}
File diff suppressed because one or more lines are too long
@@ -4,22 +4,23 @@
"name": "The Chancellor",
"fields": {
"age": {
"Number": 37.0
},
"parent": {
"Link": ""
},
"dob": {
"Date": "1970-01-01"
"Number": 50.0
},
"description": {
"MultiLine": "a tall ahh american"
"MultiLine": "Chancellor Marcus R Beltaine\n\npatriot turned authoritarian with a militaristic vision, and ambitions of global power"
},
"dob": {
"Date": "1995-01-01"
},
"pfp": {
"Image": "characters/the chancellor.jpg"
},
"parent": {
"Link": ""
}
},
"tags": [
"a9bb96a8-038b-4b2a-a325-f100fa112781",
"bbeddabd-914c-4648-8262-bf14bfcf8fff"
]
}
@@ -8,21 +8,21 @@
"field_type": "MultiLine",
"required": true,
"on_preview": true,
"description": "yes"
"description": "description"
},
{
"name": "age",
"field_type": "Number",
"required": true,
"on_preview": false,
"description": "yes"
"description": "character's age in years"
},
{
"name": "dob",
"field_type": "Date",
"required": true,
"on_preview": false,
"description": "yes"
"description": "character's date of birth if known"
},
{
"name": "parent",
@@ -33,14 +33,14 @@
},
"required": true,
"on_preview": false,
"description": "yes"
"description": "character's known parents"
},
{
"name": "pfp",
"field_type": "Image",
"required": true,
"on_preview": true,
"description": "yes"
"description": "portrait of the character"
}
]
}