Fix: Specify smolagents version to resolve missing prompt templates
#319
by
opalinski
- opened
This PR addresses an issue where the latest version of smolagents was causing an AssertionError: Some prompt templates are missing from your custom prompt_templates: {‘final_answer’}.
See https://discuss.huggingface.co/t/problem-in-ai-agents-course-smolagents/151299 for discussion.
The fix involves pinning the smolagents version to 1.13.0 in requirements.txt. Previously, the package was installed without a specific version, which resulted in the installation of a broken version.
This change has been tested and resolves the error.