We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938b5b3 commit b729f2dCopy full SHA for b729f2d
src/app/landing-page/landing-page.component.ts
@@ -121,7 +121,7 @@ export class LandingPageComponent {
121
localStorage.setItem('QueryLanguage', queryLanguage);
122
123
console.log('Language: ', queryLanguage);
124
- if (queryLanguage === 'ENGLISH') {
+ if (queryLanguage === 'englishutf8') {
125
console.log('Language is English. Proceed with binary classification.');
126
const isQuestion = await this.llm.verifyInput(question);
127
if (!isQuestion) {
0 commit comments