From 5e3a906672918c4a123787e49b0c91c93562f4da Mon Sep 17 00:00:00 2001 From: TogetherBuilt <142786461+TogetherBuilt@users.noreply.github.com> Date: Fri, 11 Apr 2025 13:00:10 -0700 Subject: [PATCH] Update choosing-the-right-ai-model-for-your-task.md Fix wrong data variable used in rowheader ("Why {{model}} is a good fit") --- .../ai-models/choosing-the-right-ai-model-for-your-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task.md b/content/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task.md index 8f4a7c4c6c3e..9a098611af98 100644 --- a/content/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task.md +++ b/content/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task.md @@ -331,7 +331,7 @@ The following table summarizes the strengths of {% data variables.copilot.copilo {% rowheaders %} -| Task | Description | Why {% data variables.copilot.copilot_gemini_flash %} is a good fit | +| Task | Description | Why {% data variables.copilot.copilot_gemini_25_pro %} is a good fit | |---------------------------|-------------------------------------------------------------------|---------------------------------------------------------------------| | Complex code generation | Write full functions, classes, or multi-file logic. | Provides better structure, consistency, and fewer logic errors. | | Debugging complex systems | Isolate and fix performance bottlenecks or multi-file issues. | Provides step-by-step analysis and high reasoning accuracy. |