Soenneker.OpenAI.Client.Chat 3.0.565

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.OpenAI.Client.Chat --version 3.0.565                
NuGet\Install-Package Soenneker.OpenAI.Client.Chat -Version 3.0.565                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.OpenAI.Client.Chat" Version="3.0.565" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.OpenAI.Client.Chat --version 3.0.565                
#r "nuget: Soenneker.OpenAI.Client.Chat, 3.0.565"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.OpenAI.Client.Chat as a Cake Addin
#addin nuget:?package=Soenneker.OpenAI.Client.Chat&version=3.0.565

// Install Soenneker.OpenAI.Client.Chat as a Cake Tool
#tool nuget:?package=Soenneker.OpenAI.Client.Chat&version=3.0.565                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.OpenAI.Client.Chat

An async thread-safe singleton for the OpenAI Chat (completions) client

This library provides an implementation for interacting with the OpenAI service. It allows you to configure and utilize a ChatClient to perform various tasks using OpenAI's models.

For the Azure version of this: Soenneker.Azure.OpenAI.Client.Chat

Installation

dotnet add package Soenneker.OpenAI.Client.Chat

Register:

builder.services.AddOpenAIChatClientAsSingleton();

IConfiguration values:

"OpenAI:ApiKey"
"OpenAI:Model"

Usage

public class OpenAIService
{
    private readonly IOpenAIChatClient _chatClient;

    public OpenAIService(IOpenAIChatClient chatClient)
    {
        _chatClient = chatClient;
    }

