Skip to content

Commit 427340e

Browse files
committed
feat: add Grok search engine to the configuration
1 parent c1e22ed commit 427340e

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Loading

src/config/SearchEngines.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ export const AI_PROMPT_ENGINES: SearchEngineType[] = [
1717
label: 'Perplexity',
1818
url: 'https://www.perplexity.ai/search?q=',
1919
},
20+
{
21+
label: 'Grok',
22+
url: 'https://grok.com/?q=',
23+
},
2024
]

0 commit comments

Comments
 (0)