Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CompressibleAgent (microsoft#443)
* api_base -> base_url (microsoft#383) * InvalidRequestError -> BadRequestError (microsoft#389) * remove api_key_path; close microsoft#388 * close microsoft#402 (microsoft#403) * openai client (microsoft#419) * openai client * client test * _client -> client * _client -> client * extra kwargs * Completion -> client (microsoft#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 (microsoft#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 <[email protected]>
- Loading branch information