Spaces:
Running
Running
Update appsettings.json
Browse files- appsettings.json +8 -7
appsettings.json
CHANGED
|
@@ -33,7 +33,6 @@
|
|
| 33 |
"LlmCtxRatio" : 6,
|
| 34 |
"LlmTemp" : "0.3",
|
| 35 |
"LlmThreads" : 2,
|
| 36 |
-
"LlmSystemPromptTimeout" : 90,
|
| 37 |
"LlmUserPromptTimeout" : 1200,
|
| 38 |
"LlmSessionIdleTimeout" : 1440,
|
| 39 |
"LlmGptModel" : "gpt-4.1-mini",
|
|
@@ -41,19 +40,21 @@
|
|
| 41 |
"LlmHFKey" : ".env",
|
| 42 |
"LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
|
| 43 |
"LlmHFModelVersion" : "llama_3.2",
|
| 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 |
"RabbitRoutingKey": "execute.local",
|
| 57 |
-
"RabbitExchangeType": "direct"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
}
|
| 59 |
|
|
|
|
| 33 |
"LlmCtxRatio" : 6,
|
| 34 |
"LlmTemp" : "0.3",
|
| 35 |
"LlmThreads" : 2,
|
|
|
|
| 36 |
"LlmUserPromptTimeout" : 1200,
|
| 37 |
"LlmSessionIdleTimeout" : 1440,
|
| 38 |
"LlmGptModel" : "gpt-4.1-mini",
|
|
|
|
| 40 |
"LlmHFKey" : ".env",
|
| 41 |
"LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
|
| 42 |
"LlmHFModelVersion" : "llama_3.2",
|
|
|
|
|
|
|
|
|
|
| 43 |
"IsStream" : false,
|
| 44 |
"UseFixedPort" : true,
|
| 45 |
"HFToken" : ".env",
|
| 46 |
"DataRepoId" : "mungert/NetMonLLMDataLive",
|
| 47 |
"RedisUrl" :"redis.readyforquantum.com:46379",
|
|
|
|
| 48 |
"MaxRetries" : -1,
|
| 49 |
"RabbitPassword" : ".env",
|
|
|
|
| 50 |
"RabbitRoutingKey": "execute.local",
|
| 51 |
+
"RabbitExchangeType": "direct",
|
| 52 |
+
"LlmSystemPromptTimeout": 120,
|
| 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 |
|