add diff images

This commit is contained in:
if 2023-03-24 02:35:04 +03:00
parent 7744fb96be
commit 261724ed8f
3 changed files with 2 additions and 2 deletions

BIN
assets/ai_face3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 MiB

BIN
assets/ai_face4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -30,7 +30,7 @@ class Locale:
# Child data class for English
@dataclass
class EnLocale(Locale):
ai_role_prefix: str = "You are a"
ai_role_prefix: str = "You are a girl"
title: str = "AI Talks"
language: str = "English"
lang_code: str = "en"
@ -54,7 +54,7 @@ class EnLocale(Locale):
# Child data class for Russian
@dataclass
class RuLocale(Locale):
ai_role_prefix: str = "Вы"
ai_role_prefix: str = "Вы девушка"
title: str = "Разговорчики с ИИ"
language: str = "Russian"
lang_code: str = "ru"