From b8fe08c8d10098419b02cff553dffb53d55bc97f Mon Sep 17 00:00:00 2001 From: TheCookingSenpai <153772003+tcsenpai@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:52:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b448f..31d58ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Llamapedia +[![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev) + ![Llamapedia](./res/screenshot.png) This Streamlit app provides a Wikipedia-like interface for querying an OLLAMA language model. Users can input their queries, and the app will generate informative responses using the configured OLLAMA model. @@ -33,4 +35,4 @@ This Streamlit app provides a Wikipedia-like interface for querying an OLLAMA la ## Configuration - Modify the `system_prompt.txt` file to change the system prompt sent to the OLLAMA model. -- Update the `.env` file to change the OLLAMA API URL or model name. \ No newline at end of file +- Update the `.env` file to change the OLLAMA API URL or model name.