Skip to content

Sai-Roopesh/test-gpt-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT Model Comparator

A Streamlit app for testing, comparing, and analyzing responses from various GPT models using the OpenAI API.

Table of Contents

Features

  • Compare multiple GPT models simultaneously
  • Adjust temperature and max tokens for each model individually
  • View detailed metadata including token counts, inference time, and estimated cost
  • Generate and download PDF reports of comparison results
  • User-friendly interface with real-time updates

Live Demo

Try the live application here: https://test-gpt-models.streamlit.app/

Requirements

  • OpenAI API key
  • Python 3.7+
  • Required Python packages (see Installation)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/gpt-model-comparator.git
    cd gpt-model-comparator
    
  2. Create and activate a virtual environment
    python -m venv venv
    source venv/bin/activate  # On Windows, use venv\Scripts\activate
    
  3. Install the required dependencies:
    pip install -r requirements.txt
    
    

To run and test

streamlit run app.py

Contributions are welcome! Please fork this repository and submit a pull request for review.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages