Spaces:
Sleeping
Sleeping
Update langchain_agent.py
Browse files- langchain_agent.py +2 -2
langchain_agent.py
CHANGED
@@ -35,8 +35,8 @@ class LangChainAgent:
|
|
35 |
parse_excel,
|
36 |
chess_image_to_fen,
|
37 |
get_chess_best_move,
|
38 |
-
audio_to_text
|
39 |
-
|
40 |
]
|
41 |
|
42 |
prompt = ChatPromptTemplate.from_messages([
|
|
|
35 |
parse_excel,
|
36 |
chess_image_to_fen,
|
37 |
get_chess_best_move,
|
38 |
+
audio_to_text,
|
39 |
+
audio_to_text_from_youtube
|
40 |
]
|
41 |
|
42 |
prompt = ChatPromptTemplate.from_messages([
|