OnlyTheTruth03 commited on
Commit
fb3f467
·
1 Parent(s): 88899db

Update llm model 8b 3.1

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -66,7 +66,7 @@ Answer clearly and concisely.
66
 
67
  with st.spinner("Thinking..."):
68
  response = client.chat.completions.create(
69
- model="llama3-8b-8192",
70
  messages=[
71
  {"role": "system", "content": "You are a helpful assistant."},
72
  {"role": "user", "content": prompt},
 
66
 
67
  with st.spinner("Thinking..."):
68
  response = client.chat.completions.create(
69
+ model="llama-3.1-8b-instant",
70
  messages=[
71
  {"role": "system", "content": "You are a helpful assistant."},
72
  {"role": "user", "content": prompt},