We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e500969 commit 84e6a7dCopy full SHA for 84e6a7d
1 file changed
README.md
@@ -67,6 +67,25 @@ Then install Lyriks with pip:
67
pip install lyriks-video
68
```
69
70
+### Gemini API Key
71
+
72
+Set your Gemini API key as an environment variable before running Lyriks:
73
74
+**Linux/macOS:**
75
+```bash
76
+export GEMINI_API_KEY="your-gemini-api-key"
77
+```
78
79
+**Windows (Command Prompt):**
80
+```cmd
81
+set GEMINI_API_KEY=your-gemini-api-key
82
83
84
+**Windows (PowerShell):**
85
+```powershell
86
+$env:GEMINI_API_KEY="your-gemini-api-key"
87
88
89
---
90
91
## Usage
0 commit comments