johnbridges commited on
Commit
cef513d
·
1 Parent(s): a9a8044

Sync Dockerfile/secrets setup

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