This commit is contained in:
DarioGii
2025-11-06 11:31:46 +00:00
committed by Dario Ghunney Ware
parent 5e26decf19
commit cd01febc6b
13 changed files with 159 additions and 38 deletions

View File

@@ -622,6 +622,7 @@ public class ApplicationProperties {
@Data
public static class Models {
private String provider = "openai";
private String primary = "gpt-5-nano";
private String fallback = "gpt-5-mini";
private String embedding = "text-embedding-3-small";