Returns the contents of the specified file.
from openai import OpenAI client = OpenAI() content = client.files.content("file-abc123")
"string"