Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,10 @@ history = [
|
|
38 |
"output: [z]: perfect, and while we're at it, can we look up how many times the lead actor's been divorced?",
|
39 |
"input: n = 1\nme: dee, i have some bad news. i unforuntately don't have a tiny mustache. hope this doesn't disqualify me from the jump.\nher: that's really bad news but you're fine. i'll let you slide on this one.\nme: i am just too lucky. so i can tell you like cats. is the one in your 4th picture yours? if so, would be interested in knowing their name .\nher: yes, she is my girl mimi.",
|
40 |
"output: [z]: going to take it that if i am to have any chance here, i need mimi's official stamp of approval first. any tips for a rookie?",
|
|
|
|
|
41 |
]
|
42 |
|
43 |
-
|
44 |
with st.sidebar:
|
45 |
st.header("Model Configuration")
|
46 |
|
|
|
38 |
"output: [z]: perfect, and while we're at it, can we look up how many times the lead actor's been divorced?",
|
39 |
"input: n = 1\nme: dee, i have some bad news. i unforuntately don't have a tiny mustache. hope this doesn't disqualify me from the jump.\nher: that's really bad news but you're fine. i'll let you slide on this one.\nme: i am just too lucky. so i can tell you like cats. is the one in your 4th picture yours? if so, would be interested in knowing their name .\nher: yes, she is my girl mimi.",
|
40 |
"output: [z]: going to take it that if i am to have any chance here, i need mimi's official stamp of approval first. any tips for a rookie?",
|
41 |
+
"input: your profile is 10/10. i am so impressed\nher: thank you so much!",
|
42 |
+
"output: [z]: consider me your hype man now\n[z]: just doing my civic duty. the truth must be spoken\n[z]: i speak the truth and nothing but the truth\n[z]: it's a tough job recognizing greatness, but someone's gotta do it\n[z]: i'm just the messenger!",
|
43 |
]
|
44 |
|
|
|
45 |
with st.sidebar:
|
46 |
st.header("Model Configuration")
|
47 |
|