OpenAICompatibleProviderRegistrar class
Helper class for registering OpenAI-compatible providers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getAvailableProviders(
) → List< String> - Get list of available OpenAI-compatible provider IDs
-
registerAll(
) → void - Register all pre-configured OpenAI-compatible providers
-
registerProvider(
String providerId) → bool - Register a specific OpenAI-compatible provider