Spaces:
Runtime error
Runtime error
Update agents/feedback_agent.py
Browse files- agents/feedback_agent.py +0 -3
agents/feedback_agent.py
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
import sys
|
| 2 |
import os
|
| 3 |
-
# ✅ Set a writable cache directory for Hugging Face environment
|
| 4 |
-
os.environ["DSPY_CACHE_DIR"] = "/tmp/.dspy_cache"
|
| 5 |
-
os.makedirs(os.environ["DSPY_CACHE_DIR"], exist_ok=True)
|
| 6 |
import json
|
| 7 |
import dspy
|
| 8 |
|
|
|
|
| 1 |
import sys
|
| 2 |
import os
|
|
|
|
|
|
|
|
|
|
| 3 |
import json
|
| 4 |
import dspy
|
| 5 |
|