medpromptjs
Preparing search index...
ModelParams
Interface ModelParams
Model parameters for BaseLLM
interface
ModelParams
{
maxOutputTokens
?:
number
;
nBatch
?:
number
;
nPredict
?:
number
;
repeatLastN
?:
number
;
repeatPenalty
?:
number
;
temperature
?:
number
;
topK
?:
number
;
topP
?:
number
;
}
Index
Properties
max
Output
Tokens?
n
Batch?
n
Predict?
repeat
Last
N?
repeat
Penalty?
temperature?
top
K?
top
P?
Properties
Optional
max
Output
Tokens
maxOutputTokens
?:
number
Optional
n
Batch
nBatch
?:
number
Optional
n
Predict
nPredict
?:
number
Optional
repeat
Last
N
repeatLastN
?:
number
Optional
repeat
Penalty
repeatPenalty
?:
number
Optional
temperature
temperature
?:
number
Optional
top
K
topK
?:
number
Optional
top
P
topP
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Output
Tokens
n
Batch
n
Predict
repeat
Last
N
repeat
Penalty
temperature
top
K
top
P
medpromptjs
Loading...
Model parameters for BaseLLM