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
2024-02-07 17:17:05 +00:00
Chi Wang
42674c58b7
update default aoai version ( #1229 )
...
* update default aoai version
* disable notebook test that is going to be outdated
* bump version to 0.2.7
2024-01-14 05:44:30 +00:00
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
2024-01-05 14:24:49 +00:00
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>
2023-12-31 19:37:21 +00:00
Yiran Wu
9cec541630
Convert ChatCompletionMessage to Dict after completion ( #791 )
...
* update
* update
* update signature
* update
* update
* fix test funccall groupchat
* reverse change
* update
* update
* update
* update
* update
---------
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-12-10 03:28:13 +00:00
Chi Wang
a31b240100
bump version to 0.2.2 ( #906 )
...
* bump version to 0.2.2
* openai version
2023-12-10 03:16:18 +00:00
Nicolas Marchildon
17c51fd2f0
Enable defining new functions after agent creation ( #285 )
...
* Enable defining new functions after agent creation
* Add notebook for function inception example
* format
* 1. fix bug 2. support remove function
* 1. fix bug 2. support remove function
* 1. add example doc 2. change test file 3. change ipynb title
* Update website/docs/Examples.md
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”>
Co-authored-by: Shaokun Zhang <shaokunzhang529@gmail.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2023-12-02 01:05:54 +00:00
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>
2023-11-04 04:01:49 +00:00