diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index c89727388..a74ef2b38 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -88,14 +88,16 @@ body: - type: dropdown attributes: - label: Do you use OpenAI GPT-3 or GPT-4? + label: What LLM Provider do you use? description: > If you are using AutoGPT with `SMART_LLM=gpt-3.5-turbo`, your problems may be caused by the [limitations](https://github.com/Significant-Gravitas/AutoGPT/issues?q=is%3Aissue+label%3A%22AI+model+limitation%22) of GPT-3.5. options: - - GPT-3.5 - - GPT-4 - - GPT-4(32k) + - Azure + - Groq + - Anthropic + - Llamafile + - Other (detail in issue) validations: required: true @@ -126,6 +128,13 @@ body: label: Specify the area description: Please specify the area you think is best related to the issue. + - type: input + attributes: + label: What commit or version are you using? + description: It is helpful for us to reproduce to know what version of the software you were using when this happened. Please run `git log -n 1 --pretty=format:"%H"` to output the full commit hash. + validations: + required: true + - type: textarea attributes: label: Describe your issue.