Skip to content

Commit 58ec017

Browse files
committed
Add docker pulls tag
1 parent c766f45 commit 58ec017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chatbot/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TinyLLM Web Based Chatbot
22

3+
![Docker Pulls](https://img.shields.io/docker/pulls/jasonacox/chatbot)
4+
35
The TinyLLM Chatbot is a web based python flask app that allows you to chat with a LLM using the OpenAI API.
46

57
The intent of this project is to build and interact with a locally hosted LLM using consumer grade hardware. With the Chatbot, we explore stitching context through conversational threads, rendering responses via realtime token streaming from LLM, and using external data to provide context for the LLM response (Retrieval Augemented Generation).

0 commit comments

Comments
 (0)