We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857539e commit 362ae6fCopy full SHA for 362ae6f
flask_gemini/.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>
flask_gemini/.gitignore
@@ -0,0 +1,5 @@
+__pycache__
+.pytest_cache
+venv
+.env
+.vscode
flask_gemini/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