Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 651 Bytes

File metadata and controls

28 lines (19 loc) · 651 Bytes

Getting Started

This guide helps you set up ask.UOS quickly.

Prerequisites

  • Docker (20.10+)
  • Docker Compose (2.0+)
  • Git

Quick Setup

  1. Clone the repository
  2. Configure environment files
  3. Set required environment variables
  4. Start the application
  5. Access the chat interface

Configuration

  • Use config.yaml for model, language, and application settings
  • Use .env.dev for API keys and endpoints

Next Steps