mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 04:50:31 +00:00
Remove Azure model selection and max completion token limit
This commit is contained in:
parent
5446e675fc
commit
14acc5b09f
12 changed files with 40 additions and 71 deletions
|
|
@ -82,7 +82,7 @@ public class ConfigurationComponent {
|
|||
}
|
||||
});
|
||||
|
||||
maxTokensField = new IntegerField("max_tokens", 100, 2000);
|
||||
maxTokensField = new IntegerField();
|
||||
maxTokensField.setColumns(12);
|
||||
maxTokensField.setValue(configuration.getMaxTokens());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue