awacke1 commited on
Commit
2a4744f
·
verified ·
1 Parent(s): ea020d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -426,6 +426,7 @@ def perform_ai_lookup(q, vocal_summary=True, extended_refs=False,
426
 
427
  # Claude:
428
  client = anthropic.Anthropic(api_key=anthropic_key)
 
429
 
430
  response = client.messages.create(
431
  model="claude-3-sonnet-20240229",
 
426
 
427
  # Claude:
428
  client = anthropic.Anthropic(api_key=anthropic_key)
429
+ user_input = q
430
 
431
  response = client.messages.create(
432
  model="claude-3-sonnet-20240229",