Implementing function calling to write custom cover letter with GPT-3.5-Turbo-0613 APIIntroduction Recently, Open AI announced API updates and the huge thing I found is the function calling which expand the capability of GPT API by using third-parties API, for example, getting weather situation from the given location in real-time by ...Jul 12, 2023·5 min read
How did I create a monorepo for my blog demo?Hi 👋, I would like to introduce to you my quick tutorial to creating a monorepo to save all of my blog demos. In this article, I will use pnpm and turborepo. 1. PNPM pnpm is an alternative tool to npm or yarn. The advantages of this package manager ...Nov 14, 2022·3 min read