Skip to content

benthecoder/llms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLMs

home

A simple LLM playground for OpenAI, Replicate, and Perplexity's latest online models with caching supported

llm.py is referenced from danielgross/python-llm

Installation

Setup ur credentials:

REPLICATE_API_TOKEN=
OPENAI_API_KEY=
PPLX_API_KEY=

Rename .env.local to .env

Install requirements

pip install -r requirements.txt

Run test

python llm.py

Run app

streamlit run app.py

Links

Find supported models below