Spaces:
Runtime error
Runtime error
PPP commited on
Commit ·
e39651c
1
Parent(s): 1a91c20
chore(env): add local environment template and ignore local artifacts
Browse files- .env.example +2 -0
- .gitignore +2 -0
.env.example
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
QWEN_API_KEY=sk-xxxxxx
|
| 2 |
+
STORYWEAVER_LOG_DIR=logs/interactions
|
.gitignore
CHANGED
|
@@ -2,5 +2,7 @@ __pycache__/
|
|
| 2 |
*.py[cod]
|
| 3 |
|
| 4 |
.env
|
|
|
|
|
|
|
| 5 |
logs/
|
| 6 |
evaluation/results/
|
|
|
|
| 2 |
*.py[cod]
|
| 3 |
|
| 4 |
.env
|
| 5 |
+
.venv/
|
| 6 |
+
.tmp/
|
| 7 |
logs/
|
| 8 |
evaluation/results/
|