chore: rename OpenAICompatibleClient

This commit is contained in:
Simon
2026-01-13 13:51:09 +08:00
parent 14974c0257
commit a3263fdd3a
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
* - 永远使用 tool call 来返回结构化数据,禁止模型直接返回(视为出错)
* - 不能假设 tool 参数合法,必须有修复机制,而且修复也应该使用 tool call 返回
*/
import { OpenAIClient } from './OpenAILenientClient'
import { OpenAIClient } from './OpenAICompatibleClient'
import {
DEFAULT_API_KEY,
DEFAULT_BASE_URL,