johnbridges commited on
Commit
36cdbd8
·
1 Parent(s): 863d7f4

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +47 -44
appsettings.json CHANGED
@@ -1,60 +1,63 @@
1
  {
2
  "Logging": {
3
  "LogLevel": {
4
- "Default": "Information",
5
  "Microsoft": "Information",
6
- "Microsoft.AspNetCore": "Warning",
7
  "Microsoft.Hosting.Lifetime": "Warning"
8
  }
9
  },
10
- "OpenAIApiKey" :".env",
11
  "EmailEncryptKey": ".env",
12
  "LocalSystemUrl": {
13
- "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
14
- "IPAddress": "",
15
- "RabbitHostName": "devrabbitmq.readyforquantum.com",
16
- "RabbitPort": 55672,
17
- "RabbitInstanceName" : "ASSrv-LLMService",
18
- "RabbitUserName" : "usercommonxf1",
19
- "RabbitVHost" : "/vhostuser",
20
- "UseTls" : true
21
  },
22
- "ServiceID" : "monitor",
23
- "StartThisTestLLM" : true,
24
- "LlmNoInitMessage" : false,
25
- "ServiceAuthKey" : ".env" ,
26
- "LlmModelPath" : "/home/user/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" : 32000,
34
- "LlmCtxRatio" : 6,
35
- "LlmTemp" : "0.3",
36
- "LlmThreads" : 2,
37
  "LlmSystemPromptTimeout": 1200,
38
- "LlmUserPromptTimeout" : 1200,
39
- "LlmSessionIdleTimeout" : 1440,
40
- "LlmGptModel" : "gpt-4.1-mini",
41
- "LlmHFModelID" : "meta-llama/llama-3.3-70b-instruct",
42
- "LlmHFKey" : ".env",
43
- "LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
44
- "LlmHFModelVersion" : "llama_3.2",
45
- "IsStream" : false,
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
- "UseFixedPort" : true
 
 
 
60
  }
 
1
  {
2
  "Logging": {
3
  "LogLevel": {
4
+ "Default": "Information",
5
  "Microsoft": "Information",
6
+ "Microsoft.AspNetCore": "Warning",
7
  "Microsoft.Hosting.Lifetime": "Warning"
8
  }
9
  },
10
+ "OpenAIApiKey": ".env",
11
  "EmailEncryptKey": ".env",
12
  "LocalSystemUrl": {
13
+ "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
14
+ "IPAddress": "",
15
+ "RabbitHostName": "devrabbitmq.readyforquantum.com",
16
+ "RabbitPort": 55672,
17
+ "RabbitInstanceName": "ASSrv-LLMService",
18
+ "RabbitUserName": "usercommonxf1",
19
+ "RabbitVHost": "/vhostuser",
20
+ "UseTls": true
21
  },
22
+ "ServiceID": "monitor",
23
+ "StartThisTestLLM": true,
24
+ "LlmNoInitMessage": false,
25
+ "ServiceAuthKey": ".env",
26
+ "LlmModelPath": "/home/user/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": 32000,
34
+ "LlmCtxRatio": 6,
35
+ "LlmTemp": "0.3",
36
+ "LlmThreads": 2,
37
  "LlmSystemPromptTimeout": 1200,
38
+ "LlmUserPromptTimeout": 1200,
39
+ "LlmSessionIdleTimeout": 1440,
40
+ "LlmGptModel": "gpt-4.1-mini",
41
+ "LlmHFModelID": "meta-llama/llama-3.3-70b-instruct",
42
+ "LlmHFKey": ".env",
43
+ "LlmHFUrl": "https://api.novita.ai/v3/openai/chat/completions",
44
+ "LlmHFModelVersion": "llama_3.2",
45
+ "IsStream": false,
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": [
56
+ "https://devtranscribe.readyforquantum.com",
57
+ "https://devtranscribe2.readyforquantum.com",
58
+ "https://devtranscribe3.readyforquantum.com"
59
+ ],
60
+ "REDIS_PASSWORD": ".env",
61
+ "UseTls": true,
62
+ "UseFixedPort": true
63
  }