-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Calculations and math #3412
Labels
Comments
This was referenced May 11, 2023
Boostrix
added a commit
to Boostrix/Auto-GPT
that referenced
this issue
May 12, 2023
5 tasks
6 tasks
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
This issue was closed automatically because it has been stale for 10 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicates
Summary 💡
I was not sure wether to file under bug report or under feature request.
All language models are bad with math.
Can tools like wolfram-alpha or the llm-math from LangChain be integrated?
Examples 🌈
I created an agent that should solve the problem to find out the weight difference between 1 cubicmeter gold and a regular tetrahedron of edge length 2m made of lead.
It worked quite good, but stumbled the landing, where it did the following:
The weight of 1 cubic meter of gold is 19,300 kg. The volume of a regular tetrahedron with edge length 2m is (2^3)/(6sqrt(2)) m^3, which is approximately 0.4714 m^3
Everything is correct, except the calculated volume of the tetrahedron. The formula is correct and gives exact the double of the volume, that the system found, that is 0.95 m^3
Motivation 🔦
"Simple" calculation needs to be done all the time and without relieable results not much can be achieved.
The text was updated successfully, but these errors were encountered: