GuPiTEER (GPT with Evaluation and Extended Reference) addresses the challenge of fragmented access to LLMs by offering a centralized platform where users can seamlessly access multiple models to find one that best suits their needs.
- Switch Models: Gupiteer allows you to switch between models within the same conversation!
- Model Selection: Choose from a variety of GPT models to find one that best suits your needs.
- GPT-3.5
- GPT-4
- Claude
- Gemini
Try it out for yourself!
git clone https://github.com/majorschwartz/gupiteer.git
cd gupiteercd client
npm install
npm startcd server
pip install -r requirements.txt
python app.py