Commit 566a5296 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 用户可注册,优化说明

parent 6f4b60a4
......@@ -7,16 +7,32 @@
"tags": []
},
"source": [
"## 说明\n",
"## 项目介绍\n",
"- 原项目地址:\n",
" - https://github.com/ollama/ollama\n",
" - https://github.com/open-webui/open-webui\n",
"- ollama-webui:一款带有webui的大模型聊天工具\n",
"## 使用说明\n",
"\n",
"- 启动和重启 Notebook 点上方工具栏中的「重启并运行所有单元格」,出现`Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)`就成功,可以开启页面了\n",
"- 通过以下方式开启页面:\n",
" - 控制台打开「自定义服务」了,访问自定义服务端口号设置为8080\n",
"- 账号密码:<br>\n",
" <img src=\"./assets/账号.png\" style=\"width:50%;\" alt=\"描述文字\">\n",
"- 页面操作:\n",
" ![demo](./assets/示例.jpeg)\n",
"- 下载模型:新建启动页,打开终端输入`Download`中命令,然后刷新通过「自定义服务」的页面即可使用\n",
"- 首次使用:**注意:注册信息只存放在容器内部,不会上传互联网,请放心使用**\n",
" 1. 点击`注册`<br>\n",
" <img src=\"./assets/注册.png\" style=\"width:30%;\">\n",
" 2. 点击`创建账号`<br>\n",
" <img src=\"./assets/创建账号.png\" style=\"width:30%;\">\n",
"- 管理员相关:\n",
" - 账号:用户名:`ollama`,邮箱:`ollama@ollama.cn`,密码:`pass`\n",
" - 管理员可修改新用户注册、默认用户角色等信息,可在`管理员面板`打开<br>\n",
" <img src=\"./assets/管理员面板.png\" style=\"width:80%;\">\n",
" - 也可对注册用户进行删除等操作,可在`仪表盘`打开<br>\n",
" <img src=\"./assets/仪表盘.png\" style=\"width:80%;\">\n",
"\n",
"- 下载模型:\n",
" - 方法1:在页面搜索下载,模型会自动从Ollama.com拉取,支持模型见方法2中的模型<br>\n",
" <img src=\"./assets/搜索下载模型.png\" style=\"width:80%;\">\n",
" - 方法2:新建启动页,打开终端输入`Download`中命令,然后刷新通过「自定义服务」的页面即可使用\n",
"| Model | Parameters | Size | Download |\n",
"| ------------------ | ---------- | ----- | ------------------------------ |\n",
"| Llama 3.1 | 8B | 4.7GB | `ollama pull llama3.1` |\n",
......@@ -38,9 +54,7 @@
"- 其他高级操作参考:\n",
" - https://github.com/ollama/ollama\n",
" - https://github.com/open-webui/open-webui\n",
"## 功能介绍\n",
"- 原项目地址:https://github.com/ollama/ollama,https://github.com/open-webui/open-webui\n",
"- ollama-webui:一款带有webui的大模型聊天工具\n"
"\n"
]
},
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment