fix(scripts): removed old script, removed redundant ts-nocheck from ts script, remove deprecated dalle-2 model

This commit is contained in:
Waleed Latif
2025-04-22 20:32:28 -07:00
parent 54e1439224
commit 884b7181b3
3 changed files with 1 additions and 105 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env node
// @ts-check
#!/usr/bin/env ts-node
import fs from 'node:fs'
import path from 'node:path'