mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 08:00:10 +00:00
update settings for deep research mode
This commit is contained in:
@@ -222,6 +222,10 @@ export const InfioSettingsSchema = z.object({
|
||||
// Mode
|
||||
mode: z.string().catch('ask'),
|
||||
|
||||
// Web Search
|
||||
serperApiKey: z.string().catch(''),
|
||||
jinaApiKey: z.string().catch(''),
|
||||
|
||||
/// [compatible]
|
||||
// activeModels [compatible]
|
||||
activeModels: z.array(
|
||||
|
||||
Reference in New Issue
Block a user