YouTube channel: Code OpenAI API with Rok

:robot: Hello world! :robot:

My name is Rok.

:date: In December 2022, I opened my OpenAI account and began exploring the API. It was so much fun! Shortly after, I started sharing knowledge on StackOverflow. At the time, OpenAI was not yet as popular as today, but it started getting traction. Since today, I have helped hundreds of thousands of people solve their errors when implementing OpenAI APIs into different projects and have become the Top answerer of all time for OpenAI API questions on StackOverflow.

:zap: On November 6, 2023, the day of OpenAI’s first-ever DevDay, I’m taking a step forward. I’m launching my YouTube channel to share my knowledge in video format, besides StackOverflow.

:rocket: Subscribe to my YouTube channel to stay tuned for what is coming in the coming days and weeks.

PS: I want to emphasize that the purpose of my tutorials is not that you code parallel to me. For this matter, I always upload the full code to my GitHub profile. See the repository for tutorials.

1 Like

OpenAI API Tutorial #1:

Get response in JSON format

In today’s tutorial, we are going to look at a feature that was released on OpenAI’s first-ever DevDay, which is how to get an OpenAI API response in JSON format. I’ll show you an example in both Python and Node.

See my GitHub repository with full code for the tutorial.

OpenAI API Tutorial #2:

Build a personal math tutor

In today’s tutorial, we are going to build a personal math tutor with the OpenAI Assistants API using the Code Interpreter tool. The Assistants API was released on OpenAI’s first-ever DevDay. I’ll show you an example in both Python and Node.

See my GitHub repository with full code for the tutorial.

2 Likes