Spaces:
Running
Running
Commit
·
b4e2dd9
1
Parent(s):
cc9cab6
Fix import statement
Browse files- test_agent.py +1 -1
test_agent.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
from omegaconf import OmegaConf
|
| 5 |
from vectara_agent.agent import Agent
|
| 6 |
|
| 7 |
-
from
|
| 8 |
|
| 9 |
from dotenv import load_dotenv
|
| 10 |
load_dotenv(override=True)
|
|
|
|
| 4 |
from omegaconf import OmegaConf
|
| 5 |
from vectara_agent.agent import Agent
|
| 6 |
|
| 7 |
+
from agent import initialize_agent
|
| 8 |
|
| 9 |
from dotenv import load_dotenv
|
| 10 |
load_dotenv(override=True)
|