OpenAIChatCompletionServiceFactory

io.cequence.openaiscala.service.OpenAIChatCompletionServiceFactory$

Attributes

Graph
Supertypes
trait IOpenAIChatCompletionServiceFactory[OpenAIChatCompletionService]
trait RawWsServiceFactory[OpenAIChatCompletionService]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def apply(coreUrl: String, authHeaders: Seq[(String, String)], extraParams: Seq[(String, String)], timeouts: Option[Timeouts])(implicit ec: ExecutionContext, materializer: Materializer): OpenAIChatCompletionService

Attributes

Definition Classes

Inherited methods

def forAzureAI(endpoint: String, region: String, accessToken: String)(implicit ec: ExecutionContext, materializer: Materializer): F

Attributes

Inherited from:
IOpenAIChatCompletionServiceFactory