johnbridges commited on
Commit
ff4541e
·
1 Parent(s): a2bc322
Files changed (1) hide show
  1. appsettings.json +13 -12
appsettings.json CHANGED
@@ -11,7 +11,7 @@
11
  "LocalSystemUrl": {
12
  "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
13
  "IPAddress": "",
14
- "RabbitHostName": "rabbitmq.readyforquantum.com",
15
  "RabbitPort": 63785,
16
  "RabbitInstanceName" : "ASSrv-LLMService",
17
  "RabbitUserName" : "usercommonxf1",
@@ -23,36 +23,37 @@
23
  "LlmNoInitMessage" : false,
24
  "ServiceAuthKey" : ".env" ,
25
  "LlmModelPath" : "/home/user/code/models/",
26
- "LlmModelFileName" : "phi-4-mini-q4_0.gguf",
27
- "LlmContextFileName" : "context-phi-4-mini.gguf",
28
- "LlmSystemPrompt" : "system_prompt_phi_4_mini_run",
29
  "LlmPromptMode" : " -if -sp -no-cnv --simple-io ",
30
- "LlmVersion" : "phi_4_mini",
31
  "LlmCtxSize" : 12000,
32
  "LlmOpenAICtxSize" : 32000,
33
  "LlmCtxRatio" : 6,
34
  "LlmTemp" : "0.3",
35
  "LlmThreads" : 2,
36
- "LlmSystemPromptTimeout" : 90,
37
  "LlmUserPromptTimeout" : 1200,
38
  "LlmSessionIdleTimeout" : 1440,
39
- "LlmGptModel" : "gpt-4o-mini",
40
  "LlmHFModelID" : "qwen/qwen3-235b-a22b-fp8",
41
  "LlmHFKey" : ".env",
42
  "LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
43
  "LlmHFModelVersion" : "qwen_2.5",
44
  "LlmUseHF" : true,
45
- "AudioServiceUrl" : "https://transcribe.readyforquantum.com",
46
- "AudioServiceOutputDir" : "/home/audioservice/code/securefiles/dev/output_audio",
47
  "IsStream" : false,
48
  "UseFixedPort" : true,
49
  "HFToken" : ".env",
50
- "DataRepoId" : "mungert/NetMonLLMDataLive",
51
  "RedisUrl" :"redis.readyforquantum.com:46379",
52
- "RedisSecret" : ".env",
53
  "MaxRetries" : -1,
54
  "RabbitPassword" : ".env",
55
- "LlmNoThink" : true
 
56
 
57
  }
58
 
 
11
  "LocalSystemUrl": {
12
  "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
13
  "IPAddress": "",
14
+ "RabbitHostName": "devrabbitmq.readyforquantum.com",
15
  "RabbitPort": 63785,
16
  "RabbitInstanceName" : "ASSrv-LLMService",
17
  "RabbitUserName" : "usercommonxf1",
 
23
  "LlmNoInitMessage" : false,
24
  "ServiceAuthKey" : ".env" ,
25
  "LlmModelPath" : "/home/user/code/models/",
26
+ "LlmModelFileName" : "Foundation-Sec-8B-q4_0_l.gguf",
27
+ "LlmContextFileName" : "context-sec.gguf",
28
+ "LlmSystemPrompt" : "system_prompt_sec_run",
29
  "LlmPromptMode" : " -if -sp -no-cnv --simple-io ",
30
+ "LlmVersion" : "llama_3.2",
31
  "LlmCtxSize" : 12000,
32
  "LlmOpenAICtxSize" : 32000,
33
  "LlmCtxRatio" : 6,
34
  "LlmTemp" : "0.3",
35
  "LlmThreads" : 2,
36
+ "LlmSystemPromptTimeout" : 120,
37
  "LlmUserPromptTimeout" : 1200,
38
  "LlmSessionIdleTimeout" : 1440,
39
+ "LlmGptModel" : "gpt-4.1-nano",
40
  "LlmHFModelID" : "qwen/qwen3-235b-a22b-fp8",
41
  "LlmHFKey" : ".env",
42
  "LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
43
  "LlmHFModelVersion" : "qwen_2.5",
44
  "LlmUseHF" : true,
45
+ "AudioServiceUrl" : "https://devtranscribe.readyforquantum.com",
46
+ "AudioServiceOutputDir" : "/home/user/app/files",
47
  "IsStream" : false,
48
  "UseFixedPort" : true,
49
  "HFToken" : ".env",
50
+ "DataRepoId" : "mungert/NetMonLLMLive",
51
  "RedisUrl" :"redis.readyforquantum.com:46379",
52
+ "REDID_PASSWORD" : ".env",
53
  "MaxRetries" : -1,
54
  "RabbitPassword" : ".env",
55
+ "UseTls" :true,
56
+ "NoThink" : true
57
 
58
  }
59