From 12cada1b5e17e2dbff8038feb4c9c22f4f2bad9c Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 17 May 2026 12:39:40 +0300 Subject: [PATCH] Switch to gpt-5.1 model (available in account) --- manifests/dot-ai-stack/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/dot-ai-stack/values.yaml b/manifests/dot-ai-stack/values.yaml index 0395fdf..c7efb7b 100644 --- a/manifests/dot-ai-stack/values.yaml +++ b/manifests/dot-ai-stack/values.yaml @@ -4,7 +4,7 @@ dot-ai: ai: provider: openai - model: "gpt-4o" # Specify the OpenAI model to use + model: "gpt-5.1" # Using GPT-5.1 from your available models secrets: auth: