Spaces:
Running
Running
Merge branch 'main' of mungert:spaces/Mungert/NetMonLLMLive
Browse files- Dockerfile +1 -1
- appsettings.json +0 -1
Dockerfile
CHANGED
|
@@ -110,5 +110,5 @@ RUN cp -r /home/user/code/NetworkMonitorLLM/bin/Release/net10.0/* /home/user/cod
|
|
| 110 |
# Set the working directory to the `app` directory
|
| 111 |
WORKDIR /home/user/code/app
|
| 112 |
|
| 113 |
-
CMD ["dotnet", "NetworkMonitorLLM.dll"]
|
| 114 |
|
|
|
|
| 110 |
# Set the working directory to the `app` directory
|
| 111 |
WORKDIR /home/user/code/app
|
| 112 |
|
| 113 |
+
CMD ["dotnet", "NetworkMonitorLLM.dll", "--urls", "http://0.0.0.0:7860"]
|
| 114 |
|
appsettings.json
CHANGED
|
@@ -50,7 +50,6 @@
|
|
| 50 |
"RabbitPassword" : ".env",
|
| 51 |
"RabbitRoutingKey": "execute.local",
|
| 52 |
"RabbitExchangeType": "direct",
|
| 53 |
-
"LlmSystemPromptTimeout": 120,
|
| 54 |
"LlmSpaceModelID": "Qwen/Qwen3-1.7B",
|
| 55 |
"LlmUseHF": false,
|
| 56 |
"AudioServiceUrls": ["https://devtranscribe.readyforquantum.com","https://devtranscribe2.readyforquantum.com","https://devtranscribe3.readyforquantum.com"],
|
|
|
|
| 50 |
"RabbitPassword" : ".env",
|
| 51 |
"RabbitRoutingKey": "execute.local",
|
| 52 |
"RabbitExchangeType": "direct",
|
|
|
|
| 53 |
"LlmSpaceModelID": "Qwen/Qwen3-1.7B",
|
| 54 |
"LlmUseHF": false,
|
| 55 |
"AudioServiceUrls": ["https://devtranscribe.readyforquantum.com","https://devtranscribe2.readyforquantum.com","https://devtranscribe3.readyforquantum.com"],
|