Spaces:
Sleeping
Sleeping
ffreemt
commited on
Commit
·
e8c556f
1
Parent(s):
6afaebf
Update
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(
|
|
314 |
1.1, # repetition_penalty
|
315 |
0, # top_k
|
316 |
0.9, # top_p
|
317 |
-
"You are a
|
318 |
None, # history
|
319 |
api_name="/api"
|
320 |
)
|
|
|
314 |
1.1, # repetition_penalty
|
315 |
0, # top_k
|
316 |
0.9, # top_p
|
317 |
+
"You are a helpful assistant.", # system_prompt
|
318 |
None, # history
|
319 |
api_name="/api"
|
320 |
)
|