GitHubModelsClient

class GitHubModelsClient(apiKey: ApiKey, http: HttpHandler = JavaHttpClient(), githubOrg: String? = null) : OpenAICompatibleClient

GitHubModels integration

Constructors

Link copied to clipboard
constructor(apiKey: ApiKey, http: HttpHandler = JavaHttpClient(), githubOrg: String? = null)

Types

Link copied to clipboard
object Models

Functions

Link copied to clipboard
open operator override fun invoke(): OpenAI