Usage Set your secrets (in Linux) by: Create a .env file with following contents: export AZURE_OPENAI_ENDPOINT="your endpoint value" export AZURE_OPENAI_SECRET="your secret key" call source .env