mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
Refactor Cloudflare and LMArena providers to enhance authentication handling and improve WebSocket communication
This commit is contained in:
57
.gitignore
vendored
57
.gitignore
vendored
@@ -1,48 +1,11 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
|
||||
# Ignore local python virtual environment
|
||||
venv/
|
||||
|
||||
# Ignore streamlit_chat_app.py conversations pickle
|
||||
conversations.pkl
|
||||
*.pkl
|
||||
.idea/
|
||||
**/__pycache__/
|
||||
__pycache__/
|
||||
|
||||
*.log
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
*.egg
|
||||
*.egg-info
|
||||
.DS_Store
|
||||
*~
|
||||
*.gguf
|
||||
.buildozer
|
||||
har_and_cookies
|
||||
bin
|
||||
dist
|
||||
__pycache__
|
||||
generated_media
|
||||
site-packages
|
||||
projects
|
||||
node_modules
|
||||
models
|
||||
projects/windows/g4f
|
||||
generated_images/
|
||||
generated_media/
|
||||
projects/windows/
|
||||
|
||||
*.bak
|
||||
*.backup
|
||||
.env
|
||||
g4f.dev/
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
*.spec
|
||||
pyproject.toml.bak
|
||||
debian/
|
||||
winget/
|
||||
g4f.egg-info
|
||||
models/models.json
|
||||
pyvenv.cfg
|
||||
lib64
|
||||
|
||||
Reference in New Issue
Block a user