| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
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 |
|
|
b8ceb866e6
|
Add shebang functionality to tests (#1784)
Tests that contain `if __name__ == "__main__":` now have a shebang line and execute permission. |
2 years ago |
|
|
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> |
2 years ago |
|
|
b29f9a90e8
|
Updated get_max_token_limit with latest models and numbers (#972)
* Updated with latest models and numbers * Updated as per comments. * Added common Azure deployment names for models. --------- Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu> |
2 years ago |
|
|
8c3401dd6a
|
Add token_count_util (#421)
* add token_count_util * remove token_count from retrieval util * format * update dependency * update test |
2 years ago |