File size: 2,286 Bytes
d5210e6 36cdbd8 863d7f4 36cdbd8 d1c0035 d5210e6 36cdbd8 d5210e6 36cdbd8 09338db d38df5e 36cdbd8 d5210e6 36cdbd8 cd2fd6f 3c305a8 74ddd27 b841032 36cdbd8 20861b8 36cdbd8 d38df5e e9df834 36cdbd8 d75fb0b d5210e6 36cdbd8 09338db 36cdbd8 f0b7d58 d38df5e f0b7d58 5f2aaa1 09338db f0b7d58 d38df5e d5210e6 d38df5e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | {
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Warning"
}
},
"OpenAIApiKey": ".env",
"EmailEncryptKey": ".env",
"LocalSystemUrl": {
"ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
"IPAddress": "",
"RabbitHostName": "rabbitmq.readyforquantum.com",
"RabbitPort": 55672,
"RabbitInstanceName": "ASSrv-LLMService",
"RabbitUserName": "usercommonxf1",
"RabbitVHost": "/vhostuser",
"UseTls": true
},
"ServiceID": "monitor",
"StartThisTestLLM": true,
"LlmNoInitMessage": false,
"ServiceAuthKey": ".env",
"LlmModelPath": "/home/user/code/models/",
"LlmModelFileName": "gemma-4-E4B-it-q4_k_m.gguf",
"LlmContextFileName": "context-gemma-4-e4b.gguf",
"LlmSystemPrompt": "system_prompt_gemma_4_e4b_run",
"LlmPromptMode": " -if -sp -no-cnv --simple-io --context-shift ",
"LlmVersion": "gemma_4",
"LlmCtxSize": 24000,
"LlmOpenAICtxSize": 32000,
"LlmCtxRatio": 6,
"LlmTemp": "0.3",
"LlmThreads": 2,
"LlmSystemPromptTimeout": 2400,
"LlmUserPromptTimeout": 2400,
"LlmSessionIdleTimeout": 7200,
"LlmGptModel": "gpt-4.1-mini",
"LlmHFModelID": "meta-llama/llama-3.3-70b-instruct",
"LlmHFKey": ".env",
"LlmHFUrl": "https://api.novita.ai/v3/openai/chat/completions",
"LlmHFModelVersion": "llama_3.2",
"IsStream": false,
"HFToken": ".env",
"DataRepoId": "mungert/NetMonLLMDataLive",
"RedisUrl": "redis.readyforquantum.co.uk:46379",
"MaxRetries": -1,
"RabbitPassword": ".env",
"RabbitRoutingKey": "execute.local",
"RabbitExchangeType": "direct",
"LlmSpaceModelID": "Qwen/Qwen3-1.7B",
"LlmUseHF": false,
"AudioServiceUrls": [
"https://transcribe.readyforquantum.com",
"https://transcribe2.readyforquantum.com",
"https://transcribe3.readyforquantum.com"
],
"REDIS_PASSWORD": ".env",
"UseTls": true,
"UseFixedPort": true,
"Port": 7860,
"RemoteCache": {
"Enabled": true,
"Type": "Http",
"BaseUrl": "https://cachehttp.readyforquantum.com/api",
"API_KEY": ".env",
"TimeoutSeconds": 600,
"RetryAttempts": 3
},
"SimpleMonitorPromptByRunner": {
"TurboLLM": false,
"HugLLM": false,
"TestLLM": true
}
} |