ForcePilot/.github/ISSUE_TEMPLATE/提交一个bug.md
2025-04-02 19:04:19 +08:00

36 lines
473 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: 提交一个BUG
about: 提交一个 BUG
title: "[BUG]"
labels: bug
assignees: xerrors
---
### 描述这个 bug
简单描述一下这个 BUG
### 如何复现
什么情况下出现:
### 相关信息
**1检查 `docker logs`**
请运行以下命令,并提供部分相关日志:
```sh
docker logs --tail=100 api-dev
```
如果问题与模型调用相关,请尝试切换到其他在线模型
**2相关截图**
**3其他相关信息**