272 lines
9.1 KiB
JSON
272 lines
9.1 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_UniqueKeysManager_start" : null,
|
|
"AnP_UniqueKeysManager_end" : null,
|
|
|
|
"AnP_QueuesManager_start" : null,
|
|
"default_queues" : {
|
|
"anp" : 1
|
|
},
|
|
"AnP_QueuesManager_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_HTTPAbstracts_start" : null,
|
|
"default_http_messages" : {
|
|
"100" : "Continue",
|
|
"101" : "Switching Protocols",
|
|
"102" : "Processing",
|
|
"103" : "Early Hints",
|
|
"200" : "OK",
|
|
"201" : "Created",
|
|
"202" : "Accepted",
|
|
"203" : "Non-Authoritative Information",
|
|
"204" : "No Content",
|
|
"205" : "Reset Content",
|
|
"206" : "Partial Content",
|
|
"207" : "Multi-Status",
|
|
"208" : "Already Reported",
|
|
"226" : "IM Used",
|
|
"300" : "Multiple Choices",
|
|
"301" : "Moved Permanently",
|
|
"302" : "Found",
|
|
"303" : "See Other",
|
|
"304" : "Not Modified",
|
|
"305" : "Use Proxy",
|
|
"306" : "Switch Proxy",
|
|
"307" : "Temporary Redirect",
|
|
"308" : "Permanent Redirect",
|
|
"400" : "Bad Request",
|
|
"401" : "Unauthorized",
|
|
"402" : "Payment Required",
|
|
"403" : "Forbidden",
|
|
"404" : "Not Found",
|
|
"405" : "Method Not Allowed",
|
|
"406" : "Not Acceptable",
|
|
"407" : "Proxy Authentication Required",
|
|
"408" : "Request Timeout",
|
|
"409" : "Conflict",
|
|
"410" : "Gone",
|
|
"411" : "Length Required",
|
|
"412" : "Precondition Failed",
|
|
"413" : "Payload Too Large",
|
|
"414" : "URI Too Long",
|
|
"415" : "Unsupported Media Type",
|
|
"416" : "Range Not Satisfiable",
|
|
"417" : "Expectation Failed",
|
|
"418" : "I'm a teapot",
|
|
"421" : "Misdirected Request",
|
|
"422" : "Unprocessable Content",
|
|
"423" : "Locked",
|
|
"424" : "Failed Dependency",
|
|
"425" : "Too Early",
|
|
"426" : "Upgrade Required",
|
|
"428" : "Precondition Required",
|
|
"429" : "Too Many Requests",
|
|
"431" : "Request Header Fields Too Large",
|
|
"451" : "Unavailable For Legal Reasons",
|
|
"500" : "Internal Server Error",
|
|
"501" : "Not Implemented",
|
|
"502" : "Bad Gateway",
|
|
"503" : "Service Unavailable",
|
|
"504" : "Gateway Timeout",
|
|
"505" : "HTTP Version Not Supported",
|
|
"506" : "Variant Also Negotiates",
|
|
"507" : "Insufficient Storage",
|
|
"508" : "Loop Detected",
|
|
"510" : "Not Extended",
|
|
"511" : "Network Authentication Required",
|
|
"218" : "This is fine",
|
|
"419" : "Page Expired",
|
|
"420" : "Method Failure",
|
|
"430" : "Request Header Fields Too Large",
|
|
"450" : "Blocked by Windows Parental Controls",
|
|
"498" : "Invalid Token",
|
|
"499" : "Token Required",
|
|
"509" : "Bandwidth Limit Exceeded",
|
|
"529" : "Site is overloaded",
|
|
"530" : "Site is frozen",
|
|
"540" : "Temporarily Disabled",
|
|
"598" : "Network read timeout error",
|
|
"599" : "Network Connect Timeout Error",
|
|
"783" : "Unexpected Token",
|
|
"440" : "Login Time-out",
|
|
"449" : "Retry With",
|
|
"444" : "No Response",
|
|
"494" : "Request header too large",
|
|
"495" : "SSL Certificate Error",
|
|
"496" : "SSL Certificate Required",
|
|
"497" : "HTTP Request Sent to HTTPS Port",
|
|
"520" : "Web Server Returned an Unknown Error",
|
|
"521" : "Web Server Is Down",
|
|
"522" : "Connection Timed Out",
|
|
"523" : "Origin Is Unreachable",
|
|
"524" : "A Timeout Occurred",
|
|
"525" : "SSL Handshake Failed",
|
|
"526" : "Invalid SSL Certificate",
|
|
"527" : "Railgun Error",
|
|
"561" : "Unauthorized",
|
|
"110" : "Response is Stale",
|
|
"111" : "Revalidation Failed",
|
|
"112" : "Disconnected Operation",
|
|
"113" : "Heuristic Expiration",
|
|
"199" : "Miscellaneous Warning",
|
|
"214" : "Transformation Applied",
|
|
"299" : "Miscellaneous Persistent Warning"
|
|
},
|
|
"protocol" : "HTTP",
|
|
"protocol_version" : "1.1",
|
|
"default_protocol_code" : 200,
|
|
"http_server_name" : "AnP",
|
|
"http_server_version" : "0.0.1",
|
|
"default_cors" : "*",
|
|
"http_access_control_maximum_age" : 84600,
|
|
"http_keep_alive_timeout" : 5,
|
|
"http_keep_alive_maximum" : 100,
|
|
"default_http_charset" : "UTF-8",
|
|
"default_http_mime" : "text/html",
|
|
"http_accept_range" : "bytes",
|
|
"http_response_header" : [
|
|
"{protocol}/{protocol_version} {protocol_code} {protocol_message}",
|
|
"Date: {date}",
|
|
"Server: {server}/{server_version}",
|
|
"Last-Modified: {last_modified} ",
|
|
"Accept-Ranges: {accept_range}",
|
|
"Content-Length: {response_length}",
|
|
"Access-Control-Max-Age: {access_control_max_age}",
|
|
"Keep-Alive: timeout={keep_alive_timeout}, max={keep_alive_maximum}",
|
|
"Access-Control-Allow-Origin: {cors}",
|
|
"Connection: Keep-Alive",
|
|
"Content-type: {mime}; charset={charset}"
|
|
],
|
|
"AnP_HTTPAbstracts_end" : null,
|
|
|
|
"AnP_WebSocketsServersManager_start" : null,
|
|
"default_web_sockets_servers" : {
|
|
"anp" : {
|
|
"type" : "WebSocketServerDriver",
|
|
"host" : "",
|
|
"port" : 18765
|
|
}
|
|
},
|
|
"AnP_WebSocketsServersManager_end" : null,
|
|
|
|
"AnP_HTTPServersManager_start" : null,
|
|
"default_http_servers" : {
|
|
"anp" : {
|
|
"type2" : "HTTPServerDriver",
|
|
"type" : "HTTPSocketServerDriver",
|
|
"host" : "",
|
|
"port" : 18000
|
|
}
|
|
},
|
|
"AnP_HTTPServersManager_end" : null,
|
|
|
|
"AnP_PseudoLoRAsManager_start" : null,
|
|
"default_pseudoloras_files" : "/JSON/AnP.pseudoloras.json",
|
|
"AnP_PseudoLoRAsManager_end" : null,
|
|
|
|
"AnP_AIInterpretersManager_start" : null,
|
|
"default_ai_interpreters" : {
|
|
"anp_titles" : {
|
|
"type" : "OllamaDriver",
|
|
"url" : "http://localhost:11434/api/generate/",
|
|
"model" : "gemma3:1b",
|
|
"pool" : "anp",
|
|
"format" : {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"stream" : false,
|
|
"think" : false,
|
|
"temperature" : 0.0,
|
|
"allow_contexts" : true
|
|
},
|
|
"anp_responses" : {
|
|
"type" : "OllamaDriver",
|
|
"url" : "http://localhost:11434/api/generate/",
|
|
"model" : "gemma4:e4b",
|
|
"stream" : true,
|
|
"pool" : "anp",
|
|
"think" : false,
|
|
"temperature" : 0.7,
|
|
"allow_contexts" : true
|
|
}
|
|
},
|
|
"AnP_AIInterpretersManager_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
|
|
|
|
} |