Spaces:
Runtime error
Runtime error
tttt
Browse files- my_tools.py +1 -1
my_tools.py
CHANGED
|
@@ -13,7 +13,7 @@ from llama_index.core.callbacks import CallbackManager # LlamaDebugHandler no se
|
|
| 13 |
from llama_index.core.callbacks.llama_debug import LlamaDebugHandler # Importación completa si se usa directamente
|
| 14 |
import google.generativeai as genai
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
# --- Gemini LLM personalizado ---
|
| 19 |
class GeminiLLM(LLM):
|
|
|
|
| 13 |
from llama_index.core.callbacks.llama_debug import LlamaDebugHandler # Importación completa si se usa directamente
|
| 14 |
import google.generativeai as genai
|
| 15 |
|
| 16 |
+
|
| 17 |
|
| 18 |
# --- Gemini LLM personalizado ---
|
| 19 |
class GeminiLLM(LLM):
|