diff --git a/packages/llm/src/provider/openai-compatible-chat.ts b/packages/llm/src/provider/openai-compatible-chat.ts index 5a260bca6f..e4a6362ac1 100644 --- a/packages/llm/src/provider/openai-compatible-chat.ts +++ b/packages/llm/src/provider/openai-compatible-chat.ts @@ -11,7 +11,6 @@ export type OpenAICompatibleChatModelInput = Omit - readonly queryParams?: Record } export type ProviderFamilyModelInput = Omit & {