johnbridges commited on
Commit
794e473
·
1 Parent(s): 6b8dd93

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +6 -6
appsettings.json CHANGED
@@ -13,7 +13,7 @@
13
  "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
14
  "IPAddress": "",
15
  "RabbitHostName": "devrabbitmq.readyforquantum.com",
16
- "RabbitPort": 55672,
17
  "RabbitInstanceName": "ASSrv-LLMService",
18
  "RabbitUserName": "usercommonxf1",
19
  "RabbitPassword": ".env",
@@ -31,12 +31,12 @@
31
  "LlmContextFileName": "context-qwen-3.gguf",
32
  "LlmSystemPrompt": "system_prompt_qwen_3_run",
33
  "LlmPromptMode": " -if -sp -no-cnv --simple-io ",
34
- "LlmVersion": "xlam_2",
35
  "LlmCtxSize": 12000,
36
- "LlmOpenAICtxSize": 64000,
37
- "LlmCtxRatio": 3,
38
  "LlmTemp": "0.3",
39
- "LlmThreads": 4,
40
  "LlmSystemPromptTimeout": 1200,
41
  "LlmUserPromptTimeout": 1200,
42
  "LlmSessionIdleTimeout": 1440,
@@ -63,5 +63,5 @@
63
  "LlmHfSupportsFunctionCalling": true,
64
  "LlmToolCallIdLength": 9,
65
  "LlmToolCallIdPrefix": "",
66
- "UseFixedPort" : true
67
  }
 
13
  "ExternalUrl": "https://asmonitorsrv.readyforquantum.com",
14
  "IPAddress": "",
15
  "RabbitHostName": "devrabbitmq.readyforquantum.com",
16
+ "RabbitPort": 55672,
17
  "RabbitInstanceName": "ASSrv-LLMService",
18
  "RabbitUserName": "usercommonxf1",
19
  "RabbitPassword": ".env",
 
31
  "LlmContextFileName": "context-qwen-3.gguf",
32
  "LlmSystemPrompt": "system_prompt_qwen_3_run",
33
  "LlmPromptMode": " -if -sp -no-cnv --simple-io ",
34
+ "LlmVersion": "qwen_3",
35
  "LlmCtxSize": 12000,
36
+ "LlmOpenAICtxSize": 32000,
37
+ "LlmCtxRatio": 6,
38
  "LlmTemp": "0.3",
39
+ "LlmThreads": 2,
40
  "LlmSystemPromptTimeout": 1200,
41
  "LlmUserPromptTimeout": 1200,
42
  "LlmSessionIdleTimeout": 1440,
 
63
  "LlmHfSupportsFunctionCalling": true,
64
  "LlmToolCallIdLength": 9,
65
  "LlmToolCallIdPrefix": "",
66
+ "UseFixedPort": true
67
  }