Chi Wang
d307818dd9
improve test speed ( #2406 )
* improve test speed
* speed up test
* speed up test
2 years ago
Chi Wang
fbe8476726
fix local test failures ( #2386 )
* fix local test failures
* set skip
2 years ago
Li Jiang
42b27b9a9d
Add isort ( #2265 )
* Add isort
* Apply isort on py files
* Fix circular import
* Fix format for notebooks
* Fix format
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2 years ago
Gunnar Kudrjavets
b8ceb866e6
Add shebang functionality to tests ( #1784 )
Tests that contain `if __name__ == "__main__":` now have a shebang line
and execute permission.
2 years ago
Qingyun Wu
2a2e466932
Using a more robust "reflection_with_llm" summary method ( #1575 )
* summary exception
* badrequest error
* test
* skip reason
* error
* address func call in summary
* reflection_with_llm enhancement and tests
* remove old
* update notebook
* update notebook
2 years ago
Chi Wang
156579565d
Improve test for function call in groupchat ( #1252 )
2 years ago
Chi Wang
f9c16d26a3
Fix bug in async group chat with func/tool call ( #1243 )
* test func/tool call in group chat w/ >2 agents
* filter_dict -> exclude
* modify comment
* add last message to groupchat
* typecheck allow_repeat_speaker
2 years ago
Maxim Saplin
3f343654bd
Let run tests directly via `python test_xyz.py`, fix for `conftest` import via `sys.path.append` ( #1144 )
* Runnig tests directly
* All tests with contrib add sys.path
2 years ago
Yiran Wu
8a26d3b3cd
Minor fix groupchat ( #904 )
* minor fix groupchat
* update
* update
---------
Co-authored-by: Davor Runje <davor@airt.ai>
2 years ago
Maxim Saplin
c80df8acab
Skip tests that depend on OpenAI via `--skip-openai` ( #1097 )
* --skip-openai
* All tests pass
* Update build.yml
* Update Contribute.md
* Fix for failing Ubuntu tests
* More tests skipped, fixing 3.10 build
* Apply suggestions from code review
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
* Added more comments
* fixed test__wrap_function_*
---------
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Davor Runje <davor@airt.ai>
2 years ago
Yiran Wu
fd84ef1970
Raise error when function as llm_config passed to GroupChatManager ( #911 )
* fix groupchat selection
* update
* update notbooks
* update
* update
2 years ago
Chi Wang
dfcbea9777
seed -> cache_seed ( #600 )
2 years ago
Chi Wang
c4f8b1c761
Dev/v0.2 ( #393 )
* api_base -> base_url (#383 )
* InvalidRequestError -> BadRequestError (#389 )
* remove api_key_path; close #388
* close #402 (#403 )
* openai client (#419 )
* openai client
* client test
* _client -> client
* _client -> client
* extra kwargs
* Completion -> client (#426 )
* Completion -> client
* Completion -> client
* Completion -> client
* Completion -> client
* support aoai
* fix test error
* remove commented code
* support aoai
* annotations
* import
* reduce test
* skip test
* skip test
* skip test
* debug test
* rename test
* update workflow
* update workflow
* env
* py version
* doc improvement
* docstr update
* openai<1
* add tiktoken to dependency
* filter_func
* async test
* dependency
* migration guide (#477 )
* migration guide
* change in kwargs
* simplify header
* update optigude description
* deal with azure gpt-3.5
* add back test_eval_math_responses
* timeout
* Add back tests for RetrieveChat (#480 )
* Add back tests for RetrieveChat
* Fix format
* Update dependencies order
* Fix path
* Fix path
* Fix path
* Fix tests
* Add not run openai on MacOS or Win
* Update skip openai tests
* Remove unnecessary dependencies, improve format
* Add py3.8 for testing qdrant
* Fix multiline error of windows
* Add openai tests
* Add dependency mathchat, remove unused envs
* retrieve chat is tested
* bump version to 0.2.0b1
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
2 years ago