From 2b8b55b30e0306a8fff44719a5b439d923c5aead Mon Sep 17 00:00:00 2001 From: Victor Dibia Date: Thu, 29 Feb 2024 16:42:31 -0800 Subject: [PATCH] Update bug_report.yml (#1811) ## What This modification asks the user to explicitly mention the model used in their experiments. ## Why Frequently, many issues can be better understood by reviewing the model used. For example, small models have limitations in their ability to generate code in code blocks or follow complex instructions leading to errors. --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c35078e60af6..434226b3e884 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,6 +22,12 @@ body: 3. ... 4. See error placeholder: How can we replicate the issue? + - type: textarea + id: modelused + attributes: + label: Model Used + description: A description of the model that was used when the error was encountered + placeholder: gpt-4, mistral-7B etc - type: textarea id: expected_behavior attributes: