SAMBOOM commited on
Commit
fbabeb9
1 Parent(s): ec839a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- pipe = pipeline('chat', model='mistral-ai/mistral-large-en')
5
 
6
  if 'message' not in st.session_state:
7
  st.session_state.message = []
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ pipe = pipeline('chat', model='mistralai/Mixtral-8x7B-Instruct-v0.1')
5
 
6
  if 'message' not in st.session_state:
7
  st.session_state.message = []