Spaces:
Sleeping
Sleeping
Commit
·
88899db
1
Parent(s):
fe8ee0b
Update llm model 8b
Browse files- 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="
|
| 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},
|