We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77845f1 commit b990c2fCopy full SHA for b990c2f
openai_greet/.env.Example
@@ -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
@@ -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