Skip to content

Commit b628e03

Browse files
committed
Update Python version to 3.12.4 and add .env.Example file
1 parent e370323 commit b628e03

File tree

5 files changed

+3617
-4
lines changed

5 files changed

+3617
-4
lines changed

Diff for: streamlit_fastapi_togetherai_llama/.env.example

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

Diff for: streamlit_fastapi_togetherai_llama/.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.DS_Store
2-
.env
3-
poetry.lock
2+
.env

Diff for: streamlit_fastapi_togetherai_llama/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The model will act as a pirate and you can send it prompts from the streamlit ui
3333
4. Install dependencies using Poetry:
3434

3535
```bash
36-
poetry env use 3.12
36+
poetry env use 3.12.4
3737
```
3838

3939
```bash

0 commit comments

Comments
 (0)