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...