Skip to content

Commit 05cb8c4

Browse files
committed
Add .gitignore file and update Python version to 3.12.4 in gemini_generate
1 parent be7b27b commit 05cb8c4

File tree

5 files changed

+811
-3
lines changed

5 files changed

+811
-3
lines changed

gemini_generate/.env.Example

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
GEMINI_API_KEY=<your-gemini-api-key>
1+
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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
.pytest_cache
3+
venv
4+
.env
5+
.vscode

gemini_generate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
4. Install dependencies using Poetry:
3232

3333
```bash
34-
poetry env use 3.12
34+
poetry env use 3.12.4
3535
```
3636

3737
```bash

0 commit comments

Comments
 (0)