mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 20:01:37 +00:00
Remove unnecessary debug statement
This commit is contained in:
parent
a1106d4c40
commit
8ad4f52b68
@ -182,8 +182,6 @@ public sealed class ProviderOpenAI() : BaseProvider(LLMProviders.OPEN_AI, "https
|
||||
|
||||
}, JSON_SERIALIZER_OPTIONS),
|
||||
};
|
||||
|
||||
Console.WriteLine($"==============> {openAIChatRequest}");
|
||||
|
||||
async Task<HttpRequestMessage> RequestBuilder()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user