-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: manage outputs longer than token limit
The changes improve the handling of LLM responses that exceed the output token limit. Instead of stopping the process, the user is now prompted to decide how to proceed. They can choose to let the LLM complete the answer, keep the incomplete answer, or stop the process. The incomplete answer is also saved to a file for reference.
- Loading branch information
Showing
1 changed file
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters