From 5a91608d9e4445741e23b4d6a7a97b8557d9a3db Mon Sep 17 00:00:00 2001 From: Timothy Carambat Date: Mon, 6 Apr 2026 13:23:42 -0700 Subject: [PATCH] add provider/embedder to bug report for clarity resolves #5363 --- .github/ISSUE_TEMPLATE/01_bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug.yml b/.github/ISSUE_TEMPLATE/01_bug.yml index bc2c05f83..9a6c75f3a 100644 --- a/.github/ISSUE_TEMPLATE/01_bug.yml +++ b/.github/ISSUE_TEMPLATE/01_bug.yml @@ -44,7 +44,7 @@ body: - type: textarea id: llm-provider attributes: - label: LLM Provider & Model + label: LLM Provider & Model (if applicable) description: What LLM provider and model are you using? (e.g., OpenAI GPT-4, Anthropic, Ollama, etc.) placeholder: e.g., Ollama / qwen2.5-coder-32b-instruct validations: @@ -53,7 +53,7 @@ body: - type: textarea id: embedder-provider attributes: - label: Embedder Provider & Model + label: Embedder Provider & Model (if applicable) description: What embedding provider and model are you using? (e.g., OpenAI text-embedding-ada-002, Lemonade, etc.) placeholder: e.g., Lemonade / nomic-embed-text-v1-GGUF validations: