kittyandrew
|
6e2387192f
|
Make groupchat & generation async, actually (#543)
* make groupchat & generation async actually
* factored out func call pre-select; updated indecies
* fixed code format issue
* mark prepare agents subset as internal
* func renaming
* func inputs
* return agents
* Update test/agentchat/test_async.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update notebook/agentchat_stream.ipynb
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
|
2023-12-09 20:50:36 +00:00 |
|
tyler-suard-parker
|
e96213e30b
|
Add test for async group chat (#902)
* Add test for async group chat
* run pre-commit
---------
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
|
2023-12-07 17:32:27 +00:00 |
|
Chi Wang
|
dfcbea9777
|
seed -> cache_seed (#600)
|
2023-11-08 23:39:02 +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 |
|
Chi Wang
|
a4b9297719
|
cleanup
|
2023-09-16 16:34:16 +00:00 |
|
Chi Wang
|
bc4473fe8a
|
cleanup
|
2023-09-16 10:57:57 +00:00 |
|