Skip to content

Commit 6f97564

Browse files
authored
(openai responses): add string to type for models
1 parent 93cf081 commit 6f97564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/openai/src/responses

plugins/openai/src/responses/llm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import OpenAI from 'openai';
1414
import type { ChatModels } from '../models.js';
1515

1616
interface LLMOptions {
17-
model: ChatModels;
17+
model: string | ChatModels;
1818
apiKey?: string;
1919
baseURL?: string;
2020
client?: OpenAI;

0 commit comments

Comments
 (0)