Skip to content

Commit 857539e

Browse files
committed
Update Python version to 3.12.4 and remove poetry.lock from .gitignore in fastapi_togetherai_llama
1 parent 60fdd12 commit 857539e

File tree

4 files changed

+3081
-5
lines changed

4 files changed

+3081
-5
lines changed

fastapi_togetherai_llama/.env.example

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
TOGETHER_API_KEY=<your-together-api-key>
22

3+
# Restack Cloud (Optional)
34

4-
RESTACK_ENGINE_ID=
5-
RESTACK_ENGINE_ADDRESS=
6-
RESTACK_ENGINE_API_KEY=
5+
# RESTACK_ENGINE_ID=<your-engine-id>
6+
# 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

+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)