Skip to content

Commit a33b02f

Browse files
committed
schema-fix
1 parent 01d4158 commit a33b02f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
touch .specs-validation/result.json
6161
bun run validate-specs > .specs-validation/result.json
6262
63-
- name: Expose validation result JSON
63+
- name: Expose validation result JSON (as base64)
6464
id: expose-validation-summary-json
6565
run: |
6666
SUMMARY_B64=$(base64 < .specs-validation/result.json | tr -d '\n')

packages/validate-specs/ask-dial/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const CONFIG = {
2-
MODEL: 'gpt-5-nano-2025-08-07',
2+
MODEL: 'gpt-5-mini-2025-08-07',
33
API_VERSION: '2024-12-01-preview',
44
API_KEY: String(process.env.DIAL_KEY),
55
TEMPERATURE: 1,

0 commit comments

Comments
 (0)