An agent implementation of MathChat (#1090)

* mathcaht implementation

* code forrmat

* update readme

* update openai.yml

* update openai.yml

* update openai.yml
This commit is contained in:
Yiran Wu
2023-06-25 21:49:34 +08:00
committed by GitHub
parent 5245efbd2c
commit e3ca95bf8a
10 changed files with 1545 additions and 6 deletions

View File

@@ -84,6 +84,9 @@ setuptools.setup(
"tensorboardX==2.6", # test_forecast_panel
"requests<2.29.0", # https://github.com/docker/docker-py/issues/3113
"packaging",
"pydantic",
"sympy",
"wolframalpha",
],
"catboost": ["catboost>=0.26"],
"blendsearch": ["optuna==2.8.0"],
@@ -132,6 +135,7 @@ setuptools.setup(
"benchmark": ["catboost>=0.26", "psutil==5.8.0", "xgboost==1.3.3", "pandas==1.1.4"],
"openai": ["openai==0.27.8", "diskcache"],
"autogen": ["openai==0.27.8", "diskcache", "docker"],
"mathchat": ["openai==0.27.8", "diskcache", "docker", "sympy", "pydantic", "wolframalpha"],
"synapse": [
"joblibspark>=0.5.0",
"optuna==2.8.0",