Remove unnecessary debug statement

This commit is contained in:
Thorsten Sommer 2025-12-29 18:11:52 +01:00
parent a1106d4c40
commit 8ad4f52b68
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -183,8 +183,6 @@ public sealed class ProviderOpenAI() : BaseProvider(LLMProviders.OPEN_AI, "https
}, JSON_SERIALIZER_OPTIONS), }, JSON_SERIALIZER_OPTIONS),
}; };
Console.WriteLine($"==============> {openAIChatRequest}");
async Task<HttpRequestMessage> RequestBuilder() async Task<HttpRequestMessage> RequestBuilder()
{ {
// Build the HTTP post request: // Build the HTTP post request: