Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ st.write("Create high-quality LinkedIn posts step-by-step 🚀")
|
|
| 67 |
"""
|
| 68 |
|
| 69 |
with st.spinner("Generating your post... ✨"):
|
| 70 |
-
|
| 71 |
response = client.chat.completions.create(
|
| 72 |
model="mixtral-8x7b-32768",
|
| 73 |
messages=[
|
|
|
|
| 67 |
"""
|
| 68 |
|
| 69 |
with st.spinner("Generating your post... ✨"):
|
| 70 |
+
|
| 71 |
response = client.chat.completions.create(
|
| 72 |
model="mixtral-8x7b-32768",
|
| 73 |
messages=[
|