Soenneker.Azure.OpenAI.Client.Chat 2.1.182

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Azure.OpenAI.Client.Chat --version 2.1.182                
NuGet\Install-Package Soenneker.Azure.OpenAI.Client.Chat -Version 2.1.182                
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.Azure.OpenAI.Client.Chat" Version="2.1.182" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Azure.OpenAI.Client.Chat --version 2.1.182                
#r "nuget: Soenneker.Azure.OpenAI.Client.Chat, 2.1.182"                
#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.Azure.OpenAI.Client.Chat as a Cake Addin
#addin nuget:?package=Soenneker.Azure.OpenAI.Client.Chat&version=2.1.182

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

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 Azure OpenAI Chat (completions) client

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

For the direct from OpenAI version of this: Soenneker.OpenAI.Client.Chat

Installation

dotnet add package Soenneker.Azure.OpenAI.Client.Chat

Register:

builder.services.AddAzureOpenAIChatClientAsSingleton();

IConfiguration values:

"Azure:OpenAI:Deployment"
"Azure:OpenAI:ApiKey"
"Azure:OpenAI:Uri"

Usage

public class OpenAIService
{
    private readonly IAzureOpenAIChatClient _chatClient;

    public OpenAIService(IAzureOpenAIChatClient 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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
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.664 0 12/19/2024
3.0.663 3 12/19/2024
3.0.662 22 12/19/2024
3.0.661 18 12/19/2024
3.0.660 19 12/19/2024
3.0.659 27 12/19/2024
3.0.658 28 12/19/2024
3.0.657 25 12/19/2024
3.0.656 36 12/19/2024
3.0.655 36 12/18/2024
3.0.654 31 12/18/2024
3.0.653 33 12/18/2024
3.0.652 33 12/18/2024
3.0.651 42 12/18/2024
3.0.650 43 12/17/2024
3.0.649 39 12/17/2024
3.0.648 43 12/17/2024
3.0.647 53 12/17/2024
3.0.646 53 12/17/2024
3.0.645 51 12/17/2024
3.0.644 59 12/17/2024
3.0.643 63 12/17/2024
3.0.642 61 12/16/2024
3.0.641 58 12/16/2024
3.0.640 60 12/16/2024
3.0.639 63 12/16/2024
3.0.638 131 12/10/2024
3.0.637 71 12/10/2024
3.0.636 71 12/10/2024
3.0.635 66 12/10/2024
3.0.634 63 12/10/2024
3.0.633 62 12/10/2024
3.0.632 69 12/10/2024
3.0.631 69 12/10/2024
3.0.630 69 12/9/2024
3.0.629 70 12/9/2024
3.0.628 72 12/9/2024
3.0.627 79 12/9/2024
3.0.626 61 12/9/2024
3.0.625 69 12/9/2024
3.0.624 72 12/9/2024
3.0.623 72 12/9/2024
3.0.622 63 12/9/2024
3.0.621 78 12/9/2024
3.0.620 73 12/9/2024
3.0.619 83 12/7/2024
3.0.618 85 12/7/2024
3.0.617 81 12/7/2024
3.0.616 78 12/6/2024
3.0.615 69 12/6/2024
3.0.614 72 12/6/2024
3.0.613 66 12/6/2024
3.0.612 69 12/6/2024
3.0.611 70 12/6/2024
3.0.610 74 12/6/2024
3.0.609 67 12/6/2024
3.0.608 69 12/6/2024
3.0.607 79 12/6/2024
3.0.606 81 12/6/2024
3.0.605 73 12/6/2024
3.0.604 69 12/6/2024
3.0.603 75 12/6/2024
3.0.602 72 12/6/2024
3.0.601 76 12/6/2024
3.0.600 69 12/6/2024
3.0.599 69 12/6/2024
3.0.598 71 12/6/2024
3.0.597 69 12/6/2024
3.0.596 79 12/6/2024
3.0.595 74 12/6/2024
3.0.594 72 12/6/2024
3.0.593 82 12/6/2024
3.0.592 71 12/6/2024
3.0.591 71 12/6/2024
3.0.590 65 12/6/2024
3.0.589 69 12/6/2024
3.0.588 67 12/6/2024
3.0.587 71 12/6/2024
3.0.586 72 12/6/2024
3.0.585 65 12/6/2024
3.0.584 63 12/6/2024
3.0.583 79 12/6/2024
3.0.580 78 12/6/2024
3.0.579 74 12/6/2024
3.0.578 72 12/5/2024
3.0.577 68 12/5/2024
3.0.576 73 12/5/2024
3.0.575 72 12/5/2024
3.0.574 79 12/5/2024
3.0.573 69 12/5/2024
3.0.572 71 12/5/2024
3.0.571 75 12/5/2024
3.0.570 72 12/5/2024
3.0.569 75 12/5/2024
3.0.568 78 12/5/2024
3.0.567 79 12/5/2024
3.0.566 74 12/5/2024
3.0.565 69 12/5/2024
3.0.564 74 12/5/2024
3.0.563 71 12/5/2024
3.0.562 69 12/5/2024
3.0.561 80 12/5/2024
3.0.560 74 12/5/2024
3.0.559 69 12/5/2024
3.0.558 76 12/5/2024
3.0.557 70 12/5/2024
3.0.556 78 12/4/2024
3.0.555 68 12/4/2024
3.0.554 72 12/4/2024
3.0.553 72 12/4/2024
3.0.552 70 12/4/2024
3.0.551 68 12/4/2024
3.0.550 79 12/4/2024
3.0.549 73 12/4/2024
3.0.548 76 12/4/2024
3.0.547 68 12/4/2024
3.0.546 74 12/4/2024
3.0.545 78 12/4/2024
3.0.544 74 12/4/2024
3.0.543 73 12/4/2024
3.0.542 74 12/4/2024
3.0.541 72 12/4/2024
3.0.540 70 12/4/2024
3.0.539 80 12/3/2024
3.0.538 81 12/3/2024
3.0.537 76 12/3/2024
3.0.536 79 12/3/2024
3.0.535 85 12/3/2024
3.0.534 74 12/3/2024
3.0.533 68 12/3/2024
3.0.532 82 12/3/2024
3.0.531 75 12/3/2024
3.0.530 80 12/3/2024
3.0.529 79 12/3/2024
3.0.528 83 12/3/2024
3.0.527 76 12/3/2024
3.0.526 78 12/3/2024
3.0.525 78 12/3/2024
3.0.524 75 12/3/2024
3.0.523 68 12/3/2024
3.0.522 61 12/3/2024
3.0.521 69 12/2/2024
3.0.520 64 12/2/2024
3.0.519 68 12/2/2024
3.0.518 71 12/2/2024
3.0.517 76 12/2/2024
3.0.516 71 12/2/2024
3.0.515 86 12/2/2024
3.0.514 68 12/2/2024
3.0.513 69 12/2/2024
3.0.512 78 12/2/2024
3.0.511 72 12/2/2024
3.0.510 71 12/2/2024
3.0.509 83 12/2/2024
3.0.508 66 12/2/2024
3.0.507 69 12/2/2024
3.0.506 74 12/2/2024
3.0.505 68 12/2/2024
3.0.504 80 12/1/2024
3.0.503 74 12/1/2024
3.0.502 71 12/1/2024
3.0.501 66 12/1/2024
3.0.500 74 12/1/2024
3.0.499 78 12/1/2024
3.0.498 79 12/1/2024
3.0.497 71 12/1/2024
3.0.496 80 12/1/2024
3.0.495 67 12/1/2024
3.0.494 75 11/29/2024
3.0.493 81 11/29/2024
3.0.492 76 11/29/2024
3.0.491 79 11/29/2024
3.0.490 82 11/29/2024
3.0.489 71 11/29/2024
3.0.488 75 11/29/2024
3.0.487 88 11/21/2024
3.0.486 75 11/21/2024
3.0.485 78 11/21/2024
3.0.484 71 11/21/2024
3.0.483 78 11/21/2024
3.0.482 75 11/21/2024
3.0.481 70 11/21/2024
3.0.480 82 11/20/2024
3.0.479 82 11/20/2024
3.0.478 74 11/20/2024
3.0.477 79 11/20/2024
3.0.476 75 11/20/2024
3.0.475 77 11/20/2024
3.0.474 84 11/20/2024
3.0.473 80 11/20/2024
3.0.472 79 11/20/2024
3.0.471 81 11/20/2024
3.0.470 77 11/20/2024
3.0.469 85 11/20/2024
3.0.468 74 11/20/2024
3.0.467 75 11/20/2024
3.0.466 75 11/20/2024
3.0.465 74 11/20/2024
3.0.464 76 11/20/2024
3.0.463 68 11/20/2024
3.0.462 73 11/20/2024
3.0.461 76 11/20/2024
3.0.460 82 11/20/2024
3.0.459 74 11/19/2024
3.0.458 75 11/19/2024
3.0.457 77 11/19/2024
3.0.456 73 11/19/2024
3.0.455 71 11/19/2024
3.0.454 81 11/19/2024
3.0.453 73 11/19/2024
3.0.452 74 11/19/2024
3.0.451 75 11/19/2024
3.0.450 73 11/19/2024
3.0.449 79 11/19/2024
3.0.448 82 11/19/2024
3.0.447 72 11/19/2024
3.0.446 77 11/19/2024
3.0.445 69 11/19/2024
3.0.444 78 11/19/2024
3.0.443 71 11/19/2024
3.0.442 75 11/19/2024
3.0.441 78 11/19/2024
3.0.440 78 11/15/2024
3.0.439 76 11/15/2024
3.0.438 70 11/15/2024
3.0.437 74 11/14/2024
3.0.436 73 11/14/2024
3.0.435 69 11/14/2024
3.0.434 72 11/14/2024
3.0.433 78 11/14/2024
3.0.432 71 11/14/2024
3.0.431 67 11/14/2024
3.0.430 69 11/14/2024
3.0.429 76 11/14/2024
3.0.428 76 11/14/2024
3.0.427 70 11/14/2024
3.0.426 71 11/14/2024
3.0.425 66 11/14/2024
3.0.424 74 11/14/2024
3.0.423 78 11/14/2024
3.0.422 70 11/14/2024
3.0.421 74 11/14/2024
3.0.420 68 11/14/2024
3.0.419 77 11/14/2024
3.0.418 78 11/14/2024
3.0.417 80 11/14/2024
3.0.416 76 11/14/2024
3.0.415 79 11/14/2024
3.0.414 79 11/14/2024
3.0.413 76 11/14/2024
3.0.412 77 11/14/2024
3.0.411 80 11/14/2024
3.0.410 76 11/14/2024
3.0.409 73 11/14/2024
3.0.408 78 11/14/2024
2.1.407 79 11/13/2024
2.1.406 73 11/13/2024
2.1.405 76 11/13/2024
2.1.404 76 11/13/2024
2.1.403 74 11/13/2024
2.1.402 74 11/13/2024
2.1.401 79 11/13/2024
2.1.400 80 11/13/2024
2.1.399 74 11/13/2024
2.1.398 81 11/13/2024
2.1.397 75 11/13/2024
2.1.396 79 11/13/2024
2.1.395 77 11/13/2024
2.1.394 79 11/12/2024
2.1.393 82 11/12/2024
2.1.392 74 11/12/2024
2.1.391 76 11/12/2024
2.1.390 360 11/9/2024
2.1.389 83 11/9/2024
2.1.388 82 11/9/2024
2.1.387 78 11/9/2024
2.1.386 87 11/9/2024
2.1.385 85 11/9/2024
2.1.384 73 11/9/2024
2.1.383 88 11/9/2024
2.1.382 82 11/9/2024
2.1.381 80 11/9/2024
2.1.380 78 11/9/2024
2.1.379 83 11/8/2024
2.1.378 76 11/8/2024
2.1.377 77 11/8/2024
2.1.376 95 11/8/2024
2.1.375 81 11/8/2024
2.1.374 82 11/8/2024
2.1.373 78 11/8/2024
2.1.372 75 11/8/2024
2.1.371 78 11/8/2024
2.1.370 75 11/8/2024
2.1.369 76 11/8/2024
2.1.368 82 11/8/2024
2.1.367 80 11/8/2024
2.1.366 76 11/8/2024
2.1.365 83 11/8/2024
2.1.364 84 11/8/2024
2.1.363 73 11/8/2024
2.1.362 72 11/6/2024
2.1.361 76 11/6/2024
2.1.360 167 11/1/2024
2.1.359 75 11/1/2024
2.1.358 76 11/1/2024
2.1.357 73 11/1/2024
2.1.356 78 11/1/2024
2.1.355 68 11/1/2024
2.1.354 75 11/1/2024
2.1.353 80 11/1/2024
2.1.352 72 11/1/2024
2.1.351 90 10/29/2024
2.1.350 79 10/29/2024
2.1.349 69 10/29/2024
2.1.348 70 10/29/2024
2.1.347 77 10/29/2024
2.1.346 72 10/29/2024
2.1.345 72 10/29/2024
2.1.344 73 10/29/2024
2.1.343 70 10/29/2024
2.1.342 68 10/29/2024
2.1.341 73 10/29/2024
2.1.340 78 10/29/2024
2.1.339 78 10/29/2024
2.1.338 76 10/29/2024
2.1.337 73 10/29/2024
2.1.336 76 10/29/2024
2.1.335 75 10/29/2024
2.1.334 77 10/29/2024
2.1.333 72 10/29/2024
2.1.332 74 10/29/2024
2.1.331 79 10/28/2024
2.1.330 81 10/28/2024
2.1.329 76 10/28/2024
2.1.328 76 10/28/2024
2.1.327 224 10/27/2024
2.1.326 83 10/27/2024
2.1.325 79 10/27/2024
2.1.324 83 10/26/2024
2.1.323 78 10/26/2024
2.1.322 70 10/26/2024
2.1.321 77 10/26/2024
2.1.320 96 10/24/2024
2.1.319 126 10/22/2024
2.1.318 81 10/22/2024
2.1.317 76 10/22/2024
2.1.316 82 10/22/2024
2.1.315 88 10/22/2024
2.1.314 95 10/22/2024
2.1.313 78 10/22/2024
2.1.312 63 10/22/2024
2.1.311 66 10/22/2024
2.1.310 65 10/22/2024
2.1.309 101 10/17/2024
2.1.308 79 10/17/2024
2.1.307 78 10/17/2024
2.1.306 71 10/17/2024
2.1.305 124 10/15/2024
2.1.304 79 10/15/2024
2.1.303 79 10/15/2024
2.1.302 80 10/15/2024
2.1.301 77 10/14/2024
2.1.300 81 10/14/2024
2.1.299 91 10/12/2024
2.1.298 87 10/12/2024
2.1.297 77 10/12/2024
2.1.296 89 10/11/2024
2.1.295 85 10/11/2024
2.1.294 86 10/11/2024
2.1.293 80 10/11/2024
2.1.292 110 10/9/2024
2.1.291 85 10/9/2024
2.1.290 83 10/9/2024
2.1.289 79 10/9/2024
2.1.288 89 10/9/2024
2.1.287 84 10/8/2024
2.1.286 81 10/8/2024
2.1.285 82 10/8/2024
2.1.284 81 10/8/2024
2.1.283 83 10/8/2024
2.1.282 85 10/8/2024
2.1.281 82 10/8/2024
2.1.280 87 10/8/2024
2.1.279 83 10/8/2024
2.1.278 79 10/8/2024
2.1.277 90 10/8/2024
2.1.276 78 10/8/2024
2.1.275 160 10/3/2024
2.1.274 74 10/3/2024
2.1.273 70 10/3/2024
2.1.272 86 10/3/2024
2.1.271 86 10/3/2024
2.1.270 83 10/3/2024
2.1.269 84 10/3/2024
2.1.268 81 10/3/2024
2.1.267 78 10/3/2024
2.1.266 82 10/3/2024
2.1.265 86 10/3/2024
2.1.264 89 10/2/2024
2.1.263 80 10/2/2024
2.1.262 83 10/2/2024
2.1.261 89 10/2/2024
2.1.260 86 10/2/2024
2.1.259 88 10/2/2024
2.1.258 81 10/2/2024
2.1.257 84 10/2/2024
2.1.256 89 10/2/2024
2.1.255 168 10/1/2024
2.1.254 85 10/1/2024
2.1.253 84 10/1/2024
2.1.252 81 10/1/2024
2.1.251 90 10/1/2024
2.1.250 80 10/1/2024
2.1.249 54 10/1/2024
2.1.248 54 10/1/2024
2.1.247 59 10/1/2024
2.1.246 56 10/1/2024
2.1.245 60 9/30/2024
2.1.244 52 9/29/2024
2.1.243 55 9/29/2024
2.1.242 50 9/29/2024
2.1.241 51 9/29/2024
2.1.240 52 9/29/2024
2.1.239 49 9/29/2024
2.1.238 57 9/29/2024
2.1.237 53 9/29/2024
2.1.236 55 9/29/2024
2.1.235 53 9/29/2024
2.1.234 57 9/27/2024
2.1.233 50 9/27/2024
2.1.232 50 9/27/2024
2.1.231 55 9/27/2024
2.1.230 55 9/27/2024
2.1.229 54 9/27/2024
2.1.228 50 9/27/2024
2.1.227 55 9/27/2024
2.1.226 55 9/27/2024
2.1.225 53 9/27/2024
2.1.224 52 9/27/2024
2.1.223 50 9/27/2024
2.1.222 49 9/27/2024
2.1.221 61 9/26/2024
2.1.220 51 9/26/2024
2.1.219 57 9/26/2024
2.1.218 56 9/26/2024
2.1.217 52 9/26/2024
2.1.216 57 9/26/2024
2.1.215 56 9/26/2024
2.1.212 54 9/26/2024
2.1.211 49 9/26/2024
2.1.210 53 9/26/2024
2.1.209 52 9/26/2024
2.1.208 78 9/23/2024
2.1.207 52 9/23/2024
2.1.206 53 9/23/2024
2.1.205 45 9/23/2024
2.1.204 54 9/23/2024
2.1.203 52 9/23/2024
2.1.202 50 9/23/2024
2.1.201 49 9/23/2024
2.1.200 50 9/23/2024
2.1.199 51 9/23/2024
2.1.198 52 9/23/2024
2.1.197 55 9/23/2024
2.1.196 50 9/23/2024
2.1.195 53 9/23/2024
2.1.194 55 9/23/2024
2.1.193 48 9/23/2024
2.1.192 54 9/23/2024
2.1.191 50 9/23/2024
2.1.190 51 9/23/2024
2.1.189 49 9/23/2024
2.1.188 52 9/23/2024
2.1.187 53 9/23/2024
2.1.186 53 9/23/2024
2.1.185 58 9/18/2024
2.1.184 56 9/18/2024
2.1.183 88 9/18/2024
2.1.182 55 9/18/2024
2.1.181 58 9/18/2024
2.1.180 56 9/18/2024
2.1.179 55 9/18/2024
2.1.178 51 9/17/2024
2.1.177 63 9/17/2024
2.1.176 59 9/17/2024
2.1.175 53 9/17/2024
2.1.174 55 9/17/2024
2.1.173 60 9/17/2024
2.1.172 59 9/17/2024
2.1.171 56 9/17/2024
2.1.170 57 9/17/2024
2.1.169 60 9/17/2024
2.1.168 58 9/17/2024
2.1.167 55 9/17/2024
2.1.166 55 9/17/2024
2.1.165 53 9/17/2024
2.1.164 54 9/17/2024
2.1.163 55 9/17/2024
2.1.162 52 9/17/2024
2.1.161 76 9/17/2024
2.1.160 52 9/17/2024
2.1.159 61 9/17/2024
2.1.158 57 9/16/2024
2.1.157 62 9/16/2024
2.1.156 56 9/16/2024
2.1.155 60 9/16/2024
2.1.154 56 9/16/2024
2.1.153 98 9/12/2024
2.1.152 68 9/12/2024
2.1.151 64 9/12/2024
2.1.150 55 9/12/2024
2.1.149 62 9/12/2024
2.1.148 55 9/12/2024
2.1.146 62 9/11/2024
2.1.145 61 9/11/2024
2.1.144 60 9/11/2024
2.1.143 60 9/11/2024
2.1.142 59 9/11/2024
2.1.141 55 9/11/2024
2.1.140 57 9/11/2024
2.1.139 67 9/11/2024
2.1.138 60 9/11/2024
2.1.137 57 9/11/2024
2.1.136 60 9/11/2024
2.1.135 62 9/11/2024
2.1.134 91 9/11/2024
2.1.133 59 9/10/2024
2.1.132 57 9/10/2024
2.1.131 51 9/10/2024
2.1.130 51 9/10/2024
2.1.127 54 9/9/2024
2.1.126 51 9/9/2024
2.1.125 68 9/9/2024
2.1.124 56 9/9/2024
2.1.123 58 9/9/2024
2.1.122 57 9/9/2024
2.1.121 57 9/9/2024
2.1.120 53 9/9/2024
2.1.119 55 9/9/2024
2.1.118 94 9/7/2024
2.1.117 55 9/7/2024
2.1.116 66 9/6/2024
2.1.115 61 9/6/2024
2.1.114 58 9/6/2024
2.1.113 98 9/5/2024
2.1.112 58 9/5/2024
2.1.111 66 9/5/2024
2.1.110 59 9/5/2024
2.1.109 51 9/5/2024
2.1.108 59 9/5/2024
2.1.107 55 9/5/2024
2.1.106 55 9/5/2024
2.1.105 66 9/5/2024
2.1.104 59 9/4/2024
2.1.103 112 9/4/2024
2.1.102 60 9/3/2024
2.1.101 56 9/3/2024
2.1.100 62 9/3/2024
2.1.99 55 9/3/2024
2.1.98 64 9/3/2024
2.1.97 52 9/3/2024
2.1.96 51 9/3/2024
2.1.95 59 9/3/2024
2.1.94 54 9/3/2024
2.1.93 53 9/3/2024
2.1.92 55 8/30/2024
2.1.91 56 8/29/2024
2.1.90 48 8/29/2024
2.1.89 53 8/29/2024
2.1.88 50 8/29/2024
2.1.87 48 8/29/2024
2.1.86 124 8/26/2024
2.1.85 56 8/26/2024
2.1.84 59 8/26/2024
2.1.83 66 8/26/2024
2.1.82 70 8/24/2024
2.1.81 155 8/21/2024
2.1.80 91 8/21/2024
2.1.79 83 8/21/2024
2.1.78 77 8/21/2024
2.1.77 75 8/21/2024
2.1.76 72 8/21/2024
2.1.75 70 8/21/2024
2.1.74 84 8/20/2024
2.1.73 78 8/20/2024
2.1.72 77 8/20/2024
2.1.71 70 8/20/2024
2.1.70 71 8/20/2024
2.1.69 70 8/20/2024
2.1.68 67 8/20/2024
2.1.67 62 8/20/2024
2.1.66 63 8/20/2024
2.1.65 80 8/20/2024
2.1.64 76 8/20/2024
2.1.63 73 8/20/2024
2.1.62 81 8/19/2024
2.1.61 75 8/19/2024
2.1.60 122 8/15/2024
2.1.59 72 8/15/2024
2.1.58 69 8/15/2024
2.1.57 71 8/15/2024
2.1.56 73 8/15/2024
2.1.55 75 8/15/2024
2.1.54 68 8/14/2024
2.1.53 72 8/13/2024
2.1.52 72 8/13/2024
2.1.51 59 8/7/2024
2.1.50 56 8/7/2024
2.1.49 56 8/7/2024
2.1.48 52 8/7/2024
2.1.47 52 8/6/2024
2.1.46 45 8/6/2024
2.1.45 41 8/6/2024
2.1.44 45 8/6/2024
2.1.43 145 8/1/2024
2.1.42 61 8/1/2024
2.1.41 56 8/1/2024
2.1.40 58 8/1/2024
2.1.39 50 8/1/2024
2.1.38 52 8/1/2024
2.1.37 52 8/1/2024
2.1.36 50 8/1/2024
2.1.35 56 8/1/2024
2.1.34 121 7/25/2024
2.1.33 59 7/25/2024
2.1.32 106 7/25/2024
2.1.31 99 7/25/2024
2.1.30 62 7/25/2024
2.1.29 63 7/24/2024
2.1.28 59 7/24/2024
2.1.27 47 7/24/2024
2.1.26 46 7/24/2024
2.1.25 51 7/24/2024
2.1.24 57 7/24/2024
2.1.23 91 7/20/2024
2.1.22 64 7/20/2024
2.1.21 59 7/20/2024
2.1.20 66 7/20/2024
2.1.19 63 7/20/2024
2.1.18 142 7/14/2024
2.1.17 60 7/14/2024
2.1.16 56 7/14/2024
2.1.15 57 7/14/2024
2.1.14 58 7/14/2024
2.1.13 60 7/14/2024
2.1.12 58 7/14/2024
2.1.11 57 7/14/2024
2.1.10 55 7/14/2024
2.1.9 55 7/14/2024
2.1.8 60 7/12/2024
2.1.7 59 7/12/2024
2.1.6 58 7/12/2024
2.1.5 67 7/12/2024
2.1.4 58 7/12/2024
2.1.3 62 7/12/2024
2.1.2 58 7/12/2024
2.1.1 57 7/12/2024