mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-05 18:20:35 -08:00
Update default_issue.md
This commit is contained in:
parent
78f9e2b0b2
commit
0327a940cc
1 changed files with 26 additions and 22 deletions
48
.github/ISSUE_TEMPLATE/default_issue.md
vendored
48
.github/ISSUE_TEMPLATE/default_issue.md
vendored
|
|
@ -1,33 +1,37 @@
|
|||
---
|
||||
name: New Issue
|
||||
about: 'Please use this template !!'
|
||||
title: ''
|
||||
name: Bug Report
|
||||
about: Report issues with specific models/providers
|
||||
title: '[Bug] '
|
||||
labels: bug
|
||||
assignees: xtekky
|
||||
|
||||
assignees: hlohaus
|
||||
---
|
||||
|
||||
**Known Issues** // delete this
|
||||
- you.com issue / fix: use proxy, or vpn, your country is probably flagged
|
||||
- forefront account creation error / use your own session or wait for fix
|
||||
**Before submitting**
|
||||
☑️ I checked [Known Issues](https://github.com/xtekky/gpt4free#known-issues)
|
||||
☑️ I searched existing issues
|
||||
|
||||
**Configuration**
|
||||
*(Required)*
|
||||
- Model:**
|
||||
- Provider:**
|
||||
- Interface:** (CLI/API/Web UI/Other)
|
||||
|
||||
**Bug description**
|
||||
What did you do, what happened, which file did you try to run, in which directory
|
||||
Describe what you did after downloading repo, such as moving to this repo, running this file.
|
||||
|
||||
ex.
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
Clear steps to reproduce:
|
||||
1. Exact command/file used:
|
||||
`python ...`
|
||||
2. Environment location:
|
||||
(e.g., `Germany` - Cloudflare restrictions may apply)
|
||||
3. Observed behavior vs expected:
|
||||
|
||||
**Environment**
|
||||
- python version
|
||||
- location ( are you in a cloudfare flagged country ) ?
|
||||
- Python version: `python --version`
|
||||
- OS: (Windows 11/Ubuntu 22.04/macOS Ventura)
|
||||
- Relevant dependencies: `pip freeze | grep -E 'g4f|requests'`
|
||||
|
||||
**Screenshots/Logs**
|
||||
Copy&Paste terminal output or error logs here
|
||||
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
Proxy/VPN usage? Special config? Other providers working?
|
||||
Loading…
Add table
Add a link
Reference in a new issue