Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,8 @@ from llama_index.core import (
|
|
16 |
)
|
17 |
|
18 |
from llama_index.core.tools import FunctionTool
|
19 |
-
from llama_index.agent.openai import
|
20 |
-
|
21 |
-
LlamaOpenAI
|
22 |
-
)
|
23 |
|
24 |
from openai import OpenAI as OpenAIClient
|
25 |
|
|
|
16 |
)
|
17 |
|
18 |
from llama_index.core.tools import FunctionTool
|
19 |
+
from llama_index.agent.openai import OpenAIAgent
|
20 |
+
from llama_index.llms.openai import OpenAI as LlamaOpenAI
|
|
|
|
|
21 |
|
22 |
from openai import OpenAI as OpenAIClient
|
23 |
|