|
1 年間 前 | |
---|---|---|
.github | 1 年間 前 | |
src | 1 年間 前 | |
static | 1 年間 前 | |
.env.example | 1 年間 前 | |
.eslintignore | 1 年間 前 | |
.eslintrc.cjs | 1 年間 前 | |
.gitignore | 1 年間 前 | |
.npmrc | 1 年間 前 | |
.prettierignore | 1 年間 前 | |
.prettierrc | 1 年間 前 | |
Caddyfile.localhost | 1 年間 前 | |
Dockerfile | 1 年間 前 | |
LICENSE | 1 年間 前 | |
README.md | 1 年間 前 | |
demo.gif | 1 年間 前 | |
package-lock.json | 1 年間 前 | |
package.json | 1 年間 前 | |
postcss.config.js | 1 年間 前 | |
run.sh | 1 年間 前 | |
svelte.config.js | 1 年間 前 | |
tailwind.config.js | 1 年間 前 | |
tsconfig.json | 1 年間 前 | |
vite.config.ts | 1 年間 前 |
ChatGPT-Style Web Interface for Ollama 🦙
🖥️ Intuitive Interface: Our chat interface takes inspiration from ChatGPT, ensuring a user-friendly experience.
📱 Responsive Design: Enjoy a seamless experience on both desktop and mobile devices.
⚡ Swift Responsiveness: Enjoy fast and responsive performance.
🚀 Effortless Setup: Install seamlessly using Docker for a hassle-free experience.
🤖 Multiple Model Support: Seamlessly switch between different chat models for diverse interactions.
📜 Chat History: Effortlessly access and manage your conversation history.
📤📥 Import/Export Chat History: Seamlessly move your chat data in and out of the platform.
⚙️ Fine-Tuned Control with Advanced Parameters: Gain a deeper level of control by adjusting parameters such as temperature and defining your system prompts to tailor the conversation to your specific preferences and needs.
💻 Code Syntax Highlighting: Enjoy enhanced code readability with our syntax highlighting feature.
🔗 External Ollama Server Connection: You can seamlessly connect to an external Ollama server hosted on a different address by setting the environment variable during the Docker build process. Execute the following command to include the Ollama API endpoint in the Docker image: docker build --build-arg OLLAMA_API_ENDPOINT="http://[Your Ollama URL]/api" -t ollama-webui .
.
🌟 Continuous Updates: We are committed to improving Ollama Web UI with regular updates and new features.
Make sure you have the latest version of Ollama installed before proceeding with the installation. You can find the latest version of Ollama at https://ollama.ai/.
After installing, verify that Ollama is running by accessing the following link in your web browser: http://127.0.0.1:11434/. Note that the port number may differ based on your system configuration.
If you want to access the Ollama web interface over LAN, for example, from your phone, run Ollama using the following command:
OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve
docker build -t ollama-webui .
docker run -d -p 3000:8080 --name ollama-webui --restart always ollama-webui
Your Ollama Web UI should now be hosted at http://localhost:3000. Enjoy! 😄
If Ollama is hosted on a server other than your local machine, you can connect to it using the following environment variable:
docker build --build-arg OLLAMA_API_ENDPOINT="http://[Your Ollama URL]/api" -t ollama-webui .
docker run -d -p 3000:8080 --name ollama-webui --restart always ollama-webui
Here are some exciting tasks on our to-do list:
Feel free to contribute and help us make Ollama Web UI even better! 🙌
A big shoutout to our amazing contributors who have helped make this project possible! 🙏
This project is licensed under the MIT License - see the LICENSE file for details. 📄
If you have any questions, suggestions, or need assistance, please open an issue or join our Discord community to connect with us! 🤝
Let's make Ollama Web UI even more amazing together! 💪