mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-20 11:31:21 -08:00
* Fix Qwen provider implementation - Re-enable cookie generation for authentication - Update User-Agent header to latest version - Fix Authorization header to only be added when token is present - Add X-Requested-With and X-Source headers for proper API communication - Force stream and incremental_output to True for consistent streaming behavior - Set parent_id to None to prevent parent-child relationship issues - Add conditional thinking functionality with proper feature_config when enable_thinking is True - Improve header management for better compatibility with Qwen API Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> * Restore parent_id in Qwen provider for conversation support --------- Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| api | ||
| cli | ||
| client | ||
| gui | ||
| image | ||
| integration | ||
| local | ||
| locals | ||
| mcp | ||
| Provider | ||
| providers | ||
| requests | ||
| tools | ||
| __init__.py | ||
| __main__.py | ||
| config.py | ||
| cookies.py | ||
| debug.py | ||
| errors.py | ||
| files.py | ||
| models.py | ||
| typing.py | ||
| version.py | ||