mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 22:31:24 +00:00
fix: increase max_tokens for code edit requests
This commit is contained in:
parent
b74be78890
commit
0d8a182f1f
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ public class CompletionRequestProvider {
|
|||
new OpenAIChatCompletionStandardMessage("user", context)))
|
||||
.setModel(model)
|
||||
.setStream(true)
|
||||
.setMaxTokens(2048)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue