Soenneker.OpenAI.Client.Chat 3.0.614

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.614                
NuGet\Install-Package Soenneker.OpenAI.Client.Chat -Version 3.0.614                
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.614" />                
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.614                
#r "nuget: Soenneker.OpenAI.Client.Chat, 3.0.614"                
#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.614

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

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.632 43 1/3/2025
3.0.631 42 1/3/2025
3.0.630 37 1/3/2025
3.0.629 43 1/3/2025
3.0.628 39 1/3/2025
3.0.627 43 1/3/2025
3.0.626 41 1/3/2025
3.0.625 44 1/2/2025
3.0.624 39 1/2/2025
3.0.623 44 1/2/2025
3.0.622 39 1/2/2025
3.0.621 43 1/2/2025
3.0.620 37 1/2/2025
3.0.619 41 1/2/2025
3.0.618 51 1/1/2025
3.0.617 46 1/1/2025
3.0.616 51 1/1/2025
3.0.615 48 1/1/2025
3.0.614 49 1/1/2025
3.0.613 46 1/1/2025
3.0.612 47 1/1/2025
3.0.611 47 1/1/2025
3.0.610 49 1/1/2025
3.0.609 49 1/1/2025
3.0.608 40 1/1/2025
3.0.607 44 12/31/2024
3.0.606 43 12/31/2024
3.0.605 41 12/31/2024
3.0.604 44 12/31/2024
3.0.603 42 12/31/2024
3.0.602 43 12/31/2024
3.0.601 41 12/31/2024
3.0.600 40 12/31/2024
3.0.599 48 12/31/2024
3.0.598 41 12/31/2024
3.0.597 35 12/31/2024
3.0.596 35 12/31/2024
3.0.595 62 12/31/2024
3.0.594 64 12/31/2024
3.0.593 68 12/31/2024
3.0.592 66 12/31/2024
3.0.591 69 12/31/2024
3.0.590 68 12/31/2024
3.0.589 64 12/31/2024
3.0.588 84 12/28/2024
3.0.587 80 12/28/2024
3.0.586 74 12/28/2024
3.0.585 77 12/27/2024
3.0.584 75 12/27/2024
3.0.583 79 12/27/2024
3.0.582 81 12/24/2024
3.0.581 81 12/24/2024
3.0.580 77 12/24/2024
3.0.579 77 12/24/2024
3.0.578 77 12/24/2024
3.0.577 86 12/24/2024
3.0.576 86 12/24/2024
3.0.575 75 12/24/2024
3.0.574 73 12/24/2024
3.0.573 81 12/24/2024
3.0.572 80 12/24/2024
3.0.571 76 12/24/2024
3.0.570 83 12/24/2024
3.0.569 79 12/24/2024
3.0.568 71 12/24/2024
3.0.567 79 12/24/2024
3.0.566 71 12/24/2024
3.0.565 82 12/23/2024
3.0.564 71 12/23/2024
3.0.563 75 12/23/2024
3.0.562 66 12/23/2024
3.0.561 78 12/23/2024
3.0.560 67 12/23/2024
3.0.559 74 12/23/2024
3.0.558 75 12/23/2024
3.0.557 74 12/23/2024
3.0.556 80 12/23/2024
3.0.555 77 12/22/2024
3.0.554 74 12/22/2024
3.0.553 78 12/22/2024
3.0.552 73 12/22/2024
3.0.551 76 12/22/2024
3.0.550 75 12/22/2024
3.0.549 79 12/22/2024
3.0.548 67 12/22/2024
3.0.547 71 12/22/2024
3.0.546 80 12/22/2024
3.0.545 76 12/22/2024
3.0.544 77 12/22/2024
3.0.543 80 12/21/2024
3.0.542 78 12/21/2024
3.0.541 78 12/21/2024
3.0.540 72 12/21/2024
3.0.539 72 12/21/2024
3.0.538 76 12/21/2024
3.0.537 76 12/21/2024
3.0.536 75 12/21/2024
3.0.535 74 12/21/2024
3.0.534 74 12/21/2024
3.0.533 81 12/21/2024
3.0.532 79 12/21/2024
3.0.531 75 12/21/2024
3.0.530 82 12/20/2024
3.0.529 81 12/20/2024
3.0.528 77 12/20/2024
3.0.527 75 12/20/2024
3.0.526 76 12/20/2024
3.0.525 77 12/20/2024
3.0.524 69 12/20/2024
3.0.523 77 12/20/2024
3.0.522 79 12/20/2024
3.0.521 83 12/19/2024
3.0.520 76 12/19/2024
3.0.519 69 12/19/2024
3.0.518 71 12/19/2024
3.0.517 71 12/19/2024
3.0.516 77 12/19/2024
3.0.515 75 12/19/2024
3.0.514 83 12/18/2024
3.0.513 74 12/18/2024
3.0.512 75 12/18/2024
3.0.511 85 12/17/2024
3.0.509 82 12/17/2024
3.0.508 90 12/17/2024
3.0.507 73 12/17/2024
3.0.506 76 12/17/2024
3.0.505 71 12/17/2024
3.0.504 67 12/16/2024
3.0.503 62 12/16/2024
3.0.502 66 12/16/2024
3.0.501 78 12/10/2024
3.0.500 82 12/10/2024
3.0.499 76 12/10/2024
3.0.498 73 12/10/2024
3.0.497 74 12/10/2024
3.0.496 81 12/9/2024
3.0.495 70 12/9/2024
3.0.494 85 12/9/2024
3.0.493 74 12/9/2024
3.0.492 78 12/9/2024
3.0.491 69 12/9/2024
3.0.490 73 12/9/2024
3.0.489 75 12/9/2024
3.0.488 82 12/7/2024
3.0.487 91 12/6/2024
3.0.486 79 12/6/2024
3.0.485 80 12/6/2024
3.0.484 87 12/6/2024
3.0.483 90 12/6/2024
3.0.482 76 12/6/2024
3.0.481 83 12/6/2024
3.0.480 89 12/6/2024
3.0.479 81 12/6/2024
3.0.478 79 12/6/2024
3.0.477 84 12/6/2024
3.0.476 82 12/6/2024
3.0.475 85 12/6/2024
3.0.474 78 12/6/2024
3.0.473 84 12/6/2024
3.0.472 82 12/6/2024
3.0.471 94 12/6/2024
3.0.470 91 12/6/2024
3.0.469 78 12/6/2024
3.0.468 84 12/6/2024
3.0.467 81 12/6/2024
3.0.466 85 12/6/2024
3.0.465 83 12/6/2024
3.0.464 87 12/6/2024
3.0.463 83 12/6/2024
3.0.462 85 12/6/2024
3.0.460 85 12/5/2024
3.0.459 84 12/5/2024
3.0.458 80 12/5/2024
3.0.457 87 12/5/2024
3.0.456 89 12/5/2024
3.0.455 84 12/5/2024
3.0.454 78 12/5/2024
3.0.453 87 12/5/2024
3.0.452 80 12/5/2024
3.0.451 83 12/5/2024
3.0.450 78 12/5/2024
3.0.449 91 12/5/2024
3.0.448 83 12/5/2024
3.0.447 83 12/5/2024
3.0.446 85 12/4/2024
3.0.445 80 12/4/2024
3.0.444 79 12/4/2024
3.0.443 84 12/4/2024
3.0.442 84 12/4/2024
3.0.441 80 12/4/2024
3.0.440 90 12/4/2024
3.0.439 83 12/4/2024
3.0.438 90 12/4/2024
3.0.437 87 12/4/2024
3.0.436 88 12/4/2024
3.0.435 84 12/3/2024
3.0.434 87 12/3/2024
3.0.433 90 12/3/2024
3.0.432 89 12/3/2024
3.0.431 91 12/3/2024
3.0.430 87 12/3/2024
3.0.429 88 12/3/2024
3.0.428 81 12/3/2024
3.0.427 80 12/3/2024
3.0.426 70 12/3/2024
3.0.425 73 12/3/2024
3.0.424 72 12/3/2024
3.0.423 74 12/2/2024
3.0.422 77 12/2/2024
3.0.421 70 12/2/2024
3.0.420 77 12/2/2024
3.0.419 81 12/2/2024
3.0.418 75 12/2/2024
3.0.417 73 12/2/2024
3.0.416 81 12/2/2024
3.0.415 75 12/2/2024
3.0.414 71 12/2/2024
3.0.413 83 12/1/2024
3.0.412 79 12/1/2024
3.0.411 82 12/1/2024
3.0.410 84 12/1/2024
3.0.409 80 12/1/2024
3.0.408 74 12/1/2024
3.0.407 75 12/1/2024
3.0.406 74 12/1/2024
3.0.405 78 11/29/2024
3.0.404 80 11/29/2024
3.0.403 73 11/29/2024
3.0.402 75 11/29/2024
3.0.401 75 11/29/2024
3.0.400 89 11/21/2024
3.0.399 84 11/21/2024
3.0.398 84 11/21/2024
3.0.397 85 11/20/2024
3.0.396 93 11/20/2024
3.0.395 84 11/20/2024
3.0.394 79 11/20/2024
3.0.393 86 11/20/2024
3.0.392 82 11/20/2024
3.0.391 84 11/20/2024
3.0.390 91 11/20/2024
3.0.389 82 11/20/2024
3.0.388 82 11/20/2024
3.0.387 82 11/20/2024
3.0.386 85 11/20/2024
3.0.385 81 11/20/2024
3.0.384 80 11/20/2024
3.0.383 79 11/20/2024
3.0.382 82 11/19/2024
3.0.381 84 11/19/2024
3.0.380 83 11/19/2024
3.0.378 76 11/19/2024
3.0.377 87 11/19/2024
3.0.376 88 11/19/2024
3.0.375 83 11/19/2024
3.0.374 87 11/19/2024
3.0.373 76 11/19/2024
3.0.372 79 11/19/2024
3.0.371 79 11/19/2024
3.0.370 87 11/15/2024
3.0.369 76 11/14/2024
3.0.368 80 11/14/2024
3.0.367 80 11/14/2024
3.0.366 81 11/14/2024
3.0.365 84 11/14/2024
3.0.364 80 11/14/2024
3.0.363 80 11/14/2024
3.0.362 78 11/14/2024
3.0.361 77 11/14/2024
3.0.360 81 11/14/2024
3.0.359 84 11/14/2024
3.0.358 85 11/14/2024
3.0.357 82 11/14/2024
3.0.356 88 11/14/2024
3.0.355 86 11/14/2024
3.0.354 86 11/14/2024
3.0.353 87 11/14/2024
2.1.352 89 11/13/2024
2.1.351 90 11/13/2024
2.1.350 82 11/13/2024
2.1.349 88 11/13/2024
2.1.348 92 11/13/2024
2.1.347 85 11/13/2024
2.1.346 90 11/13/2024
2.1.345 85 11/13/2024
2.1.344 93 11/12/2024
2.1.343 86 11/12/2024
2.1.342 83 11/12/2024
2.1.341 91 11/12/2024
2.1.340 88 11/9/2024
2.1.339 93 11/9/2024
2.1.338 91 11/9/2024
2.1.337 84 11/9/2024
2.1.336 83 11/9/2024
2.1.335 85 11/9/2024
2.1.334 90 11/9/2024
2.1.333 84 11/8/2024
2.1.332 78 11/8/2024
2.1.331 83 11/8/2024
2.1.330 87 11/8/2024
2.1.329 84 11/8/2024
2.1.328 88 11/8/2024
2.1.327 83 11/8/2024
2.1.326 87 11/8/2024
2.1.325 80 11/8/2024
2.1.324 79 11/8/2024
2.1.323 83 11/8/2024
2.1.322 85 11/6/2024
2.1.321 86 11/1/2024
2.1.320 89 11/1/2024
2.1.319 88 11/1/2024
2.1.318 89 11/1/2024
2.1.317 78 11/1/2024
2.1.316 86 10/29/2024
2.1.315 81 10/29/2024
2.1.314 91 10/29/2024
2.1.313 82 10/29/2024
2.1.312 80 10/29/2024
2.1.311 84 10/29/2024
2.1.310 86 10/29/2024
2.1.309 97 10/29/2024
2.1.308 78 10/29/2024
2.1.307 78 10/29/2024
2.1.306 78 10/28/2024
2.1.305 78 10/28/2024
2.1.304 82 10/28/2024
2.1.303 85 10/26/2024
2.1.302 87 10/26/2024
2.1.301 82 10/26/2024
2.1.300 82 10/26/2024
2.1.299 84 10/22/2024
2.1.298 85 10/22/2024
2.1.297 81 10/22/2024
2.1.296 97 10/22/2024
2.1.295 87 10/22/2024
2.1.294 89 10/22/2024
2.1.293 80 10/22/2024
2.1.292 97 10/22/2024
2.1.291 92 10/22/2024
2.1.290 90 10/22/2024
2.1.289 107 10/18/2024
2.1.288 77 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 89 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 85 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 80 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 84 10/2/2024
2.1.247 88 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 57 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 53 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 58 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 64 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 60 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 67 9/6/2024
2.1.90 62 9/6/2024
2.1.89 68 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 69 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 83 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 68 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 63 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 74 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