Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 227 Bytes

Offline LLM experiments

code.py

Ask a model for help with code and get a streamed, syntax highlighted reply.

uvicorn code:app

server.py

A simple web ui to chat with open source models.

uvicorn server:app