SiraH commited on
Commit
8c89169
1 Parent(s): ece3cf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ with st.sidebar:
36
  st.markdown('''
37
  ## About
38
  Detail this application:
39
- - LLM model: Phi-2-4bit
40
- - Hardware resource : Huggingface space 8 vCPU 32 GB
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):