XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update default_issue.md

0327a940
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +25 -21
Modified .github/ISSUE_TEMPLATE/default_issue.md +25 -21
@@ -1,33 +1,37 @@
1 1 ---
2 name: New Issue
3 about: 'Please use this template !!'
4 title: ''
2 name: Bug Report
3 about: Report issues with specific models/providers
4 title: '[Bug] '
5 5 labels: bug
6 assignees: xtekky
7
6 assignees: hlohaus
8 7 ---
9 8
10 **Known Issues** // delete this
11 - you.com issue / fix: use proxy, or vpn, your country is probably flagged
12 - forefront account creation error / use your own session or wait for fix
9 **Before submitting**
10 ☑️ I checked [Known Issues](https://github.com/xtekky/gpt4free#known-issues)
11 ☑️ I searched existing issues
13 12
13 **Configuration**
14 *(Required)*
15 - Model:**
16 - Provider:**
17 - Interface:** (CLI/API/Web UI/Other)
14 18
15 19 **Bug description**
16 What did you do, what happened, which file did you try to run, in which directory
17 Describe what you did after downloading repo, such as moving to this repo, running this file.
20 Clear steps to reproduce:
21 1. Exact command/file used:
22 `python ...`
23 2. Environment location:
24 (e.g., `Germany` - Cloudflare restrictions may apply)
25 3. Observed behavior vs expected:
18 26
19 ex.
20 1. Go to '...'
21 2. Click on '....'
22 3. Scroll down to '....'
23 4. See error
27 **Environment**
28 - Python version: `python --version`
29 - OS: (Windows 11/Ubuntu 22.04/macOS Ventura)
30 - Relevant dependencies: `pip freeze | grep -E 'g4f|requests'`
24 31
25 **Screenshots**
26 If applicable, add screenshots to help explain your problem.
32 **Screenshots/Logs**
33 Copy&Paste terminal output or error logs here
27 34
28 **Environment**
29 - python version
30 - location ( are you in a cloudfare flagged country ) ?
31 35
32 36 **Additional context**
33 Add any other context about the problem here.
37 Proxy/VPN usage? Special config? Other providers working?