agazo commited on
Commit
c59e76e
·
verified ·
1 Parent(s): 6ff6968

Update langchain_agent.py

Browse files
Files changed (1) hide show
  1. langchain_agent.py +2 -2
langchain_agent.py CHANGED
@@ -41,8 +41,8 @@ class LangChainAgent:
41
  get_chess_best_move,
42
  audio_to_text,
43
  audio_to_text_from_youtube,
44
- alphabetizer,
45
- npb
46
  ]
47
 
48
  prompt = ChatPromptTemplate.from_messages([
 
41
  get_chess_best_move,
42
  audio_to_text,
43
  audio_to_text_from_youtube,
44
+ alphabetizer
45
+ #, npb
46
  ]
47
 
48
  prompt = ChatPromptTemplate.from_messages([