weaviate-client
Preparing search index...
GenerativeAnthropicConfig
Type Alias GenerativeAnthropicConfig
type
GenerativeAnthropicConfig
=
{
baseURL
?:
string
;
maxTokens
?:
number
;
model
?:
string
;
stopSequences
?:
string
[]
;
temperature
?:
number
;
topK
?:
number
;
topP
?:
number
;
}
Index
Properties
base
URL?
max
Tokens?
model?
stop
Sequences?
temperature?
top
K?
top
P?
Properties
Optional
base
URL
baseURL
?:
string
Optional
max
Tokens
maxTokens
?:
number
Optional
model
model
?:
string
Optional
stop
Sequences
stopSequences
?:
string
[]
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
base
URL
max
Tokens
model
stop
Sequences
temperature
top
K
top
P
weaviate-client
Loading...