Spaces:
Build error
Build error
Update test_agent.py
Browse files- test_agent.py +1 -1
test_agent.py
CHANGED
|
@@ -4,7 +4,7 @@ from tools import get_price, buying_power_tool
|
|
| 4 |
|
| 5 |
# Make sure OpenAI key is set in your environment
|
| 6 |
import os
|
| 7 |
-
os.environ["OPENAI_API_KEY"] = "
|
| 8 |
|
| 9 |
# Define tools
|
| 10 |
tools = [
|
|
|
|
| 4 |
|
| 5 |
# Make sure OpenAI key is set in your environment
|
| 6 |
import os
|
| 7 |
+
os.environ["OPENAI_API_KEY"] = ""
|
| 8 |
|
| 9 |
# Define tools
|
| 10 |
tools = [
|