fixed ai integration
Continuous integration / build (push) Failing after 6m27s

This commit is contained in:
2025-07-27 19:15:30 +01:00
parent 6a25c6c05c
commit bc71a30bfa
7 changed files with 292 additions and 43 deletions
+6 -2
View File
@@ -1,6 +1,10 @@
{
"date": "2025-07-17",
"date": "2025-07-27",
"project_name": "New Project",
"project_author": "Your Name",
"project_description": "Description of your project"
"project_description": "Description of your project",
"enable_ai": true,
"llm_api_uri": "http://localhost:1234",
"llm_api_key": "",
"ai_context_prompt": ""
}