We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7410f30 commit 01a9a5bCopy full SHA for 01a9a5b
disease_qa_tutorial.py
@@ -1,4 +1,4 @@
1
-# Disease Q&A with Perplexity AI API - Interactive Browser App
+# Disease Information App with Sonar API - Interactive Browser App
2
# ========================================================
3
4
# This notebook demonstrates how to build a disease Q&A system using Perplexity's AI API
@@ -19,7 +19,7 @@
19
# -------------------
20
21
# Replace with your actual Perplexity API key
22
-API_KEY = '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' # This is from your HTML file
+API_KEY = 'API_KEY'
23
API_ENDPOINT = 'https://api.perplexity.ai/chat/completions'
24
25
# 3. Function to Query Perplexity API (for testing in notebook)
0 commit comments