Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
567cd89
1
Parent(s):
92d888e
fix
Browse files- langchain_agent.py +2 -2
langchain_agent.py
CHANGED
@@ -34,8 +34,8 @@ class LangChainAgent:
|
|
34 |
get_botanical_classification,
|
35 |
parse_excel,
|
36 |
chess_image_to_fen,
|
37 |
-
get_chess_best_move
|
38 |
-
|
39 |
]
|
40 |
|
41 |
prompt = ChatPromptTemplate.from_messages([
|
|
|
34 |
get_botanical_classification,
|
35 |
parse_excel,
|
36 |
chess_image_to_fen,
|
37 |
+
get_chess_best_move
|
38 |
+
# audio_to_text
|
39 |
]
|
40 |
|
41 |
prompt = ChatPromptTemplate.from_messages([
|