Spaces:
Sleeping
Sleeping
martianband1t
commited on
Commit
•
60ba830
1
Parent(s):
70062fd
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ with st.container():
|
|
22 |
output = replicate.run(
|
23 |
"meta/meta-llama-3-8b-instruct",
|
24 |
input={
|
25 |
-
"top_p": 0.
|
26 |
"prompt": user_input,
|
27 |
"max_tokens": 2334,
|
28 |
"min_tokens": 40,
|
|
|
22 |
output = replicate.run(
|
23 |
"meta/meta-llama-3-8b-instruct",
|
24 |
input={
|
25 |
+
"top_p": 0.0,
|
26 |
"prompt": user_input,
|
27 |
"max_tokens": 2334,
|
28 |
"min_tokens": 40,
|