An open API service indexing awesome lists of open source software.

https://github.com/ggmgg/ollamaweb

一个通过ollama API与本地LLMs聊天的小工具(a web application for chatting with local LLMs by ollama API)
https://github.com/ggmgg/ollamaweb

ollama ollama-gui

Last synced: 6 months ago
JSON representation

一个通过ollama API与本地LLMs聊天的小工具(a web application for chatting with local LLMs by ollama API)

Awesome Lists containing this project

README

          

## a web application for chatting with local LLMs by ollama API

[CHINESE README](./README_ZH.md)
[ENGILSH README](./README.md)

![](./public/readMeImages/1.png)
![](./public/readMeImages/2.png)
![](./public/readMeImages/3.png)
![](./public/readMeImages/4.png)
![](./public/readMeImages/5.png)

## install and use ollama

- [ollama homepage](https://ollama.com/)
- download and install [ollama CLI](https://ollama.ai/download)

## getting started
- clone this repository
- use npm install && run dev
- use cmd to run ollama

```
git clone https://github.com/GGMGG/ollamaWeb.git
npm install
npm run dev
```

```
ollama serve
```

## built with

- [Ollama.ai](https://ollama.ai/)
- [Vue.js](https://vuejs.org/)
- [Vite](https://vitejs.dev/)
- [VueUse](https://vueuse.org/)
- [VueI18n](https://vue-i18n.intlify.dev/)
- [element-plus](https://element-plus.org/)

## learn from

- [ollama-gui](https://github.com/HelgeSverre/ollama-gui/)

---

## license

Licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.