Installation
Clone this repository and navigate to the project folder:
git clone https://github.com/NotYuSheng/ChannelGPT-Tool.git cd ChannelGPT-Tool
Build the Docker images:
docker-compose build
Run the images:
docker-compose up -d
Access the Open-WebUI webpage from the host:
<host-ip>:8080
Access the FastAPI docs page from:
<host-ip>:8000/docs
Import the Model and Tool in Open-WebUI: After accessing the Open-WebUI interface, navigate to the Workspace tab. Use the following JSON files to import the model and tool:
Model: open-webui_json/channelgpt_model.json
Tool: open-webui_json/tool-youtube.json