Skip to content

Commit 3a9b51c

Browse files
Merge branch 'main' into dependabot/pip/idna-3.15
2 parents bca31c4 + 910b424 commit 3a9b51c

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/publish-to-testpypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
path: ./dist/
8080

8181
- name: Attest build provenance
82-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
82+
uses: actions/attest@v4.1.0 # immutable release
8383
with:
8484
subject-path: ./dist/*
8585

examples/model_configs/model_config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ seclab-taskflow-agent:
55
version: "1.0"
66
filetype: model_config
77
models:
8-
gpt_default: gpt-4.1
9-
8+
gpt_default: gpt-5.4-mini
9+
model_settings:
10+
gpt_default:
11+
api_type: responses

examples/model_configs/responses_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ seclab-taskflow-agent:
99
version: "1.0"
1010
filetype: model_config
1111
models:
12-
gpt_responses: gpt-5-mini
12+
gpt_responses: gpt-5.4
1313
model_settings:
1414
gpt_responses:
1515
api_type: responses

0 commit comments

Comments
 (0)