Soenneker.Azure.OpenAI.Client.Chat 3.0.783

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

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

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 61 1/3/2025
3.0.811 33 1/3/2025
3.0.810 38 1/3/2025
3.0.809 35 1/3/2025
3.0.808 42 1/3/2025
3.0.807 41 1/3/2025
3.0.806 44 1/3/2025
3.0.805 38 1/3/2025
3.0.804 37 1/3/2025
3.0.803 37 1/3/2025
3.0.802 42 1/3/2025
3.0.801 43 1/2/2025
3.0.800 38 1/2/2025
3.0.799 39 1/2/2025
3.0.798 36 1/2/2025
3.0.797 38 1/2/2025
3.0.796 35 1/2/2025
3.0.795 44 1/2/2025
3.0.794 37 1/2/2025
3.0.793 37 1/2/2025
3.0.792 41 1/2/2025
3.0.791 56 1/1/2025
3.0.790 48 1/1/2025
3.0.789 48 1/1/2025
3.0.788 49 1/1/2025
3.0.787 49 1/1/2025
3.0.786 49 1/1/2025
3.0.785 43 1/1/2025
3.0.784 44 1/1/2025
3.0.783 44 1/1/2025
3.0.782 38 1/1/2025
3.0.781 39 1/1/2025
3.0.780 47 1/1/2025
3.0.779 43 1/1/2025
3.0.778 41 1/1/2025
3.0.777 41 1/1/2025
3.0.776 37 1/1/2025
3.0.775 41 1/1/2025
3.0.774 46 12/31/2024
3.0.773 38 12/31/2024
3.0.772 36 12/31/2024
3.0.771 40 12/31/2024
3.0.770 39 12/31/2024
3.0.769 38 12/31/2024
3.0.768 41 12/31/2024
3.0.767 43 12/31/2024
3.0.766 42 12/31/2024
3.0.765 41 12/31/2024
3.0.764 40 12/31/2024
3.0.763 38 12/31/2024
3.0.762 51 12/31/2024
3.0.761 50 12/31/2024
3.0.760 49 12/31/2024
3.0.759 61 12/31/2024
3.0.758 61 12/31/2024
3.0.757 59 12/31/2024
3.0.756 63 12/31/2024
3.0.755 60 12/31/2024
3.0.754 54 12/31/2024
3.0.753 69 12/31/2024
3.0.752 65 12/31/2024
3.0.751 72 12/31/2024
3.0.750 82 12/31/2024
3.0.749 79 12/28/2024
3.0.748 78 12/28/2024
3.0.747 76 12/28/2024
3.0.746 84 12/28/2024
3.0.745 73 12/28/2024
3.0.744 75 12/28/2024
3.0.743 82 12/27/2024
3.0.742 73 12/27/2024
3.0.741 75 12/27/2024
3.0.740 75 12/27/2024
3.0.739 82 12/24/2024
3.0.738 77 12/24/2024
3.0.737 84 12/24/2024
3.0.736 81 12/24/2024
3.0.735 85 12/24/2024
3.0.734 78 12/24/2024
3.0.733 76 12/24/2024
3.0.732 77 12/24/2024
3.0.731 75 12/24/2024
3.0.730 71 12/23/2024
3.0.729 75 12/23/2024
3.0.728 67 12/23/2024
3.0.727 69 12/23/2024
3.0.726 74 12/23/2024
3.0.725 67 12/23/2024
3.0.724 74 12/23/2024
3.0.723 83 12/23/2024
3.0.722 71 12/23/2024
3.0.721 74 12/23/2024
3.0.720 84 12/23/2024
3.0.719 72 12/23/2024
3.0.718 74 12/23/2024
3.0.717 67 12/23/2024
3.0.716 75 12/23/2024
3.0.715 74 12/23/2024
3.0.714 69 12/23/2024
3.0.713 79 12/23/2024
3.0.712 69 12/23/2024
3.0.711 70 12/23/2024
3.0.710 88 12/22/2024
3.0.709 82 12/22/2024
3.0.708 72 12/22/2024
3.0.707 72 12/22/2024
3.0.706 73 12/22/2024
3.0.705 75 12/22/2024
3.0.704 77 12/22/2024
3.0.703 68 12/22/2024
3.0.702 73 12/22/2024
3.0.701 76 12/22/2024
3.0.700 82 12/22/2024
3.0.699 72 12/22/2024
3.0.698 73 12/22/2024
3.0.697 79 12/22/2024
3.0.696 75 12/22/2024
3.0.695 70 12/22/2024
3.0.694 75 12/22/2024
3.0.693 74 12/22/2024
3.0.692 77 12/21/2024
3.0.691 81 12/21/2024
3.0.690 78 12/21/2024
3.0.689 77 12/21/2024
3.0.688 69 12/21/2024
3.0.687 79 12/21/2024
3.0.686 82 12/21/2024
3.0.685 72 12/21/2024
3.0.684 73 12/21/2024
3.0.683 75 12/21/2024
3.0.682 70 12/21/2024
3.0.681 77 12/21/2024
3.0.680 80 12/21/2024
3.0.679 77 12/21/2024
3.0.678 79 12/20/2024
3.0.677 74 12/20/2024
3.0.676 71 12/20/2024
3.0.675 81 12/20/2024
3.0.674 79 12/20/2024
3.0.673 77 12/20/2024
3.0.672 72 12/20/2024
3.0.671 82 12/20/2024
3.0.670 84 12/20/2024
3.0.669 76 12/20/2024
3.0.668 80 12/20/2024
3.0.667 75 12/20/2024
3.0.666 88 12/20/2024
3.0.665 75 12/20/2024
3.0.664 77 12/19/2024
3.0.663 81 12/19/2024
3.0.662 77 12/19/2024
3.0.661 73 12/19/2024
3.0.660 74 12/19/2024
3.0.659 78 12/19/2024
3.0.658 83 12/19/2024
3.0.657 75 12/19/2024
3.0.656 83 12/19/2024
3.0.655 88 12/18/2024
3.0.654 75 12/18/2024
3.0.653 75 12/18/2024
3.0.652 76 12/18/2024
3.0.651 86 12/18/2024
3.0.650 86 12/17/2024
3.0.649 85 12/17/2024
3.0.648 83 12/17/2024
3.0.647 82 12/17/2024
3.0.646 85 12/17/2024
3.0.645 79 12/17/2024
3.0.644 68 12/17/2024
3.0.643 72 12/17/2024
3.0.642 70 12/16/2024
3.0.641 67 12/16/2024
3.0.640 69 12/16/2024
3.0.639 72 12/16/2024
3.0.638 141 12/10/2024
3.0.637 80 12/10/2024
3.0.636 80 12/10/2024
3.0.635 75 12/10/2024
3.0.634 72 12/10/2024
3.0.633 71 12/10/2024
3.0.632 78 12/10/2024
3.0.631 78 12/10/2024
3.0.630 78 12/9/2024
3.0.629 79 12/9/2024
3.0.628 81 12/9/2024
3.0.627 88 12/9/2024
3.0.626 70 12/9/2024
3.0.625 80 12/9/2024
3.0.624 83 12/9/2024
3.0.623 81 12/9/2024
3.0.622 72 12/9/2024
3.0.621 87 12/9/2024
3.0.620 82 12/9/2024
3.0.619 92 12/7/2024
3.0.618 94 12/7/2024
3.0.617 90 12/7/2024
3.0.616 87 12/6/2024
3.0.615 78 12/6/2024
3.0.614 81 12/6/2024
3.0.613 75 12/6/2024
3.0.612 78 12/6/2024
3.0.611 79 12/6/2024
3.0.610 83 12/6/2024
3.0.609 76 12/6/2024
3.0.608 78 12/6/2024
3.0.607 88 12/6/2024
3.0.606 90 12/6/2024
3.0.605 82 12/6/2024
3.0.604 78 12/6/2024
3.0.603 84 12/6/2024
3.0.602 81 12/6/2024
3.0.601 85 12/6/2024
3.0.600 78 12/6/2024
3.0.599 78 12/6/2024
3.0.598 80 12/6/2024
3.0.597 78 12/6/2024
3.0.596 88 12/6/2024
3.0.595 83 12/6/2024
3.0.594 81 12/6/2024
3.0.593 93 12/6/2024
3.0.592 82 12/6/2024
3.0.591 82 12/6/2024
3.0.590 78 12/6/2024
3.0.589 80 12/6/2024
3.0.588 80 12/6/2024
3.0.587 82 12/6/2024
3.0.586 83 12/6/2024
3.0.585 78 12/6/2024
3.0.584 74 12/6/2024
3.0.583 92 12/6/2024
3.0.580 89 12/6/2024
3.0.579 87 12/6/2024
3.0.578 85 12/5/2024
3.0.577 81 12/5/2024
3.0.576 86 12/5/2024
3.0.575 83 12/5/2024
3.0.574 92 12/5/2024
3.0.573 82 12/5/2024
3.0.572 84 12/5/2024
3.0.571 86 12/5/2024
3.0.570 83 12/5/2024
3.0.569 86 12/5/2024
3.0.568 89 12/5/2024
3.0.567 91 12/5/2024
3.0.566 87 12/5/2024
3.0.565 80 12/5/2024
3.0.564 85 12/5/2024
3.0.563 82 12/5/2024
3.0.562 82 12/5/2024
3.0.561 91 12/5/2024
3.0.560 87 12/5/2024
3.0.559 82 12/5/2024
3.0.558 87 12/5/2024
3.0.557 81 12/5/2024
3.0.556 88 12/4/2024
3.0.555 79 12/4/2024
3.0.554 83 12/4/2024
3.0.553 84 12/4/2024
3.0.552 82 12/4/2024
3.0.551 78 12/4/2024
3.0.550 93 12/4/2024
3.0.549 85 12/4/2024
3.0.548 87 12/4/2024
3.0.547 80 12/4/2024
3.0.546 85 12/4/2024
3.0.545 88 12/4/2024
3.0.544 85 12/4/2024
3.0.543 86 12/4/2024
3.0.542 85 12/4/2024
3.0.541 83 12/4/2024
3.0.540 80 12/4/2024
3.0.539 91 12/3/2024
3.0.538 91 12/3/2024
3.0.537 86 12/3/2024
3.0.536 92 12/3/2024
3.0.535 95 12/3/2024
3.0.534 84 12/3/2024
3.0.533 78 12/3/2024
3.0.532 94 12/3/2024
3.0.531 86 12/3/2024
3.0.530 91 12/3/2024
3.0.529 92 12/3/2024
3.0.528 94 12/3/2024
3.0.527 87 12/3/2024
3.0.526 90 12/3/2024
3.0.525 88 12/3/2024
3.0.524 85 12/3/2024
3.0.523 79 12/3/2024
3.0.522 74 12/3/2024
3.0.521 79 12/2/2024
3.0.520 76 12/2/2024
3.0.519 80 12/2/2024
3.0.518 83 12/2/2024
3.0.517 87 12/2/2024
3.0.516 84 12/2/2024
3.0.515 98 12/2/2024
3.0.514 79 12/2/2024
3.0.513 79 12/2/2024
3.0.512 91 12/2/2024
3.0.511 82 12/2/2024
3.0.510 81 12/2/2024
3.0.509 94 12/2/2024
3.0.508 79 12/2/2024
3.0.507 81 12/2/2024
3.0.506 87 12/2/2024
3.0.505 81 12/2/2024
3.0.504 93 12/1/2024
3.0.503 86 12/1/2024
3.0.502 82 12/1/2024
3.0.501 77 12/1/2024
3.0.500 84 12/1/2024
3.0.499 88 12/1/2024
3.0.498 91 12/1/2024
3.0.497 85 12/1/2024
3.0.496 92 12/1/2024
3.0.495 78 12/1/2024
3.0.494 83 11/29/2024
3.0.493 90 11/29/2024
3.0.492 83 11/29/2024
3.0.491 86 11/29/2024
3.0.490 90 11/29/2024
3.0.489 80 11/29/2024
3.0.488 83 11/29/2024
3.0.487 95 11/21/2024
3.0.486 83 11/21/2024
3.0.485 86 11/21/2024
3.0.484 80 11/21/2024
3.0.483 88 11/21/2024
3.0.482 83 11/21/2024
3.0.481 80 11/21/2024
3.0.480 89 11/20/2024
3.0.479 90 11/20/2024
3.0.478 81 11/20/2024
3.0.477 87 11/20/2024
3.0.476 83 11/20/2024
3.0.475 85 11/20/2024
3.0.474 91 11/20/2024
3.0.473 88 11/20/2024
3.0.472 87 11/20/2024
3.0.471 88 11/20/2024
3.0.470 85 11/20/2024
3.0.469 95 11/20/2024
3.0.468 84 11/20/2024
3.0.467 83 11/20/2024
3.0.466 83 11/20/2024
3.0.465 81 11/20/2024
3.0.464 83 11/20/2024
3.0.463 78 11/20/2024
3.0.462 81 11/20/2024
3.0.461 85 11/20/2024
3.0.460 90 11/20/2024
3.0.459 84 11/19/2024
3.0.458 82 11/19/2024
3.0.457 85 11/19/2024
3.0.456 83 11/19/2024
3.0.455 78 11/19/2024
3.0.454 91 11/19/2024
3.0.453 82 11/19/2024
3.0.452 82 11/19/2024
3.0.451 83 11/19/2024
3.0.450 82 11/19/2024
3.0.449 87 11/19/2024
3.0.448 90 11/19/2024
3.0.447 82 11/19/2024
3.0.446 87 11/19/2024
3.0.445 77 11/19/2024
3.0.444 86 11/19/2024
3.0.443 79 11/19/2024
3.0.442 83 11/19/2024
3.0.441 85 11/19/2024
3.0.440 88 11/15/2024
3.0.439 84 11/15/2024
3.0.438 78 11/15/2024
3.0.437 82 11/14/2024
3.0.436 81 11/14/2024
3.0.435 76 11/14/2024
3.0.434 80 11/14/2024
3.0.433 85 11/14/2024
3.0.432 78 11/14/2024
3.0.431 75 11/14/2024
3.0.430 77 11/14/2024
3.0.429 86 11/14/2024
3.0.428 84 11/14/2024
3.0.427 78 11/14/2024
3.0.426 80 11/14/2024
3.0.425 75 11/14/2024
3.0.424 82 11/14/2024
3.0.423 86 11/14/2024
3.0.422 77 11/14/2024
3.0.421 83 11/14/2024
3.0.420 76 11/14/2024
3.0.419 85 11/14/2024
3.0.418 85 11/14/2024
3.0.417 88 11/14/2024
3.0.416 85 11/14/2024
3.0.415 86 11/14/2024
3.0.414 87 11/14/2024
3.0.413 84 11/14/2024
3.0.412 85 11/14/2024
3.0.411 87 11/14/2024
3.0.410 84 11/14/2024
3.0.409 80 11/14/2024
3.0.408 86 11/14/2024
2.1.407 88 11/13/2024
2.1.406 84 11/13/2024
2.1.405 85 11/13/2024
2.1.404 85 11/13/2024
2.1.403 85 11/13/2024
2.1.402 86 11/13/2024
2.1.401 88 11/13/2024
2.1.400 89 11/13/2024
2.1.399 83 11/13/2024
2.1.398 90 11/13/2024
2.1.397 85 11/13/2024
2.1.396 90 11/13/2024
2.1.395 86 11/13/2024
2.1.394 88 11/12/2024
2.1.393 93 11/12/2024
2.1.392 83 11/12/2024
2.1.391 87 11/12/2024
2.1.390 368 11/9/2024
2.1.389 92 11/9/2024
2.1.388 93 11/9/2024
2.1.387 88 11/9/2024
2.1.386 96 11/9/2024
2.1.385 94 11/9/2024
2.1.384 82 11/9/2024
2.1.383 98 11/9/2024
2.1.382 93 11/9/2024
2.1.381 89 11/9/2024
2.1.380 89 11/9/2024
2.1.379 91 11/8/2024
2.1.378 85 11/8/2024
2.1.377 87 11/8/2024
2.1.376 106 11/8/2024
2.1.375 92 11/8/2024
2.1.374 90 11/8/2024
2.1.373 87 11/8/2024
2.1.372 86 11/8/2024
2.1.371 87 11/8/2024
2.1.370 87 11/8/2024
2.1.369 87 11/8/2024
2.1.368 91 11/8/2024
2.1.367 89 11/8/2024
2.1.366 84 11/8/2024
2.1.365 91 11/8/2024
2.1.364 93 11/8/2024
2.1.363 84 11/8/2024
2.1.362 83 11/6/2024
2.1.361 87 11/6/2024
2.1.360 176 11/1/2024
2.1.359 84 11/1/2024
2.1.358 88 11/1/2024
2.1.357 83 11/1/2024
2.1.356 88 11/1/2024
2.1.355 80 11/1/2024
2.1.354 85 11/1/2024
2.1.353 90 11/1/2024
2.1.352 84 11/1/2024
2.1.351 99 10/29/2024
2.1.350 88 10/29/2024
2.1.349 78 10/29/2024
2.1.348 81 10/29/2024
2.1.347 86 10/29/2024
2.1.346 80 10/29/2024
2.1.345 81 10/29/2024
2.1.344 82 10/29/2024
2.1.343 78 10/29/2024
2.1.342 77 10/29/2024
2.1.341 81 10/29/2024
2.1.340 86 10/29/2024
2.1.339 85 10/29/2024
2.1.338 84 10/29/2024
2.1.337 81 10/29/2024
2.1.336 84 10/29/2024
2.1.335 83 10/29/2024
2.1.334 85 10/29/2024
2.1.333 80 10/29/2024
2.1.332 82 10/29/2024
2.1.331 87 10/28/2024
2.1.330 89 10/28/2024
2.1.329 84 10/28/2024
2.1.328 84 10/28/2024
2.1.327 232 10/27/2024
2.1.326 91 10/27/2024
2.1.325 87 10/27/2024
2.1.324 90 10/26/2024
2.1.323 86 10/26/2024
2.1.322 78 10/26/2024
2.1.321 85 10/26/2024
2.1.320 103 10/24/2024
2.1.319 133 10/22/2024
2.1.318 89 10/22/2024
2.1.317 84 10/22/2024
2.1.316 90 10/22/2024
2.1.315 96 10/22/2024
2.1.314 103 10/22/2024
2.1.313 86 10/22/2024
2.1.312 71 10/22/2024
2.1.311 74 10/22/2024
2.1.310 72 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 87 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 59 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 56 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 56 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 67 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 57 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 101 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 72 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 61 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 84 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 64 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