Skip to content

Commit b990c2f

Browse files
committed
Update Python version to 3.12.4 and add .env.Example file
1 parent 77845f1 commit b990c2f

File tree

4 files changed

+532
-2
lines changed

4 files changed

+532
-2
lines changed

openai_greet/.env.Example

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OPENAI_API_KEY=<your-openai-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>

openai_greet/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)