Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
f0a3355
1
Parent(s):
56e1107
fix
Browse files- langchain_agent.py +1 -1
langchain_agent.py
CHANGED
@@ -17,7 +17,7 @@ from analyse_chess_position_tool import get_chess_best_move
|
|
17 |
from convert_chessboard_image_to_fen_tool import convert_chessboard_image_to_fen
|
18 |
from chess_image_to_fen_tool import chess_image_to_fen
|
19 |
from audio_to_text_tool import audio_to_text,audio_to_text_from_youtube
|
20 |
-
from alphabetizer_tool import
|
21 |
|
22 |
class LangChainAgent:
|
23 |
def __init__(self):
|
|
|
17 |
from convert_chessboard_image_to_fen_tool import convert_chessboard_image_to_fen
|
18 |
from chess_image_to_fen_tool import chess_image_to_fen
|
19 |
from audio_to_text_tool import audio_to_text,audio_to_text_from_youtube
|
20 |
+
from alphabetizer_tool import alphabetizer
|
21 |
|
22 |
class LangChainAgent:
|
23 |
def __init__(self):
|