awacke1 commited on
Commit
5690a5a
·
verified ·
1 Parent(s): 35663af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = client.messages.create(
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=[