Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ with st.sidebar:
|
|
36 |
st.markdown('''
|
37 |
## About
|
38 |
Detail this application:
|
39 |
-
- LLM model:
|
40 |
-
|
41 |
''')
|
42 |
|
43 |
def split_docs(documents,chunk_size=1000):
|
|
|
36 |
st.markdown('''
|
37 |
## About
|
38 |
Detail this application:
|
39 |
+
- LLM model: Mistral-7B-Instruct-v0.2
|
40 |
+
- Create by: SiraH.
|
41 |
''')
|
42 |
|
43 |
def split_docs(documents,chunk_size=1000):
|