From ba16ebcbe36c1a1cbdb1d1379cb3f9c3a086acdf Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 19 Oct 2025 10:30:47 +0700 Subject: checkpoint --- src/types/index.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/types') diff --git a/src/types/index.ts b/src/types/index.ts index 1e4d57d..f6df6bf 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -40,4 +40,11 @@ export type LLMChoice = | { grok: string } | { deepseek: string } | { kimi: string } - | { openai: { url: string; apiKey: string; model: string } }; + | { + openai: { + url: string; + apiKey: string; + model: string; + allowBrowser?: boolean; + }; + }; -- cgit v1.2.3