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

Update llm model 8b

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="llama-3.3-70b-versatile",
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="llama3-8b-8192",
70
  messages=[
71
  {"role": "system", "content": "You are a helpful assistant."},
72
  {"role": "user", "content": prompt},