Skip to content

Commit be7b27b

Browse files
committed
Add .gitignore file and update Python version to 3.12.4 in flask_togetherai_llamaindex
1 parent 362ae6f commit be7b27b

File tree

5 files changed

+3152
-3
lines changed

5 files changed

+3152
-3
lines changed
+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
TOGETHER_API_KEY=
1+
TOGETHER_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>
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
.pytest_cache
3+
venv
4+
.env
5+
.vscode

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