johnbridges commited on
Commit
f8d616e
·
1 Parent(s): fb030c1

Sync Dockerfile/secrets setup

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