Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,7 @@ chat_completion = client.chat.completions.create(
|
|
17 |
model="mixtral-8x7b-32768",
|
18 |
)
|
19 |
|
20 |
-
|
21 |
-
print(chat_completion.choices[1].message.content)
|
22 |
print(chat_completion)
|
23 |
|
24 |
|
|
|
17 |
model="mixtral-8x7b-32768",
|
18 |
)
|
19 |
|
20 |
+
st.write(chat_completion.choices[0].message.content)
|
|
|
21 |
print(chat_completion)
|
22 |
|
23 |
|