We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7b27b commit 05cb8c4Copy full SHA for 05cb8c4
gemini_generate/.env.Example
@@ -1 +1,8 @@
1
-GEMINI_API_KEY=<your-gemini-api-key>
+GEMINI_API_KEY=<your-gemini-api-key>
2
+
3
+# Restack Cloud (Optional)
4
5
+# RESTACK_ENGINE_ID=<your-engine-id>
6
+# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
7
+# RESTACK_ENGINE_ADDRESS=<your-engine-address>
8
+# RESTACK_CLOUD_TOKEN=<your-cloud-token>
gemini_generate/.gitignore
@@ -0,0 +1,5 @@
+__pycache__
+.pytest_cache
+venv
+.env
+.vscode
gemini_generate/README.md
@@ -31,7 +31,7 @@
31
4. Install dependencies using Poetry:
32
33
```bash
34
- poetry env use 3.12
+ poetry env use 3.12.4
35
```
36
37
0 commit comments