Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
20d8da9
1
Parent(s):
f1e50ac
Update
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ You are a helpful assistant. Think step by step.
|
|
134 |
{input}
|
135 |
### RESPONSE:"""
|
136 |
|
137 |
-
prompt_template = """You are a helpful assistant.
|
138 |
{history}
|
139 |
### HUMAN:
|
140 |
{input}
|
@@ -413,6 +413,9 @@ with gr.Blocks(
|
|
413 |
# )
|
414 |
gr.Markdown(
|
415 |
f"""<h5><center>{Path(model_loc).name}</center></h4>
|
|
|
|
|
|
|
416 |
Most examples are meant for another model.
|
417 |
You probably should try to test
|
418 |
some related prompts.""",
|
|
|
134 |
{input}
|
135 |
### RESPONSE:"""
|
136 |
|
137 |
+
prompt_template = """You are a helpful assistant. Think step by step.
|
138 |
{history}
|
139 |
### HUMAN:
|
140 |
{input}
|
|
|
413 |
# )
|
414 |
gr.Markdown(
|
415 |
f"""<h5><center>{Path(model_loc).name}</center></h4>
|
416 |
+
The bot can conduct multi-turn conversations remembers the previous 5 dialogs. The process time is longer.
|
417 |
+
It typically takes around 120 seconds for the first response to appear.
|
418 |
+
|
419 |
Most examples are meant for another model.
|
420 |
You probably should try to test
|
421 |
some related prompts.""",
|