Package-level declarations
Functions
Link copied to clipboard
Chat interface for any OpenAI-compatible client
fun Chat.Companion.OpenAI(apiKey: ApiKey, http: HttpHandler = JavaHttpClient(), org: OpenAIApi.Org? = null): Chat
fun StreamingChat.Companion.OpenAI(apiKey: ApiKey, http: HttpHandler = JavaHttpClient(), org: OpenAIApi.Org? = null): StreamingChat
OpenAI Chat interface for using with the real OpenAI API endpoints
Link copied to clipboard
Link copied to clipboard