upd roles

This commit is contained in:
kosarevskiydp 2023-03-07 23:25:14 +03:00
parent c2c254be4d
commit 8e6811f41f
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
streamlit==1.19.0 streamlit==1.19.0
openai==0.27.0 openai==0.27.0
gtts==2.3.1 gtts==2.3.1
pip==23.0.1

View File

@ -10,12 +10,13 @@ AI_MODEL_OPTIONS = [
AI_ROLE_OPTIONS = [ AI_ROLE_OPTIONS = [
"helpful assistant", "helpful assistant",
"code assistant", "code assistant",
"code reviewer",
"text improver", "text improver",
"cinema expert", "cinema expert",
"sport expert", "sport expert",
"online games expert", "online games expert",
"expert in delicious food recipes", "food recipes expert",
"expert in healthy food recipes", "English grammar expert",
] ]