martianband1t commited on
Commit
60ba830
1 Parent(s): 70062fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.3,
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,