johnbridges commited on
Commit
dc34e92
·
1 Parent(s): 5f59e27

Sync Dockerfile/secrets setup

Browse files
Files changed (1) hide show
  1. appsettings.json +9 -1
appsettings.json CHANGED
@@ -61,5 +61,13 @@
61
  "LlmHfSupportsFunctionCalling": true,
62
  "LlmToolCallIdLength": 9,
63
  "LlmToolCallIdPrefix": "",
64
- "UseFixedPort": true
 
 
 
 
 
 
 
 
65
  }
 
61
  "LlmHfSupportsFunctionCalling": true,
62
  "LlmToolCallIdLength": 9,
63
  "LlmToolCallIdPrefix": "",
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
  }