adhinojosa commited on
Commit
0eb9e10
1 Parent(s): a97f4db

unsloth/gemma-7b-bnb-4bit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import streamlit as st
8
 
9
 
10
  if "model" not in st.session_state:
11
- st.session_state["model"] = "google/gemma-7b-it"
12
 
13
  # Initialize chat history
14
  if "messages" not in st.session_state:
 
8
 
9
 
10
  if "model" not in st.session_state:
11
+ st.session_state["model"] = "unsloth/gemma-7b-bnb-4bit"
12
 
13
  # Initialize chat history
14
  if "messages" not in st.session_state: