You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix maintains the existing StackNavigationViewStyle() while adding proper width constraints. This should resolve the issue where the "Add Carb Entry" screen appears too wide and cuts off content after using AI analysis.
We also moved the Food Search enablement toggle and Food Search's section below Absorption Time row for a more logical flow.
Confirmed that the FPU formula implementation is CORRECT and adheres to the standard. No changes are needed to the calculation formula.
Minor tweak to AI prompt.
Copy file name to clipboardExpand all lines: Loop/Views/AISettingsView.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ struct AISettingsView: View {
83
83
// GPT-5 Feature Section - Only show when OpenAI is selected for AI Image Analysis
84
84
if aiService.aiImageSearchProvider.rawValue.contains("OpenAI"){
85
85
Section(header:Text("OpenAI GPT-5 (Latest)"),
86
-
footer:Text("Enable GPT-5, GPT-5-mini, and GPT-5-nano models for OpenAI analysis. Standard Quality uses GPT-5, Fast Mode uses GPT-5-nano for ultra-fast analysis. GPT-5 takes longer to perform analysis but these are the latest models with significant improvements in health advisory accuracy. Fallback to GPT-4o if unavailable.")){
86
+
footer:Text("Enable GPT-5, GPT-5-mini, and GPT-5-nano models for OpenAI analysis. Standard Quality uses GPT-5, Fast Mode uses GPT-5-nano for ultra-fast analysis. GPT-5 takes longer to perform analysis but these are the latest models with some improvements in health advisory accuracy. Fallback to GPT-4o if unavailable.")){
0 commit comments