92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
|
|
"AnP_start" : null,
|
|
"end_print_types" : ["UNKN", "EXCE", "ERRO"],
|
|
"root_projects_paths" : [],
|
|
"print_format" : "[{type}] {yyyy}{mm}{dd} {hh}{ii}{ss} [{line}]{file}({method}): {message}",
|
|
"exception_format" : " '[{line}]{file}({method})'{lines}\n\n{exception_message}",
|
|
"AnP_end" : null,
|
|
|
|
"AnP_SettingsManager_start" : null,
|
|
"default_settings_files" : "/JSON/AnP.settings.json",
|
|
"default_secrets_files" : "/JSON/AnP.secrets.json",
|
|
"AnP_SettingsManager_end" : null,
|
|
|
|
"AnP_I18NManager_start" : null,
|
|
"default_i18n_files" : [
|
|
"/JSON/I18N/AnP.i18n.english.json",
|
|
"/JSON/I18N/AnP.i18n.espanol.json",
|
|
"/JSON/I18N/AnP.i18n.galego.json",
|
|
"/JSON/I18N/AnP.i18n.nihongo.json",
|
|
"/JSON/I18N/AnP.i18n.russkiy.json"
|
|
],
|
|
"default_language" : "english",
|
|
"language" : "english",
|
|
"AnP_I18NManager_end" : null,
|
|
|
|
"AnP_PrintTypesManager_start" : null,
|
|
"default_print_types" : [
|
|
["unkn", "unknown"],
|
|
["info", "information"],
|
|
["warn", "warning"],
|
|
["erro", "error", "no", "wrong", "bad", "fail", "incorrect"],
|
|
[" ok ", "ok", "success", "good", "correct", "right", "yes"],
|
|
["exce", "exception", "traceback", "trace"],
|
|
["test", "debug", "comment", "log", "print"]
|
|
],
|
|
"AnP_PrintTypesManager_end" : null,
|
|
|
|
"AnP_TerminalManager_start" : null,
|
|
"AnP_TerminalManager_end" : null,
|
|
|
|
"AnP_ModelsManager_start" : null,
|
|
"AnP_ModelsManager_end" : null,
|
|
|
|
"AnP_ControllersManager_start" : null,
|
|
"default_controllers" : {
|
|
"ai" : "AIController"
|
|
},
|
|
"AnP_ControllersManager_end" : null,
|
|
|
|
"AnP_IndexesManager_start" : null,
|
|
"default_indexes" : [
|
|
["index.html", "index.htm", "index.w.md", "index.md"]
|
|
],
|
|
"AnP_IndexesManager_end" : null,
|
|
|
|
"AnP_RoutesManager_start" : null,
|
|
"default_routes_files" : "/JSON/AnP.routes.json",
|
|
"AnP_RoutesManager_end" : null,
|
|
|
|
"AnP_HTTPServer_start" : null,
|
|
"http_server_host" : "",
|
|
"http_server_port" : 18000,
|
|
"AnP_HTTPServer_end" : null,
|
|
|
|
"AnP_WebSocketsServerManager_start" : null,
|
|
"default_web_sockets_server" : {
|
|
"anp" : {
|
|
"type" : "WebSocketServerDriver",
|
|
"host" : "localhost",
|
|
"port" : 18765
|
|
}
|
|
},
|
|
"AnP_WebSocketsServerManager_end" : null,
|
|
|
|
"AnP_TitlesManager_start" : null,
|
|
"default_titles_files" : [
|
|
"/JSON/AnP.titles.json",
|
|
"/JSON/AnP.titles.secrets.json"
|
|
],
|
|
"AnP_TitlesManager_end" : null,
|
|
|
|
"AnP_AIModel_start" : null,
|
|
"titles_model" : "gemma3:1b",
|
|
"titles_temperature" : 0.0,
|
|
"titles_prompt_file" : "/MD/AnP.titles-prompt.md",
|
|
"responses_model" : "gemma3:1b",
|
|
"responses_temperature" : 7.0,
|
|
"response_with_titles_prompt_file" : "/MD/AnP.response-with-titles.md",
|
|
"AnP_AIModel_end" : null
|
|
|
|
} |