You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the very end of the Dummy Agent Library page, we can see the Final Answer being printed correctly.
One thing that is most likely missing, is the "Thought: I now know the final answer" that the system prompt explicitly asked to generate before the "Final Answer".
I hope this is clear. If not please let me know, I will be more than happy to add details and screenshots.
The text was updated successfully, but these errors were encountered:
I believe this code should be added in the notebook to ensure best practice for HF_TOKEN as secret key instead of hardcoding the secret in the colab file.
It's a relatively minor thing but could potentially prevent someone's HF_TOKEN secret key from being made vulnerable unintentionally.
from google.colab import userdata
os.environ["HF_TOKEN"] = userdata.get('HF_TOKEN')
At the very end of the Dummy Agent Library page, we can see the Final Answer being printed correctly.
One thing that is most likely missing, is the "Thought: I now know the final answer" that the system prompt explicitly asked to generate before the "Final Answer".
I hope this is clear. If not please let me know, I will be more than happy to add details and screenshots.
The text was updated successfully, but these errors were encountered: