agazo commited on
Commit
b82fe9e
·
verified ·
1 Parent(s): 6d55d2e

Update langchain_agent.py

Browse files
Files changed (1) hide show
  1. 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([