Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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",
|