From 21b2a48f8c94c6f23b08886db41488a09b25e49b Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 15 Jun 2025 23:35:12 +0200 Subject: [PATCH] Add Google Gemini API and Anthropic API options to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8e9a344a..908cf51e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,6 +54,8 @@ body: options: - ChatGPT Web Interface - OpenAI ChatGPT API + - Google Gemini API + - Anthropic API - Ollama API - OpenAI Compatible API - type: markdown