hibobmaster
7142045292
feat: introduce pre-commit hooks feat: send reply in thread fix: !gpt !chat API endpoint and API key validation logic
26 lines
265 B
Text
26 lines
265 B
Text
.gitignore
|
|
images
|
|
*.md
|
|
Dockerfile
|
|
Dockerfile-dev
|
|
compose.yaml
|
|
compose-dev.yaml
|
|
.dockerignore
|
|
config.json
|
|
config.json.sample
|
|
.vscode
|
|
bot.log
|
|
venv
|
|
.venv
|
|
*.yaml
|
|
*.yml
|
|
.git
|
|
.idea
|
|
__pycache__
|
|
src/__pycache__
|
|
.env
|
|
.env.example
|
|
.github
|
|
settings.js
|
|
mattermost-server
|
|
tests
|