Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
6d55d2e
1
Parent(s):
16d4a53
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([
|