Pham Vu Thai Minh

Results 5 comments of Pham Vu Thai Minh

Same confusion here. @yjw1029 Could you please have some words on this? cc @miguelgfierro

> can we use agent.run(or any other method) returns as a generator so that we can do some custom processing for outputs? I have created a PR #5937 to support...

This is for those who are looking for a quick **workaround** solution to count tokens when waiting for the PR to be merged: ```python import tiktoken def num_tokens_from_string(string: str) ->...

@zacharypodbela As far as I understand that `total token used` = `prompt tokens` + `completion tokens` In Embedding API models, `completion tokens` is always `0` so that `completion tokens =...

Same issue here. I use [AutoKey-gtk](https://github.com/autokey/autokey) and alacritty v0.12.3 works fine. The configured macros not works since alacritty v0.13.*