mirror of
https://shylinux.com/x/ollama-story
synced 2025-04-30 09:39:22 +08:00
27 lines
629 B
Markdown
27 lines
629 B
Markdown
# ollama-story
|
|
基于 ContextOS 开发的 ollama 部署工具与应用界面。
|
|
|
|
## 安装 ContextOS
|
|
首先安装 ContextOS 云操作系统。
|
|
```sh
|
|
https://shylinux.com
|
|
```
|
|
|
|
## 安装 ollama-story
|
|
打开 ContextOS 的应用商店,下载 `20250208-ollama-story`。
|
|
```sh
|
|
http://localhost:9020/c/store#2025-ContextOS
|
|
```
|
|
|
|
## 使用 ollama-story
|
|
打开 `web.chat.ollama.chat` 的应用。
|
|
```sh
|
|
http://localhost:9020/s/20250208-ollama-story/c/web.chat.ollama.chat
|
|
```
|
|
|
|
## 查看 ollama-story
|
|
打开 `web.chat.ollama.chat` 的源码。
|
|
```sh
|
|
http://localhost:9020/s/20250208-ollama-story/c/vimer?path=src/&file=client/chat.go
|
|
```
|