Optimising caching and retrieval

This commit is contained in:
Dario Ghunney Ware
2025-11-19 16:33:25 +00:00
parent c9cd6404ae
commit d3f4a40f68
11 changed files with 245 additions and 40 deletions

View File

@@ -636,7 +636,6 @@ public class ApplicationProperties {
private String primary = "gpt-5-nano";
private String fallback = "gpt-5-mini";
private String embedding = "text-embedding-3-small";
private double temperature = 0.2;
private double topP = 0.95;
private long connectTimeoutMillis = 10000;
private long readTimeoutMillis = 60000;