johnbridges commited on
Commit
a5acb4e
·
1 Parent(s): ad5faa9
Files changed (1) hide show
  1. appsettings.json +3 -1
appsettings.json CHANGED
@@ -64,5 +64,7 @@
64
  "LlmHfSupportsFunctionCalling": true,
65
  "UserFacingServiceId": "monitor",
66
  "LlmToolCallIdLength": 9,
67
- "LlmToolCallIdPrefix": ""
 
 
68
  }
 
64
  "LlmHfSupportsFunctionCalling": true,
65
  "UserFacingServiceId": "monitor",
66
  "LlmToolCallIdLength": 9,
67
+ "LlmToolCallIdPrefix": "",
68
+ "UseTls" : true,
69
+ "UseFixedPort" : true
70
  }