toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-ai-llm-openai
/
org.http4k.ai.llm
/
OpenAIApi
Open
AIApi
class
OpenAIApi
(
apiKey
:
ApiKey
,
http
:
HttpHandler
=
JavaHttpClient()
,
org
:
OpenAIApi.Org
?
=
null
)
:
OpenAICompatibleClient
Official OpenAI API integration
Members
Constructors
Open
AIApi
Link copied to clipboard
constructor
(
apiKey
:
ApiKey
,
http
:
HttpHandler
=
JavaHttpClient()
,
org
:
OpenAIApi.Org
?
=
null
)
Types
Org
Link copied to clipboard
class
Org
:
AbstractValue
<
String
>
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
)
:
OpenAI