git clone https://github.com/mckaywrigley/chatbot-ui.git 2. Install Dependencies npm i 3. Provide OpenAI API Key Create a .env.local file in the root of the repo with your OpenAI API Key: OPENAI_API_KEY=YOUR_KEY You can set OPENAI_API_HOST where access to the official OpenAI host ...
docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 chatgpt-ui Pull from ghcr: docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 ghcr.io/mckaywrigley/chatbot-ui:main Running Locally 1. Clone Repo git clone https://github.com/mckaywrigley/chatbot-ui.git 2. Install Dependencies npm ...
docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 chatgpt-ui Pull from ghcr: docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 ghcr.io/mckaywrigley/chatbot-ui:main Running Locally 1. Clone Repo gitclonehttps://github.com/mckaywrigley/chatbot-ui.git 2. Install Dependencies npm i 3...
# pip设置全局镜像与相关python包安装 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ # Install the latest version of modelscope from source git clone https://github.com/modelscope/modelscope.git cd modelscope pip install . conda install pytorch torchvision torchaudio pyt...
docker build -t chatgpt-ui . docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 chatgpt-ui Pull from ghcr: docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 ghcr.io/mckaywrigley/chatbot-ui:main Running Locally 1. Clone Repo git clone https://github.com/mckaywrigley/chatbot-ui....
Chatbot Ollama is an open source chat UI for Ollama. This project is based on chatbot-ui by Mckay Wrigley. Updates Chatbot Ollama will be updated over time. Next up pull a model delete a model show model information Docker Build locally: docker build -t chatbot-ollama . docker run -p...
Chatbot Ollama is an open source chat UI for Ollama. This project is based on chatbot-ui by Mckay Wrigley. Updates Chatbot Ollama will be updated over time. Next up pull a model delete a model show model information Docker Build locally: docker build -t chatbot-ollama . docker run -p...
docker build -t chatbot-ollama.docker run -p 3000:3000 chatbot-ollama Pull from ghcr: docker run -p 3000:3000 ghcr.io/ivanfioravanti/chatbot-ollama:main Running Locally 1. Clone Repo git clone https://github.com/ivanfioravanti/chatbot-ollama.git ...
Chatbot Ollama is an open source chat UI for Ollama. This project is based onchatbot-uibyMckay Wrigley. Updates Chatbot Ollama will be updated over time. Next up pull a model delete a model show model information Build locally: docker build -t chatbot-ollama.docker run -p 3000:3000 cha...
Chatbot Ollama is an open source chat UI for Ollama. This project is based on chatbot-ui by Mckay Wrigley. Updates Chatbot Ollama will be updated over time. Next up pull a model delete a model show model information Docker Build locally: docker build -t chatbot-ollama . docker run -p...