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
KazooTTT
a122ffe541
Fix/typo ( #1034 )
...
* fix: typo
* fix: typo
* fix: typo of function name
* fix: typo of function name of test file
* Update test_token_count.py
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2023-12-22 16:00:46 +00:00
Yiran Wu
805d8452c4
Fix test error of compressible agent ( #631 )
...
* fix bug in test
* update workflow
* update
* deepcopy to copy
2023-11-11 19:57:14 +00:00
Yiran Wu
19ea8b8b7a
Add CompressibleAgent ( #443 )
...
* 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 compressibleagent
* revise doc, add tests, add example
* fix link
* fix link
* fix link
* remove test
* update doc
* update doc
* add tiktoken to dependency
* filter_func
* async test
* dependency
* revision
* migration guide (#477 )
* migration guide
* change in kwargs
* simplify header
* update optigude description
* update for dev
* revision
* revision
* allow not compressing last n msgs
* update
* correct merge
* update test workflow
* check test
* update for test
* update
* update notebook
* update
* fix bug
* update
* update
* update
* check to "pull_request_target" in contrib-openai
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-11-10 04:11:28 +00:00