From e1526c891f2677c6122eef60a9c29e81993a976d Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 8 Apr 2025 21:23:47 +0200 Subject: [PATCH] [2025-04-08] Reload LLM responses with different models [Public Preview] (#55158) --- .../asking-github-copilot-questions-in-github.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github.md b/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github.md index 793994dc2093..f4f16ba2d0c3 100644 --- a/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github.md +++ b/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github.md @@ -92,6 +92,17 @@ Depending on the question you ask, and your enterprise and organization settings 1. To start a new conversation, click {% data reusables.copilot.pencil-paper-icon %} at the top left of the page. 1. To see a list of your previous conversations, click {% octicon "sidebar-collapse" aria-label="Open sidebar" %} at the top left of the page. +### Regenerating a response with a different model + +> [!NOTE] +> This feature is currently in {% data variables.release-phases.public_preview %} and is subject to change. + +After {% data variables.product.prodname_copilot_short %} responds to your question, you can regenerate the same prompt using a different model by clicking the retry icon ({% octicon "sync" aria-label="The re-run icon" %}) below the response. The new response will use your selected model and maintain the full context of the conversation. + +You can switch between responses to compare the results from different models. + +For help deciding which model to use, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task). + ### Using subthreads in a conversation > [!NOTE]