Asaad Almutareb commited on
Commit
3619e81
·
1 Parent(s): c536b8c

added get_arxiv_paper to the 2nd tool set

Browse files
Files changed (1) hide show
  1. hf_mixtral_agent.py +2 -1
hf_mixtral_agent.py CHANGED
@@ -53,7 +53,8 @@ tools_all = [
53
 
54
  tools_papers = [
55
  arxiv_search,
56
- wikipedia_search,
 
57
  ]
58
 
59
 
 
53
 
54
  tools_papers = [
55
  arxiv_search,
56
+ get_arxiv_paper,
57
+
58
  ]
59
 
60