Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -20,6 +20,8 @@ import io
|
|
20 |
import os
|
21 |
import tempfile
|
22 |
from pathlib import Path
|
|
|
|
|
23 |
|
24 |
|
25 |
# Load environment variablesTuple
|
|
|
20 |
import os
|
21 |
import tempfile
|
22 |
from pathlib import Path
|
23 |
+
from litellm import LiteLLMModel
|
24 |
+
import os
|
25 |
|
26 |
|
27 |
# Load environment variablesTuple
|