This commit is contained in:
Thorsten Sommer 2024-12-02 19:24:01 +01:00
parent f47c4daa36
commit 311ad20114
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -8,7 +8,7 @@ namespace AIStudio.Provider;
public abstract class BaseProvider
{
/// <summary>
/// The HTTP client to use for all requests.
/// The HTTP client to use it for all requests.
/// </summary>
protected readonly HttpClient httpClient = new();