pradeep4321 commited on
Commit
85e965a
·
verified ·
1 Parent(s): 2957626

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -6,7 +6,7 @@ st.set_page_config(page_title="AI Assistant", layout="wide")
6
 
7
  # Initialize client
8
  client = InferenceClient(
9
- model="meta-llama/Llama-3-8b-instruct",
10
  token=os.environ.get("HF_TOKEN")
11
  )
12
 
 
6
 
7
  # Initialize client
8
  client = InferenceClient(
9
+ model="meta-llama/Meta-Llama-3-8B",
10
  token=os.environ.get("HF_TOKEN")
11
  )
12