add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540)

This commit is contained in:
Shuchang Zheng
2025-05-30 20:07:12 -07:00
committed by GitHub
parent aee129a0a8
commit 2ed14f42e7
14 changed files with 103 additions and 5 deletions

View File

@@ -105,8 +105,7 @@ jobs:
AWS_REGION: "us-east-1"
ENABLE_BEDROCK: "true"
- name: Run the alembic-check pre-commit hook
uses: pre-commit/action@v3.0.0
- name: Run alembic check
env:
ENABLE_OPENAI: "true"
OPENAI_API_KEY: "sk-dummy"
@@ -117,8 +116,7 @@ jobs:
AZURE_GPT4O_MINI_API_VERSION: "dummy"
AWS_REGION: "us-east-1"
ENABLE_BEDROCK: "true"
with:
args: "run --hook-stage manual alembic-check"
run: poetry run ./run_alembic_check.sh
- name: trigger tests
env:
ENABLE_OPENAI: "true"