mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 14:10:29 +00:00
fix: decrease prefix/suffix prompt size
This commit is contained in:
parent
5ea3609a92
commit
1a7e302ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import ee.carlrobert.codegpt.EncodingManager;
|
|||
public class InfillRequestDetails {
|
||||
|
||||
private static final int MAX_OFFSET = 10_000;
|
||||
private static final int MAX_PROMPT_TOKENS = 512;
|
||||
private static final int MAX_PROMPT_TOKENS = 128;
|
||||
|
||||
private final String prefix;
|
||||
private final String suffix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue