Gregory Shklover
Gregory Shklover
### Bug Description In ContextChatEngine.chat() there are these lines: all_messages = prefix_messages + self._memory.get( initial_token_count=prefix_messages_token_count ) When prefix_messages_token_count > self._memory.token_limit, ChatMemoryBuffer returns an empty list, effectively dropping the most important...
### Is your feature request related to a problem? There is no way to specify CURL_NOPROXY override at the moment. This is required when one wants to disable NO_PROXY environment...
Wrapped around default SSL context initialization to potentially speed up "import requests" time. Measurements: # original $ time python -c "import requests" real 0m0.936s user 0m0.000s sys 0m0.047s # modified:...
Subject: Adds support for "modules" template argument so one can generate recursive documentation. ### Feature or Bugfix - Feature ### Purpose Adds support for generating recursive module documentation. For each...