Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 285 Bytes

Playground for AI Chatbots

Mission: Provide basic access to three large language models (GPT-3.5, GPT-2, Llama2)

Solution: First iteration: Three separate Gradio apps, one for each model

Docker Image

docker run --rm -it -p 7860:7860 -e GRADIO_SERVER_NAME=0.0.0.0