Skip to content

Commit 09cb057

Browse files
authored
Merge pull request #277 from medyo/develop
fix: add missing query parameter in Mistral search engine URL
2 parents f0a71e6 + 24cbd70 commit 09cb057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/SearchEngines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const AI_PROMPT_ENGINES: SearchEngineType[] = [
1111
},
1212
{
1313
label: 'Mistral',
14-
url: 'https://chat.mistral.ai/chat?q',
14+
url: 'https://chat.mistral.ai/chat?q=',
1515
},
1616
{
1717
label: 'Perplexity',

0 commit comments

Comments
 (0)