Support newer OpenAI models

This commit is contained in:
Milo Toor 2025-03-07 13:12:25 -08:00
parent a9a064dfa1
commit 64a327d459
5 changed files with 5705 additions and 2490 deletions

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"lib": ["esnext"],
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",