Skip to content

Commit 2b8b55b

Browse files
authored
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.
1 parent f6c9b13 commit 2b8b55b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ body:
2222
3. ...
2323
4. See error
2424
placeholder: How can we replicate the issue?
25+
- type: textarea
26+
id: modelused
27+
attributes:
28+
label: Model Used
29+
description: A description of the model that was used when the error was encountered
30+
placeholder: gpt-4, mistral-7B etc
2531
- type: textarea
2632
id: expected_behavior
2733
attributes:

0 commit comments

Comments
 (0)