From c43adaf248aeb6f011b8350646e43a7c7c306727 Mon Sep 17 00:00:00 2001 From: Vadym Matus Date: Tue, 18 Feb 2025 13:56:07 +0200 Subject: [PATCH] update responseFormat type from Map to Map --- lib/src/instance/chat/chat.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/instance/chat/chat.dart b/lib/src/instance/chat/chat.dart index d9504e76..f97c137e 100644 --- a/lib/src/instance/chat/chat.dart +++ b/lib/src/instance/chat/chat.dart @@ -80,7 +80,7 @@ interface class OpenAIChat implements OpenAIChatBase { double? frequencyPenalty, Map? logitBias, String? user, - Map? responseFormat, + Map? responseFormat, int? seed, bool? logprobs, int? topLogprobs,