We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fdd12 commit 857539eCopy full SHA for 857539e
fastapi_togetherai_llama/.env.example
@@ -1,6 +1,8 @@
1
TOGETHER_API_KEY=<your-together-api-key>
2
3
+# Restack Cloud (Optional)
4
-RESTACK_ENGINE_ID=
5
-RESTACK_ENGINE_ADDRESS=
6
-RESTACK_ENGINE_API_KEY=
+# RESTACK_ENGINE_ID=<your-engine-id>
+# RESTACK_ENGINE_ADDRESS=<your-engine-address>
7
+# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
8
+# RESTACK_CLOUD_TOKEN=<your-cloud-token>
fastapi_togetherai_llama/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