LocalAIEndpoint
Wisej.AI.Endpoints.LocalAIEndpoint
Last updated
Wisej.AI.Endpoints.LocalAIEndpoint
Last updated
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI (3.5.0.0)
Represents a connection to LocalAI endpoints, providing access to various AI models and services.
This class extends the to connect specifically to LocalAI's API. It initializes with default models and a URL for the TogetherAI service.
Initializes a new instance of the class with default settings.
: Gets or sets the embedding model used for AI operations. (Default: "text-embedding-ada-002"
)
: Gets or sets the model used for AI operations. (Default: ""
)
: Gets or sets the URL for the LocalAI API endpoint. (Default: "http://localhost:8080/v1"
)