Skip to content

Commit

Permalink
Add screen shots of demo user experience
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed Feb 26, 2024
1 parent 13cdf36 commit 39f16d0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

![LLM X logo](https://raw.githubusercontent.com/mrdjohnson/llm-X/main/public/LLMX.png)


## How to use:
- Download and install [Ollama](https://ollama.com/)
- Pull down a model (or a few) from the [library](https://ollama.com/library) Ex: `ollama pull llava`
- Run this in your terminal `OLLAMA_ORIGINS=*.github.io ollama serve`
- Use your browser to go to [LLM-X](https://mrdjohnson.github.io/llm-x/)
- Start chatting!

## Screenshots:

| Conversation about logo | Showing off code and light theme |
|--|--|
| ![Logo convo screenshot](https://raw.githubusercontent.com/mrdjohnson/llm-X/main/screenshots/Screenshot-logo-convo.png) | ![Code and light theme screenshot](https://raw.githubusercontent.com/mrdjohnson/llm-X/main/screenshots/Screenshot-code-light.png) |

| Responding about a cat | Another logo response |
|--|--|
|![Cat screenshot](https://raw.githubusercontent.com/mrdjohnson/llm-X/main/screenshots/Screenshot-cat.png) | ![Logo 2 screenshot](https://raw.githubusercontent.com/mrdjohnson/llm-X/main/screenshots/Screenshot-logo-1) |

**_What is this?_**
Chat GPT style UI for the niche group of folks who run [Ollama](https://ollama.com/) (think of this like an offline chat gpt) locally. Supports sending images and text!
**WORKS OFFLINE** through PWA ([Progressive Web App](https://web.dev/explore/progressive-web-apps)) standards (its not dead!)
Expand Down Expand Up @@ -53,7 +71,7 @@ Clone the project, and run `npm install` in the root directory
- [x] Ability to copy responses from Ollama
- [x] **Image to text** using Ollama's multi modal abilities
- [x] **Offline Support** via PWA technology
- [ ] Add Screenshots because no one is going to read these
- [x] Add Screenshots because no one is going to read these
- [x] Refresh LLM response button
- [ ] Re-write user message (triggering LLM refresh)
- [ ] LangChain.js integration?
Expand Down
Binary file added src/screenshots/Screenshot-cat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/screenshots/Screenshot-code-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/screenshots/Screenshot-logo-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/screenshots/Screenshot-logo-convo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39f16d0

Please sign in to comment.