Forum Discussion
Joe_Williams
Professor
15 days agoApparently, I cannot edit my own posts after 2 minutes. I would also suggest you add in the v3 header to make sure you are using the proper api.
headers = {
"Content-Type": "application/json",
"Authorization": f"Bearer {lm_bearer_token}",
"X-Version": "3",
}