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 f4e71ed commit a326292Copy full SHA for a326292
_posts/2024-04-25-claude-llm-symptoms.md
@@ -49,7 +49,7 @@ import anthropic
49
from ipywidgets import widgets
50
from IPython.display import display
51
52
-client = anthropic.Client(api_key=os.getenv('CLAUDE_API_SECRET'))
+client = anthropic.Client(api_key=os.getenv('CLAUDE_API_KEY'))
53
54
PROMPT = """
55
Given the following symptoms: "{}", what are the possible diagnoses?
0 commit comments