Attempting to massage user inputs and output in ChatGPT is painful. We spent hours trying to print some coloured text using LaTeX, sometimes it works and sometimes it doesn’t. So much for no code development, we have capitulated and resorted to pulling at the Python Interpreter. Trying something new, we have wrapped our GPT-4 engine in BeeWare, which promises write once run everywhere functionality. This will also allow us to compare the OpenAI API vs browser GPT responses.
Read More – https://medium.com/@reefwing/adding-a-user-interface-to-chatgpt-with-beeware-part-1-852f1758fd65
AI
ChatGPT — As a Programming Tool
Although ChatGPT is unlikely to be replacing programmers anytime soon, it can be a useful coding assistant. In this article, we will investigate how you can use ChatGPT (GPT-3.5) as a programming tool, and compare it to the earlier model found in the Open AI Playground (GPT-3). For simplicity, we will use mostly Python in our examples. Despite its limitations, ChatGPT is seriously impressive.
Read more at Medium…