mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 11:01:37 +00:00
Remove unnecessary debug statement
This commit is contained in:
parent
a1106d4c40
commit
8ad4f52b68
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user