upd roles
This commit is contained in:
parent
c2c254be4d
commit
8e6811f41f
@ -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
|
||||||
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user