<@1151174425039872031> can you please tell me does...
# 💻developers
l
@quick-musician-29561 can you please tell me doesnt the code from the openai documentation doest work ? import OpenAI from "openai"; const openai = new OpenAI(); async function main() { const file = await openai.files.retrieveContent("file-abc123"); console.log(file); } main();