Skip to content

Commit

Permalink
Update GeminiVisionModel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din authored Mar 13, 2024
1 parent 9c55565 commit 5fd5dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/GeminiVisionModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class GeminiVisionModel extends AiModel<string> {
spinner.fail(
MessageTemplates.reqFailStr(
this.aiModelName,
'at ChatGptModel.ts sendMessage(prompt, msg)',
'at GeminiVisionModel.ts sendMessage(prompt, msg)',
err
)
);
Expand Down

0 comments on commit 5fd5dd6

Please sign in to comment.