- Merged latest 166 commits from origin/main - Resolved conflicts in .gitignore, commands.py, schema.py, providers/__init__.py, and registry.py - Kept both local providers (Ollama, AirLLM) and new providers from main - Preserved transformers 4.39.3 compatibility fixes - Combined error handling improvements with new features
24 lines
180 B
Plaintext
24 lines
180 B
Plaintext
.assets
|
|
.env
|
|
*.pyc
|
|
dist/
|
|
build/
|
|
docs/
|
|
*.egg-info/
|
|
*.egg
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.pyw
|
|
*.pyz
|
|
*.pywz
|
|
*.pyzz
|
|
.venv/
|
|
vllm-env/
|
|
venv/
|
|
__pycache__/
|
|
poetry.lock
|
|
.pytest_cache/
|
|
botpy.log
|
|
tests/
|