-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running evaluate_hotpot_qa.py throws an error #29
Comments
And another error but that is different then the one above running it on Windows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
I appreciated reading your paper. However I just wanted to see your eval results for myself and running the script results in the follwoing error when I execute
python evaluate_hotpot_qa.py --llm gpt-4o --agent_arch act
. I have implemented an adapterfor AzureOpenAI in order to use gpt-4o which I have tested with your framework beforehand and worked well.
The adapter in
agents_llm.py
lokks like this:The text was updated successfully, but these errors were encountered: