Skip to content

Quickstart

  1. Clone the repository

    Terminal window
    git clone https://github.com/etalab-ia/OpenGateLLM.git
  2. Make quickstart

    Run OpenGateLLM quickstart with the following command:

    Terminal window
    make quickstart

    The services are running and available at the following URLs:

  3. Create an admin role and your first admin user

    Run the following command to create the default admin role and admin user:

    Terminal window
    make create-admin

    You can modify the created admin role and user on Playground UI or use the API Reference for role and user management details (endpoints /v1/admin/roles and /v1/admin/users).

  4. Setup models

    Now, you can setup your models to expose them to your users.

    Setup your models