Quickstart
-
Clone the repository
Terminal window git clone https://github.com/etalab-ia/OpenGateLLM.git -
Make quickstart
Run OpenGateLLM quickstart with the following command:
Terminal window make quickstartThe services are running and available at the following URLs:
- API – http://localhost:8000/docs
- Playground – http://localhost:8501
-
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-adminYou 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/rolesand/v1/admin/users). -
Setup models
Now, you can setup your models to expose them to your users.
Setup your models