Soenneker.Azure.OpenAI.Client.Chat 3.0.740

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

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

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:Chat: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 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.812 0 1/3/2025
3.0.811 0 1/3/2025
3.0.810 6 1/3/2025
3.0.809 4 1/3/2025
3.0.808 28 1/3/2025
3.0.807 24 1/3/2025
3.0.806 32 1/3/2025
3.0.805 26 1/3/2025
3.0.804 26 1/3/2025
3.0.803 26 1/3/2025
3.0.802 30 1/3/2025
3.0.801 38 1/2/2025
3.0.800 34 1/2/2025
3.0.799 35 1/2/2025
3.0.798 33 1/2/2025
3.0.797 35 1/2/2025
3.0.796 33 1/2/2025
3.0.795 41 1/2/2025
3.0.794 35 1/2/2025
3.0.793 36 1/2/2025
3.0.792 39 1/2/2025
3.0.791 54 1/1/2025
3.0.790 48 1/1/2025
3.0.789 45 1/1/2025
3.0.788 47 1/1/2025
3.0.787 48 1/1/2025
3.0.786 49 1/1/2025
3.0.785 41 1/1/2025
3.0.784 42 1/1/2025
3.0.783 42 1/1/2025
3.0.782 37 1/1/2025
3.0.781 37 1/1/2025
3.0.780 46 1/1/2025
3.0.779 41 1/1/2025
3.0.778 39 1/1/2025
3.0.777 39 1/1/2025
3.0.776 36 1/1/2025
3.0.775 39 1/1/2025
3.0.774 44 12/31/2024
3.0.773 36 12/31/2024
3.0.772 34 12/31/2024
3.0.771 38 12/31/2024
3.0.770 37 12/31/2024
3.0.769 36 12/31/2024
3.0.768 39 12/31/2024
3.0.767 41 12/31/2024
3.0.766 40 12/31/2024
3.0.765 39 12/31/2024
3.0.764 38 12/31/2024
3.0.763 36 12/31/2024
3.0.762 49 12/31/2024
3.0.761 48 12/31/2024
3.0.760 47 12/31/2024
3.0.759 59 12/31/2024
3.0.758 59 12/31/2024
3.0.757 57 12/31/2024
3.0.756 61 12/31/2024
3.0.755 58 12/31/2024
3.0.754 52 12/31/2024
3.0.753 67 12/31/2024
3.0.752 63 12/31/2024
3.0.751 70 12/31/2024
3.0.750 80 12/31/2024
3.0.749 77 12/28/2024
3.0.748 76 12/28/2024
3.0.747 74 12/28/2024
3.0.746 82 12/28/2024
3.0.745 71 12/28/2024
3.0.744 73 12/28/2024
3.0.743 80 12/27/2024
3.0.742 71 12/27/2024
3.0.741 73 12/27/2024
3.0.740 73 12/27/2024
3.0.739 80 12/24/2024
3.0.738 75 12/24/2024
3.0.737 82 12/24/2024
3.0.736 79 12/24/2024
3.0.735 83 12/24/2024
3.0.734 76 12/24/2024
3.0.733 74 12/24/2024
3.0.732 75 12/24/2024
3.0.731 73 12/24/2024
3.0.730 69 12/23/2024
3.0.729 73 12/23/2024
3.0.728 65 12/23/2024
3.0.727 67 12/23/2024
3.0.726 72 12/23/2024
3.0.725 65 12/23/2024
3.0.724 72 12/23/2024
3.0.723 81 12/23/2024
3.0.722 69 12/23/2024
3.0.721 72 12/23/2024
3.0.720 82 12/23/2024
3.0.719 70 12/23/2024
3.0.718 72 12/23/2024
3.0.717 65 12/23/2024
3.0.716 73 12/23/2024
3.0.715 72 12/23/2024
3.0.714 67 12/23/2024
3.0.713 77 12/23/2024
3.0.712 67 12/23/2024
3.0.711 68 12/23/2024
3.0.710 86 12/22/2024
3.0.709 80 12/22/2024
3.0.708 70 12/22/2024
3.0.707 70 12/22/2024
3.0.706 71 12/22/2024
3.0.705 73 12/22/2024
3.0.704 75 12/22/2024
3.0.703 66 12/22/2024
3.0.702 71 12/22/2024
3.0.701 74 12/22/2024
3.0.700 80 12/22/2024
3.0.699 70 12/22/2024
3.0.698 71 12/22/2024
3.0.697 77 12/22/2024
3.0.696 73 12/22/2024
3.0.695 68 12/22/2024
3.0.694 73 12/22/2024
3.0.693 72 12/22/2024
3.0.692 75 12/21/2024
3.0.691 79 12/21/2024
3.0.690 76 12/21/2024
3.0.689 75 12/21/2024
3.0.688 67 12/21/2024
3.0.687 77 12/21/2024
3.0.686 80 12/21/2024
3.0.685 70 12/21/2024
3.0.684 71 12/21/2024
3.0.683 73 12/21/2024
3.0.682 68 12/21/2024
3.0.681 75 12/21/2024
3.0.680 78 12/21/2024
3.0.679 75 12/21/2024
3.0.678 77 12/20/2024
3.0.677 72 12/20/2024
3.0.676 69 12/20/2024
3.0.675 79 12/20/2024
3.0.674 77 12/20/2024
3.0.673 75 12/20/2024
3.0.672 70 12/20/2024
3.0.671 80 12/20/2024
3.0.670 82 12/20/2024
3.0.669 74 12/20/2024
3.0.668 78 12/20/2024
3.0.667 73 12/20/2024
3.0.666 86 12/20/2024
3.0.665 73 12/20/2024
3.0.664 75 12/19/2024
3.0.663 79 12/19/2024
3.0.662 75 12/19/2024
3.0.661 71 12/19/2024
3.0.660 72 12/19/2024
3.0.659 76 12/19/2024
3.0.658 81 12/19/2024
3.0.657 73 12/19/2024
3.0.656 81 12/19/2024
3.0.655 86 12/18/2024
3.0.654 73 12/18/2024
3.0.653 73 12/18/2024
3.0.652 74 12/18/2024
3.0.651 84 12/18/2024
3.0.650 84 12/17/2024
3.0.649 83 12/17/2024
3.0.648 81 12/17/2024
3.0.647 80 12/17/2024
3.0.646 83 12/17/2024
3.0.645 77 12/17/2024
3.0.644 66 12/17/2024
3.0.643 70 12/17/2024
3.0.642 68 12/16/2024
3.0.641 65 12/16/2024
3.0.640 67 12/16/2024
3.0.639 70 12/16/2024
3.0.638 139 12/10/2024
3.0.637 78 12/10/2024
3.0.636 78 12/10/2024
3.0.635 73 12/10/2024
3.0.634 70 12/10/2024
3.0.633 69 12/10/2024
3.0.632 76 12/10/2024
3.0.631 76 12/10/2024
3.0.630 76 12/9/2024
3.0.629 77 12/9/2024
3.0.628 79 12/9/2024
3.0.627 86 12/9/2024
3.0.626 68 12/9/2024
3.0.625 78 12/9/2024
3.0.624 81 12/9/2024
3.0.623 79 12/9/2024
3.0.622 70 12/9/2024
3.0.621 85 12/9/2024
3.0.620 80 12/9/2024
3.0.619 90 12/7/2024
3.0.618 92 12/7/2024
3.0.617 88 12/7/2024
3.0.616 85 12/6/2024
3.0.615 76 12/6/2024
3.0.614 79 12/6/2024
3.0.613 73 12/6/2024
3.0.612 76 12/6/2024
3.0.611 77 12/6/2024
3.0.610 81 12/6/2024
3.0.609 74 12/6/2024
3.0.608 76 12/6/2024
3.0.607 86 12/6/2024
3.0.606 88 12/6/2024
3.0.605 80 12/6/2024
3.0.604 76 12/6/2024
3.0.603 82 12/6/2024
3.0.602 79 12/6/2024
3.0.601 83 12/6/2024
3.0.600 76 12/6/2024
3.0.599 76 12/6/2024
3.0.598 78 12/6/2024
3.0.597 76 12/6/2024
3.0.596 86 12/6/2024
3.0.595 81 12/6/2024
3.0.594 79 12/6/2024
3.0.593 91 12/6/2024
3.0.592 80 12/6/2024
3.0.591 80 12/6/2024
3.0.590 74 12/6/2024
3.0.589 78 12/6/2024
3.0.588 78 12/6/2024
3.0.587 80 12/6/2024
3.0.586 81 12/6/2024
3.0.585 76 12/6/2024
3.0.584 72 12/6/2024
3.0.583 90 12/6/2024
3.0.580 87 12/6/2024
3.0.579 85 12/6/2024
3.0.578 83 12/5/2024
3.0.577 79 12/5/2024
3.0.576 84 12/5/2024
3.0.575 81 12/5/2024
3.0.574 90 12/5/2024
3.0.573 80 12/5/2024
3.0.572 82 12/5/2024
3.0.571 84 12/5/2024
3.0.570 81 12/5/2024
3.0.569 84 12/5/2024
3.0.568 87 12/5/2024
3.0.567 89 12/5/2024
3.0.566 85 12/5/2024
3.0.565 78 12/5/2024
3.0.564 83 12/5/2024
3.0.563 80 12/5/2024
3.0.562 80 12/5/2024
3.0.561 89 12/5/2024
3.0.560 85 12/5/2024
3.0.559 80 12/5/2024
3.0.558 85 12/5/2024
3.0.557 79 12/5/2024
3.0.556 87 12/4/2024
3.0.555 77 12/4/2024
3.0.554 81 12/4/2024
3.0.553 82 12/4/2024
3.0.552 80 12/4/2024
3.0.551 76 12/4/2024
3.0.550 91 12/4/2024
3.0.549 83 12/4/2024
3.0.548 85 12/4/2024
3.0.547 79 12/4/2024
3.0.546 83 12/4/2024
3.0.545 86 12/4/2024
3.0.544 83 12/4/2024
3.0.543 84 12/4/2024
3.0.542 83 12/4/2024
3.0.541 81 12/4/2024
3.0.540 79 12/4/2024
3.0.539 89 12/3/2024
3.0.538 90 12/3/2024
3.0.537 85 12/3/2024
3.0.536 90 12/3/2024
3.0.535 94 12/3/2024
3.0.534 83 12/3/2024
3.0.533 77 12/3/2024
3.0.532 93 12/3/2024
3.0.531 84 12/3/2024
3.0.530 89 12/3/2024
3.0.529 90 12/3/2024
3.0.528 92 12/3/2024
3.0.527 85 12/3/2024
3.0.526 89 12/3/2024
3.0.525 87 12/3/2024
3.0.524 84 12/3/2024
3.0.523 78 12/3/2024
3.0.522 72 12/3/2024
3.0.521 78 12/2/2024
3.0.520 75 12/2/2024
3.0.519 79 12/2/2024
3.0.518 82 12/2/2024
3.0.517 85 12/2/2024
3.0.516 83 12/2/2024
3.0.515 97 12/2/2024
3.0.514 77 12/2/2024
3.0.513 78 12/2/2024
3.0.512 89 12/2/2024
3.0.511 81 12/2/2024
3.0.510 80 12/2/2024
3.0.509 92 12/2/2024
3.0.508 77 12/2/2024
3.0.507 80 12/2/2024
3.0.506 85 12/2/2024
3.0.505 79 12/2/2024
3.0.504 91 12/1/2024
3.0.503 85 12/1/2024
3.0.502 80 12/1/2024
3.0.501 75 12/1/2024
3.0.500 83 12/1/2024
3.0.499 87 12/1/2024
3.0.498 89 12/1/2024
3.0.497 83 12/1/2024
3.0.496 91 12/1/2024
3.0.495 76 12/1/2024
3.0.494 81 11/29/2024
3.0.493 89 11/29/2024
3.0.492 82 11/29/2024
3.0.491 85 11/29/2024
3.0.490 88 11/29/2024
3.0.489 79 11/29/2024
3.0.488 81 11/29/2024
3.0.487 94 11/21/2024
3.0.486 81 11/21/2024
3.0.485 84 11/21/2024
3.0.484 79 11/21/2024
3.0.483 86 11/21/2024
3.0.482 81 11/21/2024
3.0.481 78 11/21/2024
3.0.480 88 11/20/2024
3.0.479 88 11/20/2024
3.0.478 80 11/20/2024
3.0.477 85 11/20/2024
3.0.476 81 11/20/2024
3.0.475 83 11/20/2024
3.0.474 90 11/20/2024
3.0.473 86 11/20/2024
3.0.472 85 11/20/2024
3.0.471 87 11/20/2024
3.0.470 83 11/20/2024
3.0.469 93 11/20/2024
3.0.468 82 11/20/2024
3.0.467 81 11/20/2024
3.0.466 81 11/20/2024
3.0.465 80 11/20/2024
3.0.464 82 11/20/2024
3.0.463 76 11/20/2024
3.0.462 79 11/20/2024
3.0.461 82 11/20/2024
3.0.460 88 11/20/2024
3.0.459 82 11/19/2024
3.0.458 81 11/19/2024
3.0.457 83 11/19/2024
3.0.456 81 11/19/2024
3.0.455 77 11/19/2024
3.0.454 89 11/19/2024
3.0.453 81 11/19/2024
3.0.452 80 11/19/2024
3.0.451 81 11/19/2024
3.0.450 81 11/19/2024
3.0.449 85 11/19/2024
3.0.448 88 11/19/2024
3.0.447 80 11/19/2024
3.0.446 85 11/19/2024
3.0.445 75 11/19/2024
3.0.444 84 11/19/2024
3.0.443 77 11/19/2024
3.0.442 81 11/19/2024
3.0.441 84 11/19/2024
3.0.440 86 11/15/2024
3.0.439 82 11/15/2024
3.0.438 76 11/15/2024
3.0.437 80 11/14/2024
3.0.436 79 11/14/2024
3.0.435 75 11/14/2024
3.0.434 78 11/14/2024
3.0.433 84 11/14/2024
3.0.432 77 11/14/2024
3.0.431 73 11/14/2024
3.0.430 75 11/14/2024
3.0.429 84 11/14/2024
3.0.428 82 11/14/2024
3.0.427 76 11/14/2024
3.0.426 79 11/14/2024
3.0.425 74 11/14/2024
3.0.424 80 11/14/2024
3.0.423 84 11/14/2024
3.0.422 76 11/14/2024
3.0.421 82 11/14/2024
3.0.420 74 11/14/2024
3.0.419 83 11/14/2024
3.0.418 84 11/14/2024
3.0.417 86 11/14/2024
3.0.416 84 11/14/2024
3.0.415 85 11/14/2024
3.0.414 85 11/14/2024
3.0.413 82 11/14/2024
3.0.412 83 11/14/2024
3.0.411 86 11/14/2024
3.0.410 82 11/14/2024
3.0.409 79 11/14/2024
3.0.408 84 11/14/2024
2.1.407 85 11/13/2024
2.1.406 81 11/13/2024
2.1.405 82 11/13/2024
2.1.404 82 11/13/2024
2.1.403 82 11/13/2024
2.1.402 83 11/13/2024
2.1.401 85 11/13/2024
2.1.400 86 11/13/2024
2.1.399 80 11/13/2024
2.1.398 87 11/13/2024
2.1.397 83 11/13/2024
2.1.396 87 11/13/2024
2.1.395 83 11/13/2024
2.1.394 86 11/12/2024
2.1.393 91 11/12/2024
2.1.392 81 11/12/2024
2.1.391 85 11/12/2024
2.1.390 367 11/9/2024
2.1.389 90 11/9/2024
2.1.388 91 11/9/2024
2.1.387 87 11/9/2024
2.1.386 94 11/9/2024
2.1.385 92 11/9/2024
2.1.384 80 11/9/2024
2.1.383 97 11/9/2024
2.1.382 91 11/9/2024
2.1.381 87 11/9/2024
2.1.380 87 11/9/2024
2.1.379 90 11/8/2024
2.1.378 83 11/8/2024
2.1.377 86 11/8/2024
2.1.376 104 11/8/2024
2.1.375 90 11/8/2024
2.1.374 89 11/8/2024
2.1.373 85 11/8/2024
2.1.372 84 11/8/2024
2.1.371 85 11/8/2024
2.1.370 85 11/8/2024
2.1.369 85 11/8/2024
2.1.368 89 11/8/2024
2.1.367 87 11/8/2024
2.1.366 83 11/8/2024
2.1.365 90 11/8/2024
2.1.364 91 11/8/2024
2.1.363 82 11/8/2024
2.1.362 81 11/6/2024
2.1.361 85 11/6/2024
2.1.360 174 11/1/2024
2.1.359 82 11/1/2024
2.1.358 86 11/1/2024
2.1.357 81 11/1/2024
2.1.356 86 11/1/2024
2.1.355 78 11/1/2024
2.1.354 83 11/1/2024
2.1.353 88 11/1/2024
2.1.352 82 11/1/2024
2.1.351 97 10/29/2024
2.1.350 86 10/29/2024
2.1.349 76 10/29/2024
2.1.348 79 10/29/2024
2.1.347 84 10/29/2024
2.1.346 79 10/29/2024
2.1.345 79 10/29/2024
2.1.344 80 10/29/2024
2.1.343 77 10/29/2024
2.1.342 75 10/29/2024
2.1.341 79 10/29/2024
2.1.340 84 10/29/2024
2.1.339 84 10/29/2024
2.1.338 82 10/29/2024
2.1.337 79 10/29/2024
2.1.336 82 10/29/2024
2.1.335 81 10/29/2024
2.1.334 83 10/29/2024
2.1.333 78 10/29/2024
2.1.332 80 10/29/2024
2.1.331 85 10/28/2024
2.1.330 87 10/28/2024
2.1.329 82 10/28/2024
2.1.328 82 10/28/2024
2.1.327 230 10/27/2024
2.1.326 89 10/27/2024
2.1.325 85 10/27/2024
2.1.324 89 10/26/2024
2.1.323 84 10/26/2024
2.1.322 76 10/26/2024
2.1.321 83 10/26/2024
2.1.320 102 10/24/2024
2.1.319 132 10/22/2024
2.1.318 87 10/22/2024
2.1.317 82 10/22/2024
2.1.316 88 10/22/2024
2.1.315 94 10/22/2024
2.1.314 101 10/22/2024
2.1.313 84 10/22/2024
2.1.312 69 10/22/2024
2.1.311 72 10/22/2024
2.1.310 71 10/22/2024
2.1.309 107 10/17/2024
2.1.308 85 10/17/2024
2.1.307 84 10/17/2024
2.1.306 77 10/17/2024
2.1.305 130 10/15/2024
2.1.304 85 10/15/2024
2.1.303 85 10/15/2024
2.1.302 86 10/15/2024
2.1.301 83 10/14/2024
2.1.300 87 10/14/2024
2.1.299 96 10/12/2024
2.1.298 92 10/12/2024
2.1.297 82 10/12/2024
2.1.296 95 10/11/2024
2.1.295 91 10/11/2024
2.1.294 92 10/11/2024
2.1.293 86 10/11/2024
2.1.292 115 10/9/2024
2.1.291 90 10/9/2024
2.1.290 89 10/9/2024
2.1.289 85 10/9/2024
2.1.288 94 10/9/2024
2.1.287 89 10/8/2024
2.1.286 86 10/8/2024
2.1.285 87 10/8/2024
2.1.284 86 10/8/2024
2.1.283 88 10/8/2024
2.1.282 90 10/8/2024
2.1.281 87 10/8/2024
2.1.280 92 10/8/2024
2.1.279 88 10/8/2024
2.1.278 84 10/8/2024
2.1.277 95 10/8/2024
2.1.276 83 10/8/2024
2.1.275 166 10/3/2024
2.1.274 79 10/3/2024
2.1.273 75 10/3/2024
2.1.272 91 10/3/2024
2.1.271 91 10/3/2024
2.1.270 88 10/3/2024
2.1.269 89 10/3/2024
2.1.268 86 10/3/2024
2.1.267 83 10/3/2024
2.1.266 87 10/3/2024
2.1.265 91 10/3/2024
2.1.264 94 10/2/2024
2.1.263 85 10/2/2024
2.1.262 88 10/2/2024
2.1.261 95 10/2/2024
2.1.260 92 10/2/2024
2.1.259 94 10/2/2024
2.1.258 86 10/2/2024
2.1.257 89 10/2/2024
2.1.256 94 10/2/2024
2.1.255 173 10/1/2024
2.1.254 90 10/1/2024
2.1.253 90 10/1/2024
2.1.252 89 10/1/2024
2.1.251 95 10/1/2024
2.1.250 85 10/1/2024
2.1.249 61 10/1/2024
2.1.248 59 10/1/2024
2.1.247 66 10/1/2024
2.1.246 63 10/1/2024
2.1.245 65 9/30/2024
2.1.244 60 9/29/2024
2.1.243 61 9/29/2024
2.1.242 58 9/29/2024
2.1.241 59 9/29/2024
2.1.240 59 9/29/2024
2.1.239 54 9/29/2024
2.1.238 62 9/29/2024
2.1.237 58 9/29/2024
2.1.236 60 9/29/2024
2.1.235 58 9/29/2024
2.1.234 62 9/27/2024
2.1.233 55 9/27/2024
2.1.232 55 9/27/2024
2.1.231 62 9/27/2024
2.1.230 60 9/27/2024
2.1.229 59 9/27/2024
2.1.228 57 9/27/2024
2.1.227 60 9/27/2024
2.1.226 62 9/27/2024
2.1.225 58 9/27/2024
2.1.224 57 9/27/2024
2.1.223 55 9/27/2024
2.1.222 54 9/27/2024
2.1.221 66 9/26/2024
2.1.220 58 9/26/2024
2.1.219 62 9/26/2024
2.1.218 62 9/26/2024
2.1.217 60 9/26/2024
2.1.216 62 9/26/2024
2.1.215 63 9/26/2024
2.1.212 59 9/26/2024
2.1.211 54 9/26/2024
2.1.210 60 9/26/2024
2.1.209 57 9/26/2024
2.1.208 83 9/23/2024
2.1.207 57 9/23/2024
2.1.206 58 9/23/2024
2.1.205 50 9/23/2024
2.1.204 61 9/23/2024
2.1.203 57 9/23/2024
2.1.202 57 9/23/2024
2.1.201 54 9/23/2024
2.1.200 55 9/23/2024
2.1.199 56 9/23/2024
2.1.198 57 9/23/2024
2.1.197 62 9/23/2024
2.1.196 55 9/23/2024
2.1.195 58 9/23/2024
2.1.194 60 9/23/2024
2.1.193 53 9/23/2024
2.1.192 59 9/23/2024
2.1.191 55 9/23/2024
2.1.190 56 9/23/2024
2.1.189 54 9/23/2024
2.1.188 65 9/23/2024
2.1.187 58 9/23/2024
2.1.186 60 9/23/2024
2.1.185 65 9/18/2024
2.1.184 61 9/18/2024
2.1.183 95 9/18/2024
2.1.182 62 9/18/2024
2.1.181 63 9/18/2024
2.1.180 63 9/18/2024
2.1.179 62 9/18/2024
2.1.178 56 9/17/2024
2.1.177 68 9/17/2024
2.1.176 64 9/17/2024
2.1.175 58 9/17/2024
2.1.174 60 9/17/2024
2.1.173 65 9/17/2024
2.1.172 64 9/17/2024
2.1.171 61 9/17/2024
2.1.170 64 9/17/2024
2.1.169 65 9/17/2024
2.1.168 63 9/17/2024
2.1.167 60 9/17/2024
2.1.166 60 9/17/2024
2.1.165 58 9/17/2024
2.1.164 61 9/17/2024
2.1.163 60 9/17/2024
2.1.162 59 9/17/2024
2.1.161 81 9/17/2024
2.1.160 57 9/17/2024
2.1.159 66 9/17/2024
2.1.158 64 9/16/2024
2.1.157 67 9/16/2024
2.1.156 61 9/16/2024
2.1.155 67 9/16/2024
2.1.154 61 9/16/2024
2.1.153 105 9/12/2024
2.1.152 75 9/12/2024
2.1.151 71 9/12/2024
2.1.150 61 9/12/2024
2.1.149 68 9/12/2024
2.1.148 61 9/12/2024
2.1.146 69 9/11/2024
2.1.145 68 9/11/2024
2.1.144 65 9/11/2024
2.1.143 67 9/11/2024
2.1.142 64 9/11/2024
2.1.141 60 9/11/2024
2.1.140 62 9/11/2024
2.1.139 72 9/11/2024
2.1.138 65 9/11/2024
2.1.137 62 9/11/2024
2.1.136 67 9/11/2024
2.1.135 67 9/11/2024
2.1.134 96 9/11/2024
2.1.133 64 9/10/2024
2.1.132 64 9/10/2024
2.1.131 58 9/10/2024
2.1.130 56 9/10/2024
2.1.127 61 9/9/2024
2.1.126 56 9/9/2024
2.1.125 73 9/9/2024
2.1.124 61 9/9/2024
2.1.123 65 9/9/2024
2.1.122 62 9/9/2024
2.1.121 64 9/9/2024
2.1.120 60 9/9/2024
2.1.119 60 9/9/2024
2.1.118 99 9/7/2024
2.1.117 60 9/7/2024
2.1.116 71 9/6/2024
2.1.115 66 9/6/2024
2.1.114 65 9/6/2024
2.1.113 105 9/5/2024
2.1.112 65 9/5/2024
2.1.111 71 9/5/2024
2.1.110 66 9/5/2024
2.1.109 58 9/5/2024
2.1.108 64 9/5/2024
2.1.107 62 9/5/2024
2.1.106 62 9/5/2024
2.1.105 71 9/5/2024
2.1.104 64 9/4/2024
2.1.103 117 9/4/2024
2.1.102 65 9/3/2024
2.1.101 61 9/3/2024
2.1.100 67 9/3/2024
2.1.99 60 9/3/2024
2.1.98 69 9/3/2024
2.1.97 58 9/3/2024
2.1.96 56 9/3/2024
2.1.95 66 9/3/2024
2.1.94 59 9/3/2024
2.1.93 58 9/3/2024
2.1.92 60 8/30/2024
2.1.91 61 8/29/2024
2.1.90 53 8/29/2024
2.1.89 60 8/29/2024
2.1.88 55 8/29/2024
2.1.87 53 8/29/2024
2.1.86 129 8/26/2024
2.1.85 61 8/26/2024
2.1.84 64 8/26/2024
2.1.83 72 8/26/2024
2.1.82 75 8/24/2024
2.1.81 162 8/21/2024
2.1.80 96 8/21/2024
2.1.79 90 8/21/2024
2.1.78 82 8/21/2024
2.1.77 82 8/21/2024
2.1.76 77 8/21/2024
2.1.75 75 8/21/2024
2.1.74 91 8/20/2024
2.1.73 83 8/20/2024
2.1.72 84 8/20/2024
2.1.71 75 8/20/2024
2.1.70 76 8/20/2024
2.1.69 77 8/20/2024
2.1.68 72 8/20/2024
2.1.67 69 8/20/2024
2.1.66 70 8/20/2024
2.1.65 85 8/20/2024
2.1.64 83 8/20/2024
2.1.63 78 8/20/2024
2.1.62 88 8/19/2024
2.1.61 80 8/19/2024
2.1.60 129 8/15/2024
2.1.59 77 8/15/2024
2.1.58 74 8/15/2024
2.1.57 76 8/15/2024
2.1.56 78 8/15/2024
2.1.55 82 8/15/2024
2.1.54 75 8/14/2024
2.1.53 79 8/13/2024
2.1.52 77 8/13/2024
2.1.51 64 8/7/2024
2.1.50 63 8/7/2024
2.1.49 61 8/7/2024
2.1.48 59 8/7/2024
2.1.47 57 8/6/2024
2.1.46 50 8/6/2024
2.1.45 49 8/6/2024
2.1.44 51 8/6/2024
2.1.43 151 8/1/2024
2.1.42 67 8/1/2024
2.1.41 62 8/1/2024
2.1.40 64 8/1/2024
2.1.39 56 8/1/2024
2.1.38 58 8/1/2024
2.1.37 58 8/1/2024
2.1.36 58 8/1/2024
2.1.35 61 8/1/2024
2.1.34 126 7/25/2024
2.1.33 66 7/25/2024
2.1.32 113 7/25/2024
2.1.31 104 7/25/2024
2.1.30 67 7/25/2024
2.1.29 68 7/24/2024
2.1.28 64 7/24/2024
2.1.27 52 7/24/2024
2.1.26 51 7/24/2024
2.1.25 58 7/24/2024
2.1.24 62 7/24/2024
2.1.23 97 7/20/2024
2.1.22 72 7/20/2024
2.1.21 65 7/20/2024
2.1.20 72 7/20/2024
2.1.19 71 7/20/2024
2.1.18 149 7/14/2024
2.1.17 65 7/14/2024
2.1.16 61 7/14/2024
2.1.15 62 7/14/2024
2.1.14 63 7/14/2024
2.1.13 67 7/14/2024
2.1.12 63 7/14/2024
2.1.11 64 7/14/2024
2.1.10 62 7/14/2024
2.1.9 60 7/14/2024
2.1.8 67 7/12/2024
2.1.7 64 7/12/2024
2.1.6 65 7/12/2024
2.1.5 72 7/12/2024
2.1.4 65 7/12/2024
2.1.3 67 7/12/2024
2.1.2 65 7/12/2024
2.1.1 62 7/12/2024