fix(provider.openai): Update dependency versions, clean test imports, and adjust default OpenAI model configurations

This commit is contained in:
2025-05-13 18:39:57 +00:00
parent 2bc6f7ee5e
commit 09c27379cb
6 changed files with 1225 additions and 296 deletions

View File

@ -1,4 +1,4 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as qenv from '@push.rocks/qenv';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartfile from '@push.rocks/smartfile';