johnbridges commited on
Commit
d75fb0b
·
1 Parent(s): a5acb4e
Files changed (1) hide show
  1. appsettings.json +47 -57
appsettings.json CHANGED
@@ -1,70 +1,60 @@
1
  {
2
  "Logging": {
3
  "LogLevel": {
4
- "Default": "Information",
5
- "Microsoft": "Information",
6
  "Microsoft.Hosting.Lifetime": "Information"
7
  }
8
  },
 
9
  "EmailEncryptKey": ".env",
10
  "LocalSystemUrl": {
11
- "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
12
- "IPAddress": "",
13
- "RabbitHostName": "devrabbitmq.readyforquantum.com",
14
- "RabbitPort": 55672,
15
- "RabbitInstanceName": "ASSrv-LLMService",
16
- "RabbitUserName": "usercommonxf1",
17
- "RabbitPassword": ".env",
18
- "RabbitVHost": "/vhostuser",
19
- "UseTls": true
20
  },
21
- "RedisUrl": "redis.readyforquantum.co.uk:46379",
22
- "ServiceID": "monitor",
23
- "StartThisTestLLM": true,
24
- "LlmNoInitMessage": false,
25
- "ServiceAuthKey": ".env",
26
- "LlmModelPath": "/home/mahadeva/code/models/",
27
- "LlmModelFileName": "Qwen3-4B-Instruct-2507-q8_0.gguf",
28
- "LlmContextFileName": "context-qwen-3.gguf",
29
- "LlmSystemPrompt": "system_prompt_qwen_3_run",
30
- "LlmPromptMode": " -if -sp -no-cnv --simple-io ",
31
- "LlmVersion": "qwen_3",
32
- "LlmCtxSize": 12000,
33
- "LlmOpenAICtxSize": 64000,
34
- "LlmCtxRatio": 6,
35
- "LlmTemp": "0.3",
36
- "LlmThreads": 6,
37
  "LlmSystemPromptTimeout": 1200,
38
- "LlmUserPromptTimeout": 1200,
39
- "LlmSessionIdleTimeout": 3600,
40
- "GptModelVersion": "gpt",
41
- "LlmGptModel": "gpt-4.1-mini",
42
- "LlmOpenAIUrl": "",
43
- "LlmHFModelID": "mistralai/devstral-2512:free",
44
- "OpenAIApiKey": ".env",
 
 
 
 
 
 
 
 
 
45
  "LlmSpaceModelID": "Qwen/Qwen3-1.7B",
46
- "LlmHFKey": "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",
47
- "LlmHFUrl": "https://openrouter.ai/api/v1/chat/completions",
48
- "LlmHFModelVersion": "llama_3.2",
49
  "LlmUseHF": false,
50
- "LlmNoThink": false,
51
- "AudioServiceUrls": [
52
- "https://devtranscribe.readyforquantum.com",
53
- "https://devtranscribe2.readyforquantum.com",
54
- "https://devtranscribe3.readyforquantum.com"
55
- ],
56
- "IsStream": false,
57
- "REDIS_PASSWORD": ".env",
58
- "RabbitPassword": ".env",
59
- "RabbitRoutingKey": "execute.api",
60
- "RabbitExchangeType": "direct",
61
- "EnableAgentFlow": false,
62
- "LlmProvider": "OpenAI",
63
- "NoNShot": false,
64
- "LlmHfSupportsFunctionCalling": true,
65
- "UserFacingServiceId": "monitor",
66
- "LlmToolCallIdLength": 9,
67
- "LlmToolCallIdPrefix": "",
68
- "UseTls" : true,
69
- "UseFixedPort" : true
70
  }
 
 
1
  {
2
  "Logging": {
3
  "LogLevel": {
4
+ "Default": "Information",
5
+ "Microsoft": "Warning",
6
  "Microsoft.Hosting.Lifetime": "Information"
7
  }
8
  },
9
+ "OpenAIApiKey" :".env",
10
  "EmailEncryptKey": ".env",
11
  "LocalSystemUrl": {
12
+ "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
13
+ "IPAddress": "",
14
+ "RabbitHostName": "rabbitmq.readyforquantum.com",
15
+ "RabbitPort": 55672,
16
+ "RabbitInstanceName" : "ASSrv-LLMService",
17
+ "RabbitUserName" : "usercommonxf1",
18
+ "RabbitVHost" : "/vhostuser",
19
+ "UseTls" : true
 
20
  },
21
+ "ServiceID" : "monitor",
22
+ "StartThisTestLLM" : true,
23
+ "LlmNoInitMessage" : false,
24
+ "ServiceAuthKey" : ".env" ,
25
+ "LlmModelPath" : "/home/user/code/models/",
26
+ "LlmModelFileName" : "Qwen3-4B-Instruct-2507-q8_0.gguf",
27
+ "LlmContextFileName" : "context-qwen-3.gguf",
28
+ "LlmSystemPrompt" : "system_prompt_qwen_3_run",
29
+ "LlmPromptMode" : " -if -sp -no-cnv --simple-io ",
30
+ "LlmVersion" : "qwen_3",
31
+ "LlmCtxSize" : 12000,
32
+ "LlmOpenAICtxSize" : 32000,
33
+ "LlmCtxRatio" : 6,
34
+ "LlmTemp" : "0.3",
35
+ "LlmThreads" : 2,
 
36
  "LlmSystemPromptTimeout": 1200,
37
+ "LlmUserPromptTimeout" : 1200,
38
+ "LlmSessionIdleTimeout" : 1440,
39
+ "LlmGptModel" : "gpt-4.1-mini",
40
+ "LlmHFModelID" : "meta-llama/llama-3.3-70b-instruct",
41
+ "LlmHFKey" : ".env",
42
+ "LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
43
+ "LlmHFModelVersion" : "llama_3.2",
44
+ "IsStream" : false,
45
+ "UseFixedPort" : true,
46
+ "HFToken" : ".env",
47
+ "DataRepoId" : "mungert/NetMonLLMDataLive",
48
+ "RedisUrl" :"redis.readyforquantum.co.uk:46379",
49
+ "MaxRetries" : -1,
50
+ "RabbitPassword" : ".env",
51
+ "RabbitRoutingKey": "execute.local",
52
+ "RabbitExchangeType": "direct",
53
  "LlmSpaceModelID": "Qwen/Qwen3-1.7B",
 
 
 
54
  "LlmUseHF": false,
55
+ "AudioServiceUrls": ["https://devtranscribe.readyforquantum.com","https://devtranscribe2.readyforquantum.com","https://devtranscribe3.readyforquantum.com"],
56
+ "REDIS_PASSWORD" :".env",
57
+ "UseTls" : true
58
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  }
60
+