georoen commited on
Commit
7b70fe0
·
verified ·
1 Parent(s): 9f39c86

Downgrading smolagents to 1.13.0 solves bug

Browse files

Newcomers [struggle with a bug](https://discuss.huggingface.co/t/problem-in-ai-agents-course-smolagents/151299/1), most likely due to the new version of smolagents. [As suggested](https://discuss.huggingface.co/t/problem-in-ai-agents-course-smolagents/151299/2) by

@John6666
this change does the job.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  markdownify
2
- smolagents
3
  requests
4
  duckduckgo_search
5
  pandas
 
1
  markdownify
2
+ smolagents==1.13.0
3
  requests
4
  duckduckgo_search
5
  pandas