mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
61 lines
1.9 KiB
YAML
61 lines
1.9 KiB
YAML
name: 🐛 Bug Report
|
|
description: File a bug report for AnythingLLM
|
|
title: "[BUG]: "
|
|
labels: [possible bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Use this template to file a bug report for AnythingLLM. Please be as descriptive as possible to allow everyone to replicate and solve your issue.
|
|
- type: dropdown
|
|
id: runtime
|
|
attributes:
|
|
label: How are you running AnythingLLM?
|
|
description: AnythingLLM can be run in many environments, pick the one that best represents where you encounter the bug.
|
|
options:
|
|
- Docker (local)
|
|
- Docker (remote machine)
|
|
- Local development
|
|
- AnythingLLM desktop app
|
|
- All versions
|
|
- Not listed
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Also tell us, what did you expect to happen?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Are there known steps to reproduce?
|
|
description: |
|
|
Let us know how to reproduce the bug and we may be able to fix it more
|
|
quickly. This is not required, but it is helpful.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: llm-provider
|
|
attributes:
|
|
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:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: embedder-provider
|
|
attributes:
|
|
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:
|
|
required: false
|