khoj/src
Debanjum 8851b5f78a Standardize chat message truncation and serialization before print
Previously chatml messages were just strings, now they can be list of
strings or list of dicts as well.

- Use json seriallization to manage their variations and truncate them
  before printing for context.
- Put logic in single function for use across chat models
2024-11-13 16:30:17 -08:00
..
interface Add support for interrupting messages after they've been sent. 2024-11-12 22:22:45 -08:00
khoj Standardize chat message truncation and serialization before print 2024-11-13 16:30:17 -08:00
telemetry Add isort to the pre-commit configuration and apply it to the whole project (#595) 2023-12-28 18:04:02 +05:30