Tag: ChatGPT
-
Using ChatGPT in Jupyter Notebooks
A Simple Implementation to Use OpenAI Chat Completions in Jupyter Notebooks Photo by Emile Perron on Unsplash While working on a research project in JupyterLab, I found myself too frequently jumping back and forth between ChatGPT and the notebook. My research has to do with prompt engineering, so capturing the ongoing dialog is important. This encouraged…
-
How to Turn ChatGPT into a Voice-Enabled Chatbot in 60 Lines of Code
Turn ChatGPT into a Voice-Enabled Chatbot in 60 Lines of Code I recently found an article about someone who built a Zapier integration between Alexa and ChatGPT. Although it was a cool project, I realized it wasn’t necessary to use a third-party platform or Home Speaker to interact with ChatGPT using voice. All the required functionality…