-
Notifications
You must be signed in to change notification settings - Fork 33
2.1.10 Frontend: Chat Nio
av edited this page Nov 9, 2024
·
3 revisions
Handle:
chatnio
URL: http://localhost:34219
English · 简体中文 · Docs · Discord · Deployment Guide
# [Optional] Pre-build the image
# Harbor uses a custom image for the main
# service for the config merging functionality
harbor build chatnio
# [Optional] Pre-pull sub-service images
harbor pull chatnio
# Start the service
harbor up chatnio
# [Optional] Open the UI
harbor open chatnio
By default, Harbor will pre-connect chatnio
to:
-
ollama
- Unfortunately, Chat Nio requires specifying every downstream model manually. Harbor pre-configuresllama3.1:8b
by default, but you'll need to add any other models you want to use manually. -
searxng
- Harbor enables DuckDuckGo and Wikipedia seach engines by default
Please refer to the official documentation for more information.