We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e22ed commit 427340eCopy full SHA for 427340e
2 files changed
public/searchengine_logos/grok_logo.svg
src/config/SearchEngines.ts
@@ -17,4 +17,8 @@ export const AI_PROMPT_ENGINES: SearchEngineType[] = [
17
label: 'Perplexity',
18
url: 'https://www.perplexity.ai/search?q=',
19
},
20
+ {
21
+ label: 'Grok',
22
+ url: 'https://grok.com/?q=',
23
+ },
24
]
0 commit comments