Spaces:
Sleeping
Sleeping
Commit
·
bfede02
1
Parent(s):
11a11b6
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with st.sidebar:
|
|
32 |
top_p = st.sidebar.slider('top_p', min_value=0.01, max_value=1.0, value=0.9, step=0.01)
|
33 |
max_length = st.sidebar.slider('max_length', min_value=64, max_value=4096, value=512, step=8)
|
34 |
|
35 |
-
|
36 |
os.environ['REPLICATE_API_TOKEN'] = replicate_api
|
37 |
|
38 |
# Store LLM generated responses
|
|
|
32 |
top_p = st.sidebar.slider('top_p', min_value=0.01, max_value=1.0, value=0.9, step=0.01)
|
33 |
max_length = st.sidebar.slider('max_length', min_value=64, max_value=4096, value=512, step=8)
|
34 |
|
35 |
+
# st.markdown('📖 Learn how to build this app in this [blog](https://blog.streamlit.io/how-to-build-a-llama-2-chatbot/)!')
|
36 |
os.environ['REPLICATE_API_TOKEN'] = replicate_api
|
37 |
|
38 |
# Store LLM generated responses
|