diff --git a/README.md b/README.md index afc3a04..8b91b7c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A simple browser extension to assist you in talking with the current page, along with a web UI for the [Ollama](https://github.com/ollama/ollama) project. + ## Features - [X] Fully local, no data is sent to any server @@ -13,6 +14,10 @@ A simple browser extension to assist you in talking with the current page, along - [ ] Other Local AI providers +## V1 + +If you are looking for the V1 of this project, you can find it on v1 branch. I created it as a hackathon project and it is not maintained anymore. + ## License MIT \ No newline at end of file diff --git a/src/components/Common/Playground/Message.tsx b/src/components/Common/Playground/Message.tsx index c75869a..d946b45 100644 --- a/src/components/Common/Playground/Message.tsx +++ b/src/components/Common/Playground/Message.tsx @@ -79,15 +79,17 @@ export const PlaygroundMessage = (props: Props) => { {props.images && (