weaviate-client
Preparing search index...
GenerativeGoogleConfigRuntime
Type Alias GenerativeGoogleConfigRuntime
type
GenerativeGoogleConfigRuntime
=
{
apiEndpoint
?:
string
;
endpointId
?:
string
;
frequencyPenalty
?:
number
;
maxTokens
?:
number
;
model
?:
string
;
presencePenalty
?:
number
;
projectId
?:
string
;
region
?:
string
;
stopSequences
?:
string
[]
;
temperature
?:
number
;
topK
?:
number
;
topP
?:
number
;
}
Index
Properties
api
Endpoint?
endpoint
Id?
frequency
Penalty?
max
Tokens?
model?
presence
Penalty?
project
Id?
region?
stop
Sequences?
temperature?
top
K?
top
P?
Properties
Optional
api
Endpoint
apiEndpoint
?:
string
Optional
endpoint
Id
endpointId
?:
string
Optional
frequency
Penalty
frequencyPenalty
?:
number
Optional
max
Tokens
maxTokens
?:
number
Optional
model
model
?:
string
Optional
presence
Penalty
presencePenalty
?:
number
Optional
project
Id
projectId
?:
string
Optional
region
region
?:
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
api
Endpoint
endpoint
Id
frequency
Penalty
max
Tokens
model
presence
Penalty
project
Id
region
stop
Sequences
temperature
top
K
top
P
weaviate-client
Loading...