该项目的名称是“User-friendly WebUI for LLMs”,它的原名是Ollama WebUI。这个项目的主要目标是提供一种更友好、易用的用户界面来与大型语言模型(LLM)进行交互。
|
1 year ago | |
---|---|---|
src | 1 year ago | |
static | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.cjs | 1 year ago | |
.gitignore | 1 year ago | |
.npmrc | 1 year ago | |
.prettierignore | 1 year ago | |
.prettierrc | 1 year ago | |
Dockerfile | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
demo.gif | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
postcss.config.js | 1 year ago | |
run.sh | 1 year ago | |
svelte.config.js | 1 year ago | |
tailwind.config.js | 1 year ago | |
tsconfig.json | 1 year ago | |
vite.config.ts | 1 year ago |
ChatGPT-Style Web Interface for Ollama 🦙
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:3000 --add-host=host.docker.internal:host-gateway --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 -t ollama-webui .
docker run -d -p 3000:3000 --add-host=host.docker.internal:host-gateway -e OLLAMA_ENDPOINT="http://[insert your ollama url]" --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! 💪