Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
import anthropic client = anthropic.Anthropic() client.beta.files.upload( file=("document.pdf", open("/path/to/document.pdf", "rb"), "application/pdf"), )
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!