AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.llm
/
LlmClient
/
chat
chat
jvm
abstract
suspend
fun
chat
(
request
:
ChatRequest
,
apiKey
:
String
,
baseUrl
:
Url
?
=
null
,
timeout
:
ChatTimeout
?
=
null
)
:
Flow
<
ChatResult
>
(
source
)
开始一次 LLM 请求。