Skip to content

Commit 01a9a5b

Browse files
committed
Test - 1
1 parent 7410f30 commit 01a9a5b

File tree

2 files changed

+668
-669
lines changed

2 files changed

+668
-669
lines changed

disease_qa_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Disease Q&A with Perplexity AI API - Interactive Browser App
1+
# Disease Information App with Sonar API - Interactive Browser App
22
# ========================================================
33

44
# This notebook demonstrates how to build a disease Q&A system using Perplexity's AI API
@@ -19,7 +19,7 @@
1919
# -------------------
2020

2121
# Replace with your actual Perplexity API key
22-
API_KEY = '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' # This is from your HTML file
22+
API_KEY = 'API_KEY'
2323
API_ENDPOINT = 'https://api.perplexity.ai/chat/completions'
2424

2525
# 3. Function to Query Perplexity API (for testing in notebook)

0 commit comments

Comments
 (0)