Spaces:
Runtime error
Runtime error
vvvvvvvvvv
Browse files- my_tools.py +1 -1
my_tools.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os, math, wikipedia
|
| 2 |
import google.generativeai as genai
|
| 3 |
-
from llama_index.
|
| 4 |
from llama_index.llms.generic_utils import llm_completion_to_chat_response
|
| 5 |
from llama_index.core.agent import ReActAgent
|
| 6 |
from llama_index.core.tools import FunctionTool
|
|
|
|
| 1 |
import os, math, wikipedia
|
| 2 |
import google.generativeai as genai
|
| 3 |
+
from llama_index.core.llms import LLM
|
| 4 |
from llama_index.llms.generic_utils import llm_completion_to_chat_response
|
| 5 |
from llama_index.core.agent import ReActAgent
|
| 6 |
from llama_index.core.tools import FunctionTool
|