Skip to content

2.1.10 Frontend: Chat Nio

av edited this page Nov 9, 2024 · 3 revisions

Handle: chatnio
URL: http://localhost:34219

chatnio

🚀 Next Generation AIGC One-Stop Business Solution

"Chat Nio > Next Web + One API"

English · 简体中文 · Docs · Discord · Deployment Guide

Chat Nio Preview

Starting

# [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

Configuration

By default, Harbor will pre-connect chatnio to:

  • ollama - Unfortunately, Chat Nio requires specifying every downstream model manually. Harbor pre-configures llama3.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

Chat Nio + SearXNG

Please refer to the official documentation for more information.

Clone this wiki locally