mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 08:00:10 +00:00
update web search results view && web search setting view
This commit is contained in:
@@ -231,8 +231,9 @@ export const InfioSettingsSchema = z.object({
|
||||
// Mode
|
||||
mode: z.string().catch('ask'),
|
||||
|
||||
// Deep Research
|
||||
// web search
|
||||
serperApiKey: z.string().catch(''),
|
||||
serperSearchEngine: z.enum(['google', 'duckduckgo', 'bing']).catch('google'),
|
||||
jinaApiKey: z.string().catch(''),
|
||||
|
||||
// Files Search
|
||||
|
||||
Reference in New Issue
Block a user