Spaces:
Sleeping
Sleeping
Commit
·
ff4541e
1
Parent(s):
a2bc322
- appsettings.json +13 -12
appsettings.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"LocalSystemUrl": {
|
12 |
"ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
|
13 |
"IPAddress": "",
|
14 |
-
"RabbitHostName": "
|
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" : "
|
27 |
-
"LlmContextFileName" : "context-
|
28 |
-
"LlmSystemPrompt" : "
|
29 |
"LlmPromptMode" : " -if -sp -no-cnv --simple-io ",
|
30 |
-
"LlmVersion" : "
|
31 |
"LlmCtxSize" : 12000,
|
32 |
"LlmOpenAICtxSize" : 32000,
|
33 |
"LlmCtxRatio" : 6,
|
34 |
"LlmTemp" : "0.3",
|
35 |
"LlmThreads" : 2,
|
36 |
-
"LlmSystemPromptTimeout" :
|
37 |
"LlmUserPromptTimeout" : 1200,
|
38 |
"LlmSessionIdleTimeout" : 1440,
|
39 |
-
"LlmGptModel" : "gpt-
|
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://
|
46 |
-
"AudioServiceOutputDir" : "/home/
|
47 |
"IsStream" : false,
|
48 |
"UseFixedPort" : true,
|
49 |
"HFToken" : ".env",
|
50 |
-
"DataRepoId" : "mungert/
|
51 |
"RedisUrl" :"redis.readyforquantum.com:46379",
|
52 |
-
"
|
53 |
"MaxRetries" : -1,
|
54 |
"RabbitPassword" : ".env",
|
55 |
-
"
|
|
|
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 |
|