Updating version, removing deprecated classes

This commit is contained in:
Dario Ghunney Ware
2025-11-05 12:50:09 +00:00
parent a8d105430f
commit e142647d8d
15 changed files with 93 additions and 5 deletions

View File

@@ -625,6 +625,7 @@ public class ApplicationProperties {
private String primary = "gpt-5-nano";
private String fallback = "gpt-5-mini";
private String embedding = "text-embedding-3-small";
private String apiKey;
}
@Data