Skip to content

Environment

Word count
290 words
Reading time
2 minutes
  • Third-party account and environment variable configuration
  • Required software installation

Account Registration

Register as needed based on your use case

Name Environment Variable Use Case Free
AzureTTS AZURE_API_KEY Speech Synthesis 🚫
Huggingface HUGGINGFACEHUB_API_TOKEN Multi-Speaker
Ngrok NGROK_AUTH_TOKEN Intranet Penetration

Note

Ngrok is not required for local deployment

Environment Variables

Please replace environment variables and corresponding API keys according to your needs. All information is stored in your local computer's environment variables, and the program will not record or save apikey information; Example (AzureTTS)

  1. Right-click on This PC and select Properties

  2. Click Advanced system settings, then select Environment Variables

  3. In the System variables section, click New and add the following variable AzureTTS

  4. Open Command Prompt or PowerShell, run the following command to verify:

powershell
echo $env:GEMIAzureTTSNI_API_KEY
cmd
echo %AzureTTS%

Required Software

Windows Terminal is a modern terminal application from Microsoft, supporting multiple tabs, custom themes, and GPU acceleration, only available on Windows 10/11