johnbridges commited on
Commit
976acc5
·
1 Parent(s): 5e3b171

Sync Dockerfile/secrets setup

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