# ollama-web-management **Repository Path**: eric-mao/ollama-web-management ## Basic Information - **Project Name**: ollama-web-management - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-20 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个简易的Web管理页面 [中文](README.md) | [English](README_en.md) ## 安装 ```bash pip install -r requirements.txt ``` ## 配置 ### 配置服务端地址 在 `config.py` 中 ### 配置Web前端 在 `ajax.js` 中 ## 运行 ``` bash python main.py ``` ### 管理页面 ![](docs/zh/manage.png) ### AI 聊天页面 ![](docs/zh/chat.png) ### 添加新模型 ![](docs/zh/add_new_model.png) ### 从本地添加模型 ![](docs/zh/loadLocalModel.png)