Skip to content

Commit 3a7e8bb

Browse files
authored
models (#567)
1 parent 8e944b5 commit 3a7e8bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"instructions": "npm run build && tsx examples/instructions.ts",
1616
"ai-sdk-client": "npm run build && tsx examples/ai_sdk_example.ts",
1717
"actionable_observe_example": "npm run build && tsx examples/actionable_observe_example.ts",
18+
"form-filling-sensible-cerebras": "npm run build && tsx examples/form_filling_sensible_cerebras.ts",
19+
"form-filling-sensible-openai": "npm run build && tsx examples/form_filling_sensible_openai.ts",
1820
"format": "prettier --write .",
1921
"prettier": "prettier --check .",
2022
"prettier:fix": "prettier --write .",

0 commit comments

Comments
 (0)