alpaca-core / ac-local

Alpaca Core local inference SDK
MIT License
1 stars 0 forks source link

llama: non-bool `IncrementalStringFinder` and `AntipromptManager` #131

Open iboB opened 1 month ago

iboB commented 1 month ago

To properly manage antiprompts users must have two options available:

Currently only the first option is supported.

To properly support the second one, the information where to backtrack to should be available

iboB commented 1 month ago

Related to #132 but not blocked by it. The information should be available, the backtracking itself is out of scope for this issue.