Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.03 KB

Octopus Client

Octopus Client is a client part of Octopus Software. It provides a web-based user interface that communicates with the Octopus Server.

Octopus Client

Octopus Client high-level features

Octopus Client provides a user interface for the following Octopus Server features:

  • Chat
  • Sectors
  • User settings
  • Team management
  • Company settings
  • Documents uploads
  • Sectors management
  • Ollama models management
  • Octopus AI Services management
  • Octopus WASP Applications management
  • Octopus HTML Applications management
  • Parameters management

Running manually (for developers)

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.