From 8a75fe300458cc29616940e923bc28c8d5ee2e04 Mon Sep 17 00:00:00 2001 From: "Dixing (Dex) Xu" Date: Tue, 17 Dec 2024 11:50:21 +0800 Subject: [PATCH] :children_crossing: Update bug report template (#36) --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 372e309..3b1b9e8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,6 +42,13 @@ body: description: What version of AIDE are you using? placeholder: ex. 0.1.4, main, etc. + - type: input + id: llm + attributes: + label: LLM + description: Which llm are you using? + placeholder: ex. gpt-4-turbo, claude-3-5-sonnet, etc. + - type: dropdown id: os attributes: