johnbridges commited on
Commit
4972aee
·
1 Parent(s): 04ed03c

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +9 -1
appsettings.json CHANGED
@@ -61,5 +61,13 @@
61
  "LlmToolCallIdLength": 9,
62
  "LlmToolCallIdPrefix": "",
63
  "LlmHfSupportsFunctionCalling": true,
64
- "UseFixedPort": true
 
 
 
 
 
 
 
 
65
  }
 
61
  "LlmToolCallIdLength": 9,
62
  "LlmToolCallIdPrefix": "",
63
  "LlmHfSupportsFunctionCalling": true,
64
+ "UseFixedPort": true,
65
+ "RemoteCache": {
66
+ "Enabled": true,
67
+ "Type": "Http",
68
+ "BaseUrl": "https://cachehttp.readyforquantum.com/api",
69
+ "ApiKey": ".env",
70
+ "TimeoutSeconds": 600,
71
+ "RetryAttempts": 3
72
+ }
73
  }