feat: refactor chat backend
feat: introduce pre-commit hooks feat: send reply in thread fix: !gpt !chat API endpoint and API key validation logic
This commit is contained in:
parent
25fbd43a57
commit
7142045292
20 changed files with 610 additions and 600 deletions
.github/workflows
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
|
@ -70,4 +70,4 @@ jobs:
|
|||
tags: ${{ steps.meta2.outputs.tags }}
|
||||
labels: ${{ steps.meta2.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
|||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py') --errors-only
|
||||
pylint $(git ls-files '*.py') --errors-only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue