Skip to content

Commit c98391b

Browse files
authored
Fix a typo in llm.js gemini (#2314)
1 parent 9f63c95 commit c98391b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background/llm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function deepseek(req, opts) {
416416
function gemini(req, opts) {
417417
const decoder = new TextDecoder();
418418
if (!gemini.apiKey) {
419-
opts.onChunk("Please set api key for DeepSeek correctly.");
419+
opts.onChunk("Please set api key for Gemini correctly.");
420420
opts.onComplete({});
421421
return;
422422
}

0 commit comments

Comments
 (0)