Skip to content

Chat-Lab.AI Overview

Chat Builder Lab

Create custom chat interfaces for your OpenAI Assistants!

This app enables professors and educators to easily create their own teaching assistant chatbots. It leverages Streamlit for web interfacing and OpenAI’s Assistants API for chat functionality, offering customizable features to suit various teaching needs. You can see a live version of the template app here.

Features and Benefits:

  • No code solution—Answer a few questions in Chat Builder and generate a ready-to-use Python script for a customized chat interface to use with all your OpenAI Assistants. Easily share with students and colleagues without writing a single line of code

  • Built on Free Resources—interface made with Streamlit, an open-source Python library for building data apps and hosted on GitHub, a free online code repository. Only pay for your OpenAI API usage using your own API key

  • Multi-purpose Interface—OpenAI Assistants can serve many purposes, in and out of the classroom. You can find an example here or try out the Deployment Helper chat assistant, which can provide a helpful guide and answer any questions through the deployment process using the same interface you’ll be implementing

Model Comparison Lab

This application provides a user-friendly platform for comparing the performance and capabilities of OpenAI’s GPT-3.5 and GPT-4 models. It is designed for anyone interested in evaluating these models for various use-cases, including research, development, or general curiosity.

Features and Benefits:

  • Compare and evaluate side-by-side responses from GPT-3.5 and GPT-4 models
  • Evaluate responses using a simple intuitive rating system
  • Save additional comments regarding response content and quality
  • Export prompts, responses, ratings, comments, and additional chat information for the session history

Completions Lab

Coming Soon!

  • Expand the capabilities of the OpenAI Playground!
  • Experiment with prompts and evaluate responses
  • Save prompt templates
  • Export code
  • Upload online content with URL Scraper
  • Save chat history for up to 30 days
  • Export history for your own analysis

Assistants Lab

Coming Soon!

  • Chat from simple interface or from playground environment
  • Easily manage assistant settings and files
  • Experiment with assistant instructions
  • Estimate token usage
  • View/export thread history
  • Scrape and upload full documentation sites with GPT-Crawler