Skip to content

Commit b729f2d

Browse files
committed
query language check to
1 parent 938b5b3 commit b729f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/landing-page/landing-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class LandingPageComponent {
121121
localStorage.setItem('QueryLanguage', queryLanguage);
122122

123123
console.log('Language: ', queryLanguage);
124-
if (queryLanguage === 'ENGLISH') {
124+
if (queryLanguage === 'englishutf8') {
125125
console.log('Language is English. Proceed with binary classification.');
126126
const isQuestion = await this.llm.verifyInput(question);
127127
if (!isQuestion) {

0 commit comments

Comments
 (0)