OpenAIImageModelConnector class
Constructors
- OpenAIImageModelConnector({required String apiKey})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendImagetoImage(
String imagePath, OpenAIModel model, {String? prompt, Map< String, dynamic> ? extraOptions}) → Future<String> -
sendPromptToImage(
String prompt, OpenAIModel model, {double? temperature, int? maxTokens, String? systemPrompt, Map< String, dynamic> ? extraOptions}) → Future<String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited