johnbridges commited on
Commit
c89e475
·
1 Parent(s): 5a31b95

Sync Dockerfile/secrets setup

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