Environment
- 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)
Right-click on This PC and select Properties
Click Advanced system settings, then select Environment Variables
In the System variables section, click New and add the following variable
AzureTTSOpen Command Prompt or PowerShell, run the following command to verify:
echo $env:GEMIAzureTTSNI_API_KEYecho %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