Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
d11b253
1
Parent(s):
20fa9f7
fix
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 |
-
audio_to_text_from_youtube
|
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([
|