HugIsBuggy / appsettings.json
imanibase's picture
.
f188e05
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"OpenAIApiKey" :".env",
"EmailEncryptKey": ".env",
"LocalSystemUrl": {
"ExternalUrl": "https://asmonitorsrv.freenetworkmonitor.click",
"IPAddress": "",
"RabbitHostName": "devrabbitmq.freenetworkmonitor.click",
"RabbitPort": 63785,
"RabbitInstanceName" : "ASSrv-LLMService",
"RabbitUserName" : "usercommonxf1",
"RabbitPassword" : "Ac.0462110",
"RabbitVHost" : "/vhostuser",
"UseTls" : true
},
"ServiceID" : "monitor",
"StartThisTestLLM" : true,
"LlmNoInitMessage" : false,
"ServiceAuthKey" : ".env" ,
"LlmModelPath" : "/home/user/code/models/",
"LlmModelFileName" : "phi-4-mini-q4_0.gguf",
"LlmContextFileName" : "context-phi-4-mini.gguf",
"LlmSystemPrompt" : "system_prompt_phi_4_mini_run",
"LlmPromptMode" : " -if -sp -no-cnv --simple-io ",
"LlmVersion" : "phi_4_mini",
"LlmCtxSize" : 12000,
"LlmOpenAICtxSize" : 32000,
"LlmCtxRatio" : 6,
"LlmTemp" : "0.3",
"LlmThreads" : 2,
"LlmSystemPromptTimeout" : 120,
"LlmUserPromptTimeout" : 1200,
"LlmSessionIdleTimeout" : 1440,
"LlmGptModel" : "gpt-4o-mini",
"LlmHFModelID" : "meta-llama/llama-3.2-3b-instruct",
"LlmHFKey" : ".env",
"LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
"LlmHFModelVersion" : "llama_3.2",
"LlmUseHF" : true,
"AudioServiceUrl" : "https://devtranscribe.freenetworkmonitor.click",
"AudioServiceOutputDir" : "/home/user/app/files",
"IsStream" : false,
"UseFixedPort" : true,
"HFToken" : ".env",
"DataRepoId" : "johnbridges/NetMonLLMData",
"RedisUrl" :"redis.freenetworkmonitor.click:46379",
"RedisSecret" : ".env",
"MaxRetries" : -1
}