Add activity-core LLM endpoint support
This commit is contained in:
parent
1d9fc107ed
commit
14ba47c129
25 changed files with 2082 additions and 18 deletions
15
.dockerignore
Normal file
15
.dockerignore
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.git
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
.mypy_cache
|
||||
__pycache__
|
||||
*.pyc
|
||||
.venv
|
||||
venv
|
||||
dist
|
||||
build
|
||||
*.egg-info
|
||||
.env
|
||||
.env.*
|
||||
apikey-*.txt
|
||||
apikey-*.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue