Spaces:
Sleeping
Sleeping
Update src/shopping_agent.py
Browse files- src/shopping_agent.py +1 -0
src/shopping_agent.py
CHANGED
|
@@ -59,6 +59,7 @@ class ShoppingAgent:
|
|
| 59 |
try:
|
| 60 |
from src.shopping_agent import SHOPPING_AGENT_CONFIG
|
| 61 |
prompt = SHOPPING_AGENT_CONFIG.get("system_prompt", "You are a helpful assistant.")
|
|
|
|
| 62 |
except Exception as e:
|
| 63 |
print(e)
|
| 64 |
prompt = "You are a helpful shopping assistant. Be friendly and efficient."
|
|
|
|
| 59 |
try:
|
| 60 |
from src.shopping_agent import SHOPPING_AGENT_CONFIG
|
| 61 |
prompt = SHOPPING_AGENT_CONFIG.get("system_prompt", "You are a helpful assistant.")
|
| 62 |
+
print(prompt)
|
| 63 |
except Exception as e:
|
| 64 |
print(e)
|
| 65 |
prompt = "You are a helpful shopping assistant. Be friendly and efficient."
|