Trying to fix basic functionality again.
This commit is contained in:
1
scripts/test.py
Normal file
1
scripts/test.py
Normal file
@@ -0,0 +1 @@
|
||||
import anthropic; import os; client = anthropic.Anthropic(); print(client.messages.create(model="claude-3-7-sonnet-20250219", max_tokens=1000, messages=[{"role": "user", "content": "Hello"}]).content[0].text)
|
||||
Reference in New Issue
Block a user