========================= Installation ========================= Installation ============ For different scenarios - for purely users: - for dev users: link to development Configuration ============= Quick configuration Azure OpenAI ------------ USE_AZURE_TOKEN_PROVIDER ~~~~~~~~~~~~~~~~~~~~~~~~ ### ☁️ Azure Configuration - Install Azure CLI: ```sh curl -L https://aka.ms/InstallAzureCli | bash ``` - Log in to Azure: ```sh az login --use-device-code ``` - `exit` and re-login to your environment (this step may not be necessary).