Skip to content

Commit

Permalink
Change error description in langchain.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Aug 20, 2024
1 parent 2d737db commit 59ddc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/langchain/langchain.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const chatModelFactory = {

return chatModel;
} catch {
throw new Error(`${modelType} is not found. please check your model name`);
throw new Error(`${modelType} is not found. Please check your model name`);
}
},
};
Expand Down

0 comments on commit 59ddc09

Please sign in to comment.