feat(model): Add new LLMClient and new build tools (#967)

This commit is contained in:
Fangyin Cheng
2023-12-23 16:33:01 +08:00
committed by GitHub
parent 12234ae258
commit 0c46c339ca
30 changed files with 1072 additions and 133 deletions

View File

@@ -10,7 +10,7 @@ pytest-mock
pytest-recording
pytesseract==0.3.10
aioresponses
# python code format, usage `black .`
black
# for git hooks
pre-commit
pre-commit
# Type checking
mypy==0.991

View File

@@ -0,0 +1,11 @@
# python code format, usage `black .`
black==22.8.0
blackdoc==0.3.7
flake8==5.0.4
flake8-bugbear==22.10.25
flake8-comprehensions==3.10.0
flake8-docstrings==1.6.0
flake8-simplify==0.19.3
flake8-tidy-imports==4.8.0
isort==5.10.1
pyupgrade==3.1.0