Spaces:
Running
Running
Commit
·
763473a
1
Parent(s):
fea5d3a
new domain
Browse files- appsettings.json +4 -4
appsettings.json
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
"OpenAIApiKey" :".env",
|
10 |
"EmailEncryptKey": ".env",
|
11 |
"LocalSystemUrl": {
|
12 |
-
"ExternalUrl": "https://asmonitorsrv.
|
13 |
"IPAddress": "",
|
14 |
-
"RabbitHostName": "rabbitmq.
|
15 |
"RabbitPort": 63785,
|
16 |
"RabbitInstanceName" : "ASSrv-LLMService",
|
17 |
"RabbitUserName" : "usercommonxf1",
|
@@ -42,13 +42,13 @@
|
|
42 |
"LlmHFUrl" : "https://api.novita.ai/v3/openai/chat/completions",
|
43 |
"LlmHFModelVersion" : "llama_3.2",
|
44 |
"LlmUseHF" : true,
|
45 |
-
"AudioServiceUrl" : "https://transcribe.
|
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.
|
52 |
"RedisSecret" : ".env",
|
53 |
"MaxRetries" : -1,
|
54 |
"RabbitPassword" : ".env"
|
|
|
9 |
"OpenAIApiKey" :".env",
|
10 |
"EmailEncryptKey": ".env",
|
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",
|
|
|
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"
|