toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-lmstudio
/
org.http4k.connect.lmstudio
Package-level
declarations
Types
Functions
Properties
Types
Completion
Id
Link copied to clipboard
class
CompletionId
:
AbstractValue
<
String
>
Lm
Studio
Link copied to clipboard
interface
LmStudio
Lm
Studio
Action
Link copied to clipboard
interface
LmStudioAction
<
R
>
:
Action
<
Result
<
R
,
RemoteFailure
>
>
Lm
Studio
Json
Adapter
Factory
Link copied to clipboard
@
KotshiJsonAdapterFactory
object
LmStudioJsonAdapterFactory
:
JsonAdapter.Factory
Lm
Studio
Moshi
Link copied to clipboard
object
LmStudioMoshi
:
ConfigurableMoshi
Object
Id
Link copied to clipboard
class
ObjectId
:
AbstractValue
<
String
>
Object
Type
Link copied to clipboard
class
ObjectType
:
AbstractValue
<
String
>
Org
Link copied to clipboard
class
Org
:
AbstractValue
<
String
>
Response
Format
Type
Link copied to clipboard
class
ResponseFormatType
:
AbstractValue
<
String
>
Token
Id
Link copied to clipboard
class
TokenId
:
AbstractValue
<
String
>
User
Link copied to clipboard
class
User
:
AbstractValue
<
String
>
Properties
CHAT_
MODEL
Link copied to clipboard
val
ModelName.Companion
.
CHAT_MODEL
:
ModelName
content_
filter
Link copied to clipboard
val
StopReason.Companion
.
content_filter
:
StopReason
EMBEDDING_
MODEL
Link copied to clipboard
val
ModelName.Companion
.
EMBEDDING_MODEL
:
ModelName
length
Link copied to clipboard
val
StopReason.Companion
.
length
:
StopReason
stop
Link copied to clipboard
val
StopReason.Companion
.
stop
:
StopReason
tool_
calls
Link copied to clipboard
val
StopReason.Companion
.
tool_calls
:
StopReason
Functions
Http
Link copied to clipboard
fun
LmStudio.Companion
.
Http
(
http
:
HttpHandler
=
JavaHttpClient()
,
baseUri
:
Uri
=
Uri.of("http://localhost:1234")
)
:
LmStudio