Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ if st.button("Get Response") and user_input:
|
|
| 34 |
try:
|
| 35 |
response = client.chat.completions.create(
|
| 36 |
messages=messages,
|
| 37 |
-
model="llama-3-70b-
|
| 38 |
)
|
| 39 |
st.markdown("### 🤖 Response:")
|
| 40 |
st.write(response.choices[0].message.content)
|
|
|
|
| 34 |
try:
|
| 35 |
response = client.chat.completions.create(
|
| 36 |
messages=messages,
|
| 37 |
+
model="llama-3.3-70b-versatile",
|
| 38 |
)
|
| 39 |
st.markdown("### 🤖 Response:")
|
| 40 |
st.write(response.choices[0].message.content)
|