From a65e876f3277a7d7fca6e5129ac3e200dae2d0dc Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 9 Jan 2026 11:45:12 +0100 Subject: save all ai service configs --- include/file_templates.hpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'include/file_templates.hpp') diff --git a/include/file_templates.hpp b/include/file_templates.hpp index ec78cb7..b79b5bf 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -61,16 +61,22 @@ namespace file_template { " \n" ""; + static const char* ai_service_template = + " \n" + " {{AI_SERVICE_PROVIDER}}\n" + " {{AI_SERVICE_KEY}}\n" + " {{AI_SERVICE_MODEL}}\n" + " \n"; + static const char* administration_save_template = "\n" " {{NEXT_ID}}\n" " {{NEXT_SEQUENCE_NUMBER}}\n" " {{PROGRAM_VERSION}}\n" - " \n" - " {{AI_SERVICE_PROVIDER}}\n" - " {{AI_SERVICE_PUBLIC_KEY}}\n" - " {{AI_SERVICE_MODEL}}\n" - " \n" + " \n" + " {{ACTIVE_AI_SERVICE_PROVIDER}}\n" + " {{AI_SERVICE_LIST}}\n" + " \n" " \n" " {{EMAIL_SERVICE_PROVIDER}}\n" " {{EMAIL_SERVICE_KEY}}\n" -- cgit v1.2.3-70-g09d2