New Show Hacker News story: Show HN: ChatHN Chat with Hacker News using natural language

Show HN: ChatHN – Chat with Hacker News using natural language
8 by steventey | 3 comments on Hacker News.
Hi again Hacker News! OpenAI recently launched "Function Calling", which is a way for developers to describe functions to GPT-3.5/4 and have the model intelligently choose to output a JSON object containing arguments to call those functions. I decided to tinker around with it this weekend and build an MVP that uses OpenAI Functions + Vercel AI SDK to "chat" with the Hacker News API using natural language, in real time! It's fairly basic for now (supported functions: https://ift.tt/nyRosX9... ) but just wanted to launch this as a proof of concept (PoC)! Hope y'all like this :)