feat : fix displaying problem + memory compression on loading + personality prompt + technical image
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ class LanguageUtility:
|
||||
text: string to analyze
|
||||
Returns: ISO639-1 language code
|
||||
"""
|
||||
langid.set_languages(['fr', 'en', 'zh', 'es'])
|
||||
langid.set_languages(['fr', 'en', 'zh'])
|
||||
lang, score = langid.classify(text)
|
||||
return lang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user