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)
- Host: GitHub
- URL: https://github.com/ggmgg/ollamaweb
- Owner: GGMGG
- License: mit
- Created: 2024-04-18T08:30:05.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-07-14T04:59:45.000Z (over 1 year ago)
- Last Synced: 2025-04-12T21:12:58.423Z (6 months ago)
- Topics: ollama, ollama-gui
- Language: Vue
- Homepage:
- Size: 514 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)



## 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.