Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1253,7 +1253,7 @@ def main():
|
|
| 1253 |
Label = '#### 💬 Chat functionality - Every chat is a chance to learn'
|
| 1254 |
st.markdown(Label)
|
| 1255 |
if user_input:
|
| 1256 |
-
response =
|
| 1257 |
model="claude-3-sonnet-20240229",
|
| 1258 |
max_tokens=1000,
|
| 1259 |
messages=[
|
|
|
|
| 1253 |
Label = '#### 💬 Chat functionality - Every chat is a chance to learn'
|
| 1254 |
st.markdown(Label)
|
| 1255 |
if user_input:
|
| 1256 |
+
response = anthropicclient.messages.create(
|
| 1257 |
model="claude-3-sonnet-20240229",
|
| 1258 |
max_tokens=1000,
|
| 1259 |
messages=[
|