simonw/llm

Figure out truncation strategy for continue conversation mode

Open

#73 opened on Jul 1, 2023

View on GitHub
 (11 comments) (2 reactions) (0 assignees)Python (877 forks)github user discovery
help wantedresearch

Repository metrics

Stars
 (12,006 stars)
PR merge metrics
 (PR metrics pending)

Description

I'm still not clear on the best way to truncate messages in continue mode, right now I'm going to leave that and allow the model to return an error - but it would be good to have a strategy for that involving automatic truncating later on.

Originally posted by @simonw in https://github.com/simonw/llm/issues/65#issuecomment-1616021169

Contributor guide