toggle menu
lmos-runtime
0.8.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.properties
/
LmosRuntimeProperties
/
OpenAI
Open
AI
data
class
OpenAI
(
val
url
:
String
,
val
key
:
String
,
val
model
:
String
,
val
maxTokens
:
Int
,
val
temperature
:
Double
,
val
format
:
String
)
Members
Constructors
Open
AI
Link copied to clipboard
constructor
(
url
:
String
,
key
:
String
,
model
:
String
,
maxTokens
:
Int
,
temperature
:
Double
,
format
:
String
)
Properties
format
Link copied to clipboard
val
format
:
String
key
Link copied to clipboard
val
key
:
String
max
Tokens
Link copied to clipboard
val
maxTokens
:
Int
model
Link copied to clipboard
val
model
:
String
temperature
Link copied to clipboard
val
temperature
:
Double
url
Link copied to clipboard
val
url
:
String