doc update (#1089)

* doc update

* add link to mathchat notebook

* use_docker property

* function name

* version update

---------

Co-authored-by: kevin666aa <yrwu000627@gmail.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
This commit is contained in:
Chi Wang
2023-07-04 13:29:32 -07:00
committed by GitHub
parent 8236533faf
commit 4f1dfe6676
7 changed files with 99 additions and 84 deletions

View File

@@ -34,6 +34,7 @@ def test_gpt35(human_input_mode="NEVER", max_consecutive_auto_reply=5):
assistant.reset()
coding_task = "Save a pandas df with 3 rows and 3 columns to disk."
assistant.receive(coding_task, user)
assert not isinstance(user.use_docker, bool) # None or str
def test_create_execute_script(human_input_mode="NEVER", max_consecutive_auto_reply=10):