lee-ite commited on
Commit
cd96327
·
verified ·
1 Parent(s): af14062

Update pages/2_Chatbot.py

Browse files
Files changed (1) hide show
  1. pages/2_Chatbot.py +1 -1
pages/2_Chatbot.py CHANGED
@@ -16,7 +16,7 @@ with st.sidebar:
16
  )
17
  temperature = st.slider("Temperature", 0.01, 0.99, 0.5)
18
  top_p = st.slider("Top_p", 0.01, 0.99, 0.7)
19
- max_tokens = st.slider("Max Tokens", 128, 4096, 2048)
20
 
21
  st.title("💬 Chatbot")
22
  st.caption(" A HF chatbot powered by HF")
 
16
  )
17
  temperature = st.slider("Temperature", 0.01, 0.99, 0.5)
18
  top_p = st.slider("Top_p", 0.01, 0.99, 0.7)
19
+ max_tokens = st.slider("Max Tokens", 64, 131072, 2048)
20
 
21
  st.title("💬 Chatbot")
22
  st.caption(" A HF chatbot powered by HF")