    public async ValueTask<string> Chat(string prompt, CancellationToken cancellationToken = default)
    {
        var client = await _chatClient.Get(cancellationToken);
        ChatCompletion completion = await client.CompleteChatAsync(prompt);
    }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.629 0 1/3/2025
3.0.628 0 1/3/2025
3.0.627 0 1/3/2025
3.0.626 0 1/3/2025
3.0.625 0 1/2/2025
3.0.624 0 1/2/2025
3.0.623 0 1/2/2025
3.0.622 0 1/2/2025
3.0.621 0 1/2/2025
3.0.620 0 1/2/2025
3.0.619 0 1/2/2025
3.0.618 44 1/1/2025
3.0.617 39 1/1/2025
3.0.616 45 1/1/2025
3.0.615 43 1/1/2025
3.0.614 46 1/1/2025
3.0.613 43 1/1/2025
3.0.612 44 1/1/2025
3.0.611 44 1/1/2025
3.0.610 46 1/1/2025
3.0.609 46 1/1/2025
3.0.608 37 1/1/2025
3.0.607 39 12/31/2024
3.0.606 39 12/31/2024
3.0.605 37 12/31/2024
3.0.604 40 12/31/2024
3.0.603 38 12/31/2024
3.0.602 39 12/31/2024
3.0.601 37 12/31/2024
3.0.600 36 12/31/2024
3.0.599 44 12/31/2024
3.0.598 37 12/31/2024
3.0.597 31 12/31/2024
3.0.596 31 12/31/2024
3.0.595 58 12/31/2024
3.0.594 60 12/31/2024
3.0.593 64 12/31/2024
3.0.592 62 12/31/2024
3.0.591 65 12/31/2024
3.0.590 64 12/31/2024
3.0.589 60 12/31/2024
3.0.588 80 12/28/2024
3.0.587 76 12/28/2024
3.0.586 70 12/28/2024
3.0.585 73 12/27/2024
3.0.584 71 12/27/2024
3.0.583 75 12/27/2024
3.0.582 77 12/24/2024
3.0.581 77 12/24/2024
3.0.580 73 12/24/2024
3.0.579 73 12/24/2024
3.0.578 73 12/24/2024
3.0.577 82 12/24/2024
3.0.576 82 12/24/2024
3.0.575 71 12/24/2024
3.0.574 69 12/24/2024
3.0.573 77 12/24/2024
3.0.572 76 12/24/2024
3.0.571 72 12/24/2024
3.0.570 79 12/24/2024
3.0.569 75 12/24/2024
3.0.568 67 12/24/2024
3.0.567 75 12/24/2024
3.0.566 67 12/24/2024
3.0.565 78 12/23/2024
3.0.564 67 12/23/2024
3.0.563 70 12/23/2024
3.0.562 62 12/23/2024
3.0.561 74 12/23/2024
3.0.560 63 12/23/2024
3.0.559 70 12/23/2024
3.0.558 71 12/23/2024
3.0.557 70 12/23/2024
3.0.556 76 12/23/2024
3.0.555 73 12/22/2024
3.0.554 70 12/22/2024
3.0.553 74 12/22/2024
3.0.552 69 12/22/2024
3.0.551 72 12/22/2024
3.0.550 71 12/22/2024
3.0.549 75 12/22/2024
3.0.548 63 12/22/2024
3.0.547 67 12/22/2024
3.0.546 76 12/22/2024
3.0.545 72 12/22/2024
3.0.544 73 12/22/2024
3.0.543 76 12/21/2024
3.0.542 74 12/21/2024
3.0.541 74 12/21/2024
3.0.540 68 12/21/2024
3.0.539 68 12/21/2024
3.0.538 72 12/21/2024
3.0.537 72 12/21/2024
3.0.536 71 12/21/2024
3.0.535 70 12/21/2024
3.0.534 70 12/21/2024
3.0.533 77 12/21/2024
3.0.532 75 12/21/2024
3.0.531 71 12/21/2024
3.0.530 78 12/20/2024
3.0.529 77 12/20/2024
3.0.528 73 12/20/2024
3.0.527 71 12/20/2024
3.0.526 72 12/20/2024
3.0.525 73 12/20/2024
3.0.524 65 12/20/2024
3.0.523 73 12/20/2024
3.0.522 75 12/20/2024
3.0.521 79 12/19/2024
3.0.520 72 12/19/2024
3.0.519 65 12/19/2024
3.0.518 67 12/19/2024
3.0.517 67 12/19/2024
3.0.516 73 12/19/2024
3.0.515 71 12/19/2024
3.0.514 79 12/18/2024
3.0.513 70 12/18/2024
3.0.512 71 12/18/2024
3.0.511 81 12/17/2024
3.0.509 78 12/17/2024
3.0.508 86 12/17/2024
3.0.507 69 12/17/2024
3.0.506 72 12/17/2024
3.0.505 67 12/17/2024
3.0.504 63 12/16/2024
3.0.503 58 12/16/2024
3.0.502 62 12/16/2024
3.0.501 75 12/10/2024
3.0.500 79 12/10/2024
3.0.499 73 12/10/2024
3.0.498 70 12/10/2024
3.0.497 71 12/10/2024
3.0.496 78 12/9/2024
3.0.495 67 12/9/2024
3.0.494 82 12/9/2024
3.0.493 71 12/9/2024
3.0.492 75 12/9/2024
3.0.491 66 12/9/2024
3.0.490 70 12/9/2024
3.0.489 72 12/9/2024
3.0.488 79 12/7/2024
3.0.487 89 12/6/2024
3.0.486 76 12/6/2024
3.0.485 77 12/6/2024
3.0.484 84 12/6/2024
3.0.483 87 12/6/2024
3.0.482 74 12/6/2024
3.0.481 81 12/6/2024
3.0.480 86 12/6/2024
3.0.479 79 12/6/2024
3.0.478 77 12/6/2024
3.0.477 81 12/6/2024
3.0.476 79 12/6/2024
3.0.475 82 12/6/2024
3.0.474 76 12/6/2024
3.0.473 82 12/6/2024
3.0.472 80 12/6/2024
3.0.471 91 12/6/2024
3.0.470 89 12/6/2024
3.0.469 75 12/6/2024
3.0.468 82 12/6/2024
3.0.467 79 12/6/2024
3.0.466 83 12/6/2024
3.0.465 81 12/6/2024
3.0.464 84 12/6/2024
3.0.463 81 12/6/2024
3.0.462 82 12/6/2024
3.0.460 82 12/5/2024
3.0.459 82 12/5/2024
3.0.458 78 12/5/2024
3.0.457 82 12/5/2024
3.0.456 87 12/5/2024
3.0.455 82 12/5/2024
3.0.454 76 12/5/2024
3.0.453 85 12/5/2024
3.0.452 78 12/5/2024
3.0.451 79 12/5/2024
3.0.450 76 12/5/2024
3.0.449 89 12/5/2024
3.0.448 81 12/5/2024
3.0.447 81 12/5/2024
3.0.446 83 12/4/2024
3.0.445 78 12/4/2024
3.0.444 77 12/4/2024
3.0.443 82 12/4/2024
3.0.442 82 12/4/2024
3.0.441 78 12/4/2024
3.0.440 88 12/4/2024
3.0.439 81 12/4/2024
3.0.438 88 12/4/2024
3.0.437 85 12/4/2024
3.0.436 86 12/4/2024
3.0.435 82 12/3/2024
3.0.434 85 12/3/2024
3.0.433 88 12/3/2024
3.0.432 87 12/3/2024
3.0.431 89 12/3/2024
3.0.430 85 12/3/2024
3.0.429 85 12/3/2024
3.0.428 79 12/3/2024
3.0.427 78 12/3/2024
3.0.426 68 12/3/2024
3.0.425 71 12/3/2024
3.0.424 70 12/3/2024
3.0.423 72 12/2/2024
3.0.422 75 12/2/2024
3.0.421 68 12/2/2024
3.0.420 75 12/2/2024
3.0.419 78 12/2/2024
3.0.418 73 12/2/2024
3.0.417 71 12/2/2024
3.0.416 79 12/2/2024
3.0.415 73 12/2/2024
3.0.414 69 12/2/2024
3.0.413 81 12/1/2024
3.0.412 77 12/1/2024
3.0.411 80 12/1/2024
3.0.410 82 12/1/2024
3.0.409 78 12/1/2024
3.0.408 72 12/1/2024
3.0.407 73 12/1/2024
3.0.406 72 12/1/2024
3.0.405 76 11/29/2024
3.0.404 78 11/29/2024
3.0.403 71 11/29/2024
3.0.402 73 11/29/2024
3.0.401 73 11/29/2024
3.0.400 87 11/21/2024
3.0.399 82 11/21/2024
3.0.398 82 11/21/2024
3.0.397 83 11/20/2024
3.0.396 91 11/20/2024
3.0.395 82 11/20/2024
3.0.394 77 11/20/2024
3.0.393 84 11/20/2024
3.0.392 80 11/20/2024
3.0.391 82 11/20/2024
3.0.390 89 11/20/2024
3.0.389 80 11/20/2024
3.0.388 80 11/20/2024
3.0.387 80 11/20/2024
3.0.386 83 11/20/2024
3.0.385 79 11/20/2024
3.0.384 78 11/20/2024
3.0.383 77 11/20/2024
3.0.382 80 11/19/2024
3.0.381 82 11/19/2024
3.0.380 81 11/19/2024
3.0.378 74 11/19/2024
3.0.377 83 11/19/2024
3.0.376 86 11/19/2024
3.0.375 81 11/19/2024
3.0.374 85 11/19/2024
3.0.373 74 11/19/2024
3.0.372 77 11/19/2024
3.0.371 77 11/19/2024
3.0.370 85 11/15/2024
3.0.369 74 11/14/2024
3.0.368 78 11/14/2024
3.0.367 78 11/14/2024
3.0.366 79 11/14/2024
3.0.365 82 11/14/2024
3.0.364 78 11/14/2024
3.0.363 78 11/14/2024
3.0.362 76 11/14/2024
3.0.361 73 11/14/2024
3.0.360 79 11/14/2024
3.0.359 82 11/14/2024
3.0.358 83 11/14/2024
3.0.357 80 11/14/2024
3.0.356 86 11/14/2024
3.0.355 84 11/14/2024
3.0.354 83 11/14/2024
3.0.353 84 11/14/2024
2.1.352 86 11/13/2024
2.1.351 87 11/13/2024
2.1.350 79 11/13/2024
2.1.349 85 11/13/2024
2.1.348 89 11/13/2024
2.1.347 82 11/13/2024
2.1.346 85 11/13/2024
2.1.345 83 11/13/2024
2.1.344 91 11/12/2024
2.1.343 84 11/12/2024
2.1.342 81 11/12/2024
2.1.341 87 11/12/2024
2.1.340 86 11/9/2024
2.1.339 91 11/9/2024
2.1.338 89 11/9/2024
2.1.337 82 11/9/2024
2.1.336 81 11/9/2024
2.1.335 83 11/9/2024
2.1.334 88 11/9/2024
2.1.333 82 11/8/2024
2.1.332 76 11/8/2024
2.1.331 81 11/8/2024
2.1.330 85 11/8/2024
2.1.329 82 11/8/2024
2.1.328 86 11/8/2024
2.1.327 79 11/8/2024
2.1.326 85 11/8/2024
2.1.325 78 11/8/2024
2.1.324 77 11/8/2024
2.1.323 81 11/8/2024
2.1.322 83 11/6/2024
2.1.321 84 11/1/2024
2.1.320 87 11/1/2024
2.1.319 86 11/1/2024
2.1.318 87 11/1/2024
2.1.317 76 11/1/2024
2.1.316 84 10/29/2024
2.1.315 79 10/29/2024
2.1.314 89 10/29/2024
2.1.313 80 10/29/2024
2.1.312 78 10/29/2024
2.1.311 82 10/29/2024
2.1.310 84 10/29/2024
2.1.309 89 10/29/2024
2.1.308 76 10/29/2024
2.1.307 76 10/29/2024
2.1.306 76 10/28/2024
2.1.305 76 10/28/2024
2.1.304 80 10/28/2024
2.1.303 83 10/26/2024
2.1.302 85 10/26/2024
2.1.301 80 10/26/2024
2.1.300 80 10/26/2024
2.1.299 82 10/22/2024
2.1.298 83 10/22/2024
2.1.297 79 10/22/2024
2.1.296 95 10/22/2024
2.1.295 85 10/22/2024
2.1.294 87 10/22/2024
2.1.293 78 10/22/2024
2.1.292 95 10/22/2024
2.1.291 90 10/22/2024
2.1.290 88 10/22/2024
2.1.289 107 10/18/2024
2.1.288 75 10/17/2024
2.1.287 74 10/17/2024
2.1.286 84 10/17/2024
2.1.285 69 10/17/2024
2.1.284 97 10/15/2024
2.1.283 87 10/15/2024
2.1.282 83 10/15/2024
2.1.281 82 10/15/2024
2.1.280 88 10/14/2024
2.1.279 85 10/14/2024
2.1.278 87 10/12/2024
2.1.277 88 10/12/2024
2.1.276 85 10/12/2024
2.1.275 85 10/11/2024
2.1.274 87 10/11/2024
2.1.273 99 10/11/2024
2.1.272 90 10/9/2024
2.1.271 91 10/9/2024
2.1.270 88 10/9/2024
2.1.269 84 10/9/2024
2.1.268 86 10/9/2024
2.1.267 83 10/9/2024
2.1.266 92 10/8/2024
2.1.265 88 10/8/2024
2.1.264 89 10/8/2024
2.1.263 91 10/8/2024
2.1.262 86 10/8/2024
2.1.261 88 10/8/2024
2.1.260 87 10/8/2024
2.1.259 82 10/8/2024
2.1.258 88 10/8/2024
2.1.257 85 10/3/2024
2.1.256 78 10/3/2024
2.1.255 83 10/3/2024
2.1.254 84 10/3/2024
2.1.253 85 10/3/2024
2.1.252 88 10/3/2024
2.1.251 83 10/3/2024
2.1.250 84 10/3/2024
2.1.249 78 10/3/2024
2.1.248 82 10/2/2024
2.1.247 86 10/2/2024
2.1.246 84 10/2/2024
2.1.245 81 10/2/2024
2.1.244 82 10/2/2024
2.1.243 79 10/2/2024
2.1.242 87 10/2/2024
2.1.241 88 10/2/2024
2.1.240 80 10/2/2024
2.1.239 87 10/2/2024
2.1.238 84 10/1/2024
2.1.237 84 10/1/2024
2.1.236 88 10/1/2024
2.1.235 84 10/1/2024
2.1.234 82 10/1/2024
2.1.233 85 10/1/2024
2.1.232 87 10/1/2024
2.1.231 84 10/1/2024
2.1.230 86 10/1/2024
2.1.229 61 9/30/2024
2.1.228 60 9/29/2024
2.1.227 58 9/29/2024
2.1.226 62 9/29/2024
2.1.225 54 9/29/2024
2.1.224 54 9/29/2024
2.1.223 57 9/29/2024
2.1.222 58 9/29/2024
2.1.221 58 9/29/2024
2.1.220 56 9/29/2024
2.1.219 59 9/28/2024
2.1.218 54 9/27/2024
2.1.217 53 9/27/2024
2.1.216 59 9/27/2024
2.1.215 59 9/27/2024
2.1.214 60 9/27/2024
2.1.213 58 9/27/2024
2.1.212 57 9/27/2024
2.1.211 54 9/27/2024
2.1.210 58 9/27/2024
2.1.209 58 9/27/2024
2.1.208 56 9/27/2024
2.1.207 57 9/26/2024
2.1.206 59 9/26/2024
2.1.205 56 9/26/2024
2.1.204 54 9/26/2024
2.1.203 57 9/26/2024
2.1.202 56 9/26/2024
2.1.201 56 9/26/2024
2.1.200 59 9/26/2024
2.1.199 56 9/26/2024
2.1.198 57 9/26/2024
2.1.197 54 9/26/2024
2.1.195 60 9/26/2024
2.1.194 54 9/26/2024
2.1.193 59 9/23/2024
2.1.192 58 9/23/2024
2.1.191 56 9/23/2024
2.1.190 56 9/23/2024
2.1.189 56 9/23/2024
2.1.188 62 9/23/2024
2.1.187 60 9/23/2024
2.1.186 59 9/23/2024
2.1.185 60 9/23/2024
2.1.184 55 9/23/2024
2.1.183 61 9/23/2024
2.1.182 55 9/23/2024
2.1.181 60 9/23/2024
2.1.180 50 9/23/2024
2.1.179 59 9/23/2024
2.1.178 59 9/23/2024
2.1.177 51 9/23/2024
2.1.176 63 9/23/2024
2.1.175 58 9/23/2024
2.1.174 55 9/23/2024
2.1.173 54 9/23/2024
2.1.172 50 9/20/2024
2.1.171 57 9/18/2024
2.1.170 59 9/18/2024
2.1.169 61 9/18/2024
2.1.168 55 9/18/2024
2.1.167 62 9/18/2024
2.1.166 60 9/18/2024
2.1.165 57 9/18/2024
2.1.163 60 9/17/2024
2.1.162 59 9/17/2024
2.1.161 62 9/17/2024
2.1.160 62 9/17/2024
2.1.159 62 9/17/2024
2.1.158 63 9/17/2024
2.1.157 57 9/17/2024
2.1.156 57 9/17/2024
2.1.155 60 9/17/2024
2.1.154 64 9/17/2024
2.1.153 57 9/17/2024
2.1.152 58 9/17/2024
2.1.151 69 9/17/2024
2.1.150 59 9/17/2024
2.1.149 63 9/17/2024
2.1.148 62 9/17/2024
2.1.147 54 9/17/2024
2.1.146 57 9/17/2024
2.1.145 58 9/16/2024
2.1.144 80 9/16/2024
2.1.143 65 9/16/2024
2.1.142 65 9/16/2024
2.1.141 58 9/16/2024
2.1.140 63 9/12/2024
2.1.139 59 9/12/2024
2.1.138 63 9/12/2024
2.1.137 62 9/12/2024
2.1.136 59 9/12/2024
2.1.135 66 9/12/2024
2.1.134 62 9/11/2024
2.1.133 62 9/11/2024
2.1.132 64 9/11/2024
2.1.131 58 9/11/2024
2.1.130 65 9/11/2024
2.1.129 62 9/11/2024
2.1.128 63 9/11/2024
2.1.127 62 9/11/2024
2.1.125 66 9/11/2024
2.1.123 65 9/11/2024
2.1.122 61 9/11/2024
2.1.121 63 9/11/2024
2.1.120 66 9/11/2024
2.1.119 66 9/10/2024
2.1.118 56 9/10/2024
2.1.117 69 9/10/2024
2.1.116 59 9/10/2024
2.1.115 65 9/10/2024
2.1.114 60 9/10/2024
2.1.113 64 9/10/2024
2.1.112 57 9/9/2024
2.1.111 62 9/9/2024
2.1.108 59 9/9/2024
2.1.105 65 9/9/2024
2.1.104 65 9/9/2024
2.1.103 61 9/9/2024
2.1.102 59 9/9/2024
2.1.101 59 9/9/2024
2.1.100 59 9/9/2024
2.1.99 57 9/9/2024
2.1.98 67 9/9/2024
2.1.97 64 9/7/2024
2.1.96 69 9/7/2024
2.1.95 66 9/7/2024
2.1.94 66 9/7/2024
2.1.93 62 9/7/2024
2.1.92 68 9/6/2024
2.1.91 65 9/6/2024
2.1.90 62 9/6/2024
2.1.89 66 9/6/2024
2.1.88 64 9/6/2024
2.1.87 66 9/5/2024
2.1.86 57 9/5/2024
2.1.85 64 9/5/2024
2.1.84 64 9/5/2024
2.1.83 59 9/5/2024
2.1.82 62 9/5/2024
2.1.81 67 9/5/2024
2.1.80 66 9/5/2024
2.1.79 66 9/5/2024
2.1.78 61 9/5/2024
2.1.77 65 9/5/2024
2.1.76 65 9/5/2024
2.1.75 69 9/5/2024
2.1.74 62 9/5/2024
2.1.73 65 9/4/2024
2.1.72 58 9/4/2024
2.1.71 69 9/4/2024
2.1.70 66 9/4/2024
2.1.69 61 9/4/2024
2.1.68 64 9/4/2024
2.1.67 64 9/3/2024
2.1.66 62 9/3/2024
2.1.65 64 9/3/2024
2.1.64 60 9/3/2024
2.1.63 69 9/3/2024
2.1.62 61 9/3/2024
2.1.61 62 9/3/2024
2.1.60 60 9/3/2024
2.1.59 62 9/3/2024
2.1.58 60 9/3/2024
2.1.57 59 9/3/2024
2.1.56 64 8/29/2024
2.1.55 61 8/29/2024
2.1.54 60 8/29/2024
2.1.53 57 8/29/2024
2.1.52 55 8/29/2024
2.1.51 69 8/26/2024
2.1.50 58 8/26/2024
2.1.49 61 8/26/2024
2.1.48 64 8/26/2024
2.1.47 79 8/24/2024
2.1.46 91 8/21/2024
2.1.45 87 8/21/2024
2.1.44 73 8/21/2024
2.1.43 86 8/21/2024
2.1.42 86 8/20/2024
2.1.41 81 8/20/2024
2.1.40 72 8/20/2024
2.1.39 68 8/20/2024
2.1.38 67 8/20/2024
2.1.37 66 8/20/2024
2.1.36 82 8/20/2024
2.1.35 75 8/19/2024
2.1.34 85 8/15/2024
2.1.33 74 8/15/2024
2.1.32 75 8/15/2024
2.1.31 85 8/15/2024
2.1.30 82 8/13/2024
2.1.29 80 8/13/2024
2.1.28 64 8/7/2024
2.1.27 54 8/6/2024
2.1.26 48 8/6/2024
2.1.25 48 8/6/2024
2.1.24 63 8/1/2024
2.1.23 58 8/1/2024
2.1.22 57 8/1/2024
2.1.21 58 8/1/2024
2.1.20 60 8/1/2024
2.1.19 54 7/31/2024
2.1.18 54 7/26/2024
2.1.17 70 7/25/2024
2.1.16 67 7/25/2024
2.1.15 57 7/24/2024
2.1.14 61 7/24/2024
2.1.13 61 7/24/2024
2.1.12 66 7/24/2024
2.1.11 73 7/20/2024
2.1.10 71 7/20/2024
2.1.9 67 7/20/2024
2.1.8 73 7/20/2024
2.1.7 76 7/20/2024
2.1.6 60 7/15/2024
2.1.5 72 7/14/2024
2.1.4 69 7/14/2024
2.1.3 57 7/12/2024
2.1.2 59 7/12/2024
2.1.1 59 7/12/2024