From 69951ada847cc8c8ad462bf03dcc0fe12011aeb9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Feb 2025 10:00:19 +0800 Subject: [PATCH] add some --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20b654f..a132ec1 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,25 @@ 基于 ContextOS 开发的 ollama 部署工具与应用界面。 ## 安装 ContextOS -首先安装 ContextOS +首先安装 ContextOS 云操作系统。 ```sh https://shylinux.com ``` ## 安装 ollama-story -打开 ContextOS 的应用商店,下载 20250208-ollama-story。 +打开 ContextOS 的应用商店,下载 `20250208-ollama-story`。 ```sh http://localhost:9020/c/store#2025-ContextOS ``` ## 使用 ollama-story -打开 web.chat.ollama.chat 的应用。 +打开 `web.chat.ollama.chat` 的应用。 ```sh http://localhost:9020/s/20250208-ollama-story/c/web.chat.ollama.chat ``` ## 查看 ollama-story -打开 web.chat.ollama.chat 的源码。 +打开 `web.chat.ollama.chat` 的源码。 ```sh -http://localhost:9020/s/20250208-ollama-story/c/vimer?path=src/&file=client/chat.go&line=1#src/:client/chat.go:24 +http://localhost:9020/s/20250208-ollama-story/c/vimer?path=src/&file=client/chat.go ```