Skip to content

Commit a326292

Browse files
committed
Tweak text.
1 parent f4e71ed commit a326292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-04-25-claude-llm-symptoms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import anthropic
4949
from ipywidgets import widgets
5050
from IPython.display import display
5151

52-
client = anthropic.Client(api_key=os.getenv('CLAUDE_API_SECRET'))
52+
client = anthropic.Client(api_key=os.getenv('CLAUDE_API_KEY'))
5353

5454
PROMPT = """
5555
Given the following symptoms: "{}", what are the possible diagnoses?

0 commit comments

Comments
 (0)