How to Evaluate the Quality of LLM-based Chatbots
Author(s): Matt Ambrogi Originally published on Towards AI. Strategies for programmatic and qualitative evaluation of chatbots built with GPT and LlamaIndex Why I care about evaluating chatbots As a part of Buildspace Nights and Weekends, I’m currently working on exploring ways to …
Create Your First Chatbot Using GPT 3.5, OpenAI, Python and Panel.
Author(s): Pere Martra Originally published on Towards AI. In this article, we’ll see how the OpenAI API works and how we can use one of its famous models to make our own Chatbot. To make this brief introduction to the world …
Chat With Your Data To Build ML-Driven Customer Segments Using a Chatbot Built With ChatGPT and LangChain
Author(s): Sriram Parthasarathy Originally published on Towards AI. Use plain English to build ML models to identify profitable customer segments. In this post, we explore the concept of querying data using natural language, eliminating the need for SQL queries or coding skills. …
How To Use ChatGPT API for Direct Interaction From Colab or Databricks
Author(s): Jonas Dieckmann Originally published on Towards AI. Have you wondered how you can use OpenAI’s API to interact directly with GPT algorithms? It’s easy, free, and also more powerful than the “classic” web interface at www.openai.com. In the following tutorial, I …