Soenneker.OpenAI.Client.Chat 3.0.1026

Prefix Reserved
dotnet add package Soenneker.OpenAI.Client.Chat --version 3.0.1026
                    
NuGet\Install-Package Soenneker.OpenAI.Client.Chat -Version 3.0.1026
                    
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.1026" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.OpenAI.Client.Chat" Version="3.0.1026" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.OpenAI.Client.Chat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.OpenAI.Client.Chat --version 3.0.1026
                    
#r "nuget: Soenneker.OpenAI.Client.Chat, 3.0.1026"
                    
#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.
#addin nuget:?package=Soenneker.OpenAI.Client.Chat&version=3.0.1026
                    
Install Soenneker.OpenAI.Client.Chat as a Cake Addin
#tool nuget:?package=Soenneker.OpenAI.Client.Chat&version=3.0.1026
                    
Install Soenneker.OpenAI.Client.Chat as a Cake Tool

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.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.1026 150 4/9/2025
3.0.1025 146 4/9/2025
3.0.1024 145 4/8/2025
3.0.1023 144 4/8/2025
3.0.1022 146 4/8/2025
3.0.1021 146 4/8/2025
3.0.1020 139 4/8/2025
3.0.1019 144 4/8/2025
3.0.1018 146 4/8/2025
3.0.1017 146 4/8/2025
3.0.1016 148 4/8/2025
3.0.1015 150 4/8/2025
3.0.1014 142 4/8/2025
3.0.1013 148 4/8/2025
3.0.1012 138 4/8/2025
3.0.1011 144 4/8/2025
3.0.1010 143 4/7/2025
3.0.1009 146 4/7/2025
3.0.1008 137 4/7/2025
3.0.1007 140 4/7/2025
3.0.1006 138 4/7/2025
3.0.1005 143 4/7/2025
3.0.1004 144 4/7/2025
3.0.1003 141 4/7/2025
3.0.1002 143 4/7/2025
3.0.1001 145 4/7/2025
3.0.1000 145 4/7/2025
3.0.999 145 4/7/2025
3.0.998 150 4/7/2025
3.0.997 141 4/7/2025
3.0.996 143 4/6/2025
3.0.995 148 4/6/2025
3.0.994 139 4/6/2025
3.0.993 148 4/6/2025
3.0.992 143 4/6/2025
3.0.991 138 4/6/2025
3.0.990 122 4/6/2025
3.0.989 122 4/6/2025
3.0.988 123 4/6/2025
3.0.987 119 4/6/2025
3.0.986 133 4/6/2025
3.0.985 100 4/6/2025
3.0.984 94 4/6/2025
3.0.983 97 4/6/2025
3.0.982 102 4/6/2025
3.0.981 78 4/5/2025
3.0.980 80 4/5/2025
3.0.979 72 4/5/2025
3.0.978 76 4/5/2025
3.0.977 71 4/5/2025
3.0.976 80 4/5/2025
3.0.975 76 4/5/2025
3.0.974 80 4/5/2025
3.0.973 74 4/4/2025
3.0.972 81 4/4/2025
3.0.971 139 4/4/2025
3.0.970 147 4/1/2025
3.0.969 147 4/1/2025
3.0.968 133 3/31/2025
3.0.967 138 3/31/2025
3.0.966 137 3/31/2025
3.0.965 72 3/29/2025
3.0.964 73 3/29/2025
3.0.963 446 3/25/2025
3.0.962 454 3/25/2025
3.0.961 454 3/25/2025
3.0.960 113 3/21/2025
3.0.959 108 3/21/2025
3.0.958 127 3/18/2025
3.0.957 130 3/18/2025
3.0.956 127 3/18/2025
3.0.955 58 3/15/2025
3.0.954 56 3/15/2025
3.0.953 64 3/15/2025
3.0.952 141 3/12/2025
3.0.951 144 3/12/2025
3.0.950 137 3/12/2025
3.0.949 142 3/12/2025
3.0.948 144 3/12/2025
3.0.947 145 3/11/2025
3.0.946 145 3/11/2025
3.0.945 142 3/11/2025
3.0.944 141 3/11/2025
3.0.943 141 3/11/2025
3.0.942 141 3/11/2025
3.0.941 139 3/11/2025
3.0.940 140 3/11/2025
3.0.939 201 3/7/2025
3.0.938 188 3/7/2025
3.0.937 92 3/2/2025
3.0.936 77 3/2/2025
3.0.935 78 3/2/2025
3.0.934 80 3/2/2025
3.0.933 87 3/2/2025
3.0.932 79 3/2/2025
3.0.931 80 3/2/2025
3.0.930 93 3/1/2025
3.0.929 87 3/1/2025
3.0.928 83 3/1/2025
3.0.927 79 3/1/2025
3.0.926 82 3/1/2025
3.0.925 80 3/1/2025
3.0.924 74 3/1/2025
3.0.923 74 3/1/2025
3.0.922 95 3/1/2025
3.0.921 82 3/1/2025
3.0.920 88 3/1/2025
3.0.919 84 3/1/2025
3.0.918 85 3/1/2025
3.0.917 87 2/25/2025
3.0.916 94 2/25/2025
3.0.915 81 2/25/2025
3.0.914 92 2/25/2025
3.0.913 87 2/25/2025
3.0.912 89 2/25/2025
3.0.911 77 2/25/2025
3.0.910 85 2/25/2025
3.0.909 73 2/25/2025
3.0.908 80 2/24/2025
3.0.907 96 2/23/2025
3.0.906 85 2/23/2025
3.0.905 81 2/23/2025
3.0.904 83 2/22/2025
3.0.903 84 2/22/2025
3.0.902 90 2/22/2025
3.0.901 84 2/22/2025
3.0.900 82 2/22/2025
3.0.899 86 2/22/2025
3.0.898 80 2/22/2025
3.0.897 82 2/22/2025
3.0.896 84 2/22/2025
3.0.895 89 2/21/2025
3.0.894 84 2/21/2025
3.0.893 89 2/21/2025
3.0.892 88 2/21/2025
3.0.891 92 2/19/2025
3.0.890 94 2/19/2025
3.0.889 91 2/19/2025
3.0.888 92 2/19/2025
3.0.887 89 2/18/2025
3.0.886 89 2/18/2025
3.0.885 92 2/18/2025
3.0.884 100 2/18/2025
3.0.883 88 2/18/2025
3.0.882 92 2/18/2025
3.0.881 95 2/18/2025
3.0.880 88 2/14/2025
3.0.879 92 2/14/2025
3.0.878 93 2/13/2025
3.0.877 83 2/13/2025
3.0.876 82 2/12/2025
3.0.875 95 2/12/2025
3.0.874 93 2/12/2025
3.0.873 99 2/12/2025
3.0.872 90 2/12/2025
3.0.871 96 2/12/2025
3.0.870 85 2/12/2025
3.0.869 94 2/12/2025
3.0.868 98 2/12/2025
3.0.867 95 2/12/2025
3.0.866 91 2/12/2025
3.0.865 97 2/11/2025
3.0.864 97 2/11/2025
3.0.863 96 2/11/2025
3.0.862 87 2/11/2025
3.0.861 91 2/11/2025
3.0.860 99 2/11/2025
3.0.859 85 2/11/2025
3.0.858 87 2/11/2025
3.0.857 95 2/11/2025
3.0.856 90 2/11/2025
3.0.855 92 2/11/2025
3.0.854 101 2/11/2025
3.0.853 89 2/11/2025
3.0.852 104 2/11/2025
3.0.851 92 2/11/2025
3.0.850 101 2/10/2025
3.0.849 91 2/10/2025
3.0.848 79 2/10/2025
3.0.847 84 2/10/2025
3.0.846 86 2/10/2025
3.0.845 91 2/10/2025
3.0.844 89 2/10/2025
3.0.843 95 2/10/2025
3.0.842 94 2/9/2025
3.0.841 83 2/9/2025
3.0.840 92 2/9/2025
3.0.839 82 2/8/2025
3.0.838 86 2/8/2025
3.0.837 96 2/8/2025
3.0.836 90 2/8/2025
3.0.835 89 2/8/2025
3.0.834 90 2/8/2025
3.0.833 94 2/8/2025
3.0.832 91 2/8/2025
3.0.831 87 2/7/2025
3.0.830 90 2/7/2025
3.0.829 86 2/7/2025
3.0.828 86 2/7/2025
3.0.827 83 2/7/2025
3.0.826 81 2/7/2025
3.0.825 90 2/7/2025
3.0.824 85 2/7/2025
3.0.823 94 2/7/2025
3.0.822 91 2/7/2025
3.0.821 82 2/7/2025
3.0.820 89 2/7/2025
3.0.819 85 2/7/2025
3.0.818 77 2/6/2025
3.0.817 101 2/5/2025
3.0.816 92 2/5/2025
3.0.815 89 2/5/2025
3.0.814 91 2/5/2025
3.0.813 86 2/5/2025
3.0.812 85 2/5/2025
3.0.811 88 2/5/2025
3.0.810 86 2/5/2025
3.0.809 97 2/5/2025
3.0.808 82 2/5/2025
3.0.807 96 2/5/2025
3.0.806 88 1/28/2025
3.0.805 89 1/28/2025
3.0.804 76 1/28/2025
3.0.803 74 1/28/2025
3.0.802 87 1/28/2025
3.0.801 89 1/28/2025
3.0.800 76 1/27/2025
3.0.799 71 1/27/2025
3.0.798 76 1/27/2025
3.0.797 74 1/27/2025
3.0.796 78 1/27/2025
3.0.795 75 1/27/2025
3.0.794 79 1/27/2025
3.0.793 89 1/26/2025
3.0.792 80 1/26/2025
3.0.791 94 1/26/2025
3.0.790 82 1/26/2025
3.0.789 81 1/26/2025
3.0.788 82 1/26/2025
3.0.787 85 1/25/2025
3.0.786 83 1/25/2025
3.0.785 87 1/25/2025
3.0.784 88 1/25/2025
3.0.783 90 1/25/2025
3.0.782 84 1/25/2025
3.0.781 82 1/25/2025
3.0.780 76 1/25/2025
3.0.778 84 1/25/2025
3.0.777 81 1/25/2025
3.0.776 78 1/25/2025
3.0.775 81 1/24/2025
3.0.774 78 1/24/2025
3.0.773 71 1/24/2025
3.0.772 73 1/24/2025
3.0.771 90 1/24/2025
3.0.770 74 1/24/2025
3.0.769 74 1/24/2025
3.0.768 72 1/24/2025
3.0.767 81 1/24/2025
3.0.766 85 1/24/2025
3.0.765 79 1/24/2025
3.0.764 74 1/24/2025
3.0.763 84 1/23/2025
3.0.762 77 1/23/2025
3.0.761 83 1/22/2025
3.0.760 88 1/21/2025
3.0.759 91 1/21/2025
3.0.758 89 1/21/2025
3.0.757 86 1/21/2025
3.0.756 88 1/21/2025
3.0.755 96 1/21/2025
3.0.754 86 1/21/2025
3.0.753 89 1/21/2025
3.0.752 88 1/21/2025
3.0.751 83 1/21/2025
3.0.750 95 1/21/2025
3.0.749 90 1/21/2025
3.0.748 87 1/21/2025
3.0.747 78 1/21/2025
3.0.746 79 1/21/2025
3.0.745 77 1/21/2025
3.0.744 75 1/21/2025
3.0.743 81 1/20/2025
3.0.742 74 1/20/2025
3.0.741 74 1/20/2025
3.0.740 74 1/20/2025
3.0.739 76 1/20/2025
3.0.738 78 1/20/2025
3.0.737 78 1/20/2025
3.0.736 75 1/20/2025
3.0.735 76 1/20/2025
3.0.734 81 1/20/2025
3.0.733 76 1/20/2025
3.0.732 83 1/20/2025
3.0.731 80 1/20/2025
3.0.730 88 1/20/2025
3.0.729 75 1/20/2025
3.0.728 83 1/20/2025
3.0.727 81 1/19/2025
3.0.726 77 1/19/2025
3.0.725 71 1/19/2025
3.0.724 77 1/19/2025
3.0.723 82 1/19/2025
3.0.722 67 1/19/2025
3.0.721 72 1/19/2025
3.0.720 74 1/19/2025
3.0.719 69 1/19/2025
3.0.718 73 1/18/2025
3.0.717 80 1/18/2025
3.0.716 70 1/18/2025
3.0.715 71 1/18/2025
3.0.714 70 1/18/2025
3.0.713 74 1/18/2025
3.0.712 78 1/18/2025
3.0.711 74 1/18/2025
3.0.710 72 1/17/2025
3.0.709 80 1/17/2025
3.0.708 72 1/17/2025
3.0.707 77 1/17/2025
3.0.706 74 1/17/2025
3.0.705 80 1/17/2025
3.0.704 82 1/17/2025
3.0.703 78 1/17/2025
3.0.702 70 1/17/2025
3.0.701 71 1/17/2025
3.0.700 74 1/16/2025
3.0.699 74 1/16/2025
3.0.698 72 1/16/2025
3.0.697 74 1/16/2025
3.0.696 78 1/16/2025
3.0.695 75 1/16/2025
3.0.694 72 1/16/2025
3.0.693 74 1/16/2025
3.0.692 71 1/16/2025
3.0.691 74 1/16/2025
3.0.690 80 1/16/2025
3.0.689 73 1/16/2025
3.0.688 76 1/16/2025
3.0.687 73 1/16/2025
3.0.686 75 1/16/2025
3.0.685 74 1/15/2025
3.0.684 72 1/15/2025
3.0.683 74 1/15/2025
3.0.682 85 1/15/2025
3.0.681 70 1/15/2025
3.0.680 71 1/15/2025
3.0.679 73 1/15/2025
3.0.678 70 1/15/2025
3.0.677 73 1/15/2025
3.0.676 69 1/15/2025
3.0.675 56 1/15/2025
3.0.674 61 1/15/2025
3.0.673 53 1/15/2025
3.0.672 52 1/15/2025
3.0.671 55 1/15/2025
3.0.670 58 1/15/2025
3.0.669 50 1/15/2025
3.0.668 57 1/15/2025
3.0.667 55 1/15/2025
3.0.666 57 1/14/2025
3.0.665 65 1/14/2025
3.0.664 61 1/14/2025
3.0.663 68 1/14/2025
3.0.662 66 1/14/2025
3.0.661 62 1/14/2025
3.0.660 68 1/14/2025
3.0.659 60 1/14/2025
3.0.658 75 1/14/2025
3.0.657 68 1/14/2025
3.0.656 75 1/14/2025
3.0.655 75 1/13/2025
3.0.654 81 1/13/2025
3.0.653 70 1/13/2025
3.0.652 70 1/13/2025
3.0.651 70 1/13/2025
3.0.650 76 1/12/2025
3.0.649 76 1/12/2025
3.0.648 81 1/11/2025
3.0.647 80 1/11/2025
3.0.646 91 1/11/2025
3.0.645 83 1/11/2025
3.0.644 93 1/11/2025
3.0.643 80 1/11/2025
3.0.642 78 1/11/2025
3.0.641 100 1/10/2025
3.0.640 82 1/10/2025
3.0.639 70 1/10/2025
3.0.638 77 1/10/2025
3.0.637 70 1/10/2025
3.0.636 87 1/10/2025
3.0.635 76 1/10/2025
3.0.634 83 1/10/2025
3.0.633 78 1/8/2025
3.0.632 134 1/3/2025
3.0.631 129 1/3/2025
3.0.630 124 1/3/2025
3.0.629 102 1/3/2025
3.0.628 99 1/3/2025
3.0.627 105 1/3/2025
3.0.626 101 1/3/2025
3.0.625 105 1/2/2025
3.0.624 98 1/2/2025
3.0.623 120 1/2/2025
3.0.622 103 1/2/2025
3.0.621 109 1/2/2025
3.0.620 103 1/2/2025
3.0.619 104 1/2/2025
3.0.618 114 1/1/2025
3.0.617 105 1/1/2025
3.0.616 110 1/1/2025
3.0.615 107 1/1/2025
3.0.614 116 1/1/2025
3.0.613 106 1/1/2025
3.0.612 111 1/1/2025
3.0.611 114 1/1/2025
3.0.610 114 1/1/2025
3.0.609 117 1/1/2025
3.0.608 109 1/1/2025
3.0.607 105 12/31/2024
3.0.606 104 12/31/2024
3.0.605 98 12/31/2024
3.0.604 99 12/31/2024
3.0.603 105 12/31/2024
3.0.602 118 12/31/2024
3.0.601 112 12/31/2024
3.0.600 118 12/31/2024
3.0.599 119 12/31/2024
3.0.598 111 12/31/2024
3.0.597 87 12/31/2024
3.0.596 83 12/31/2024
3.0.595 88 12/31/2024
3.0.594 90 12/31/2024
3.0.593 88 12/31/2024
3.0.592 87 12/31/2024
3.0.591 91 12/31/2024
3.0.590 89 12/31/2024
3.0.589 84 12/31/2024
3.0.588 96 12/28/2024
3.0.587 89 12/28/2024
3.0.586 83 12/28/2024
3.0.585 87 12/27/2024
3.0.584 85 12/27/2024
3.0.583 89 12/27/2024
3.0.582 90 12/24/2024
3.0.581 91 12/24/2024
3.0.580 87 12/24/2024
3.0.579 87 12/24/2024
3.0.578 87 12/24/2024
3.0.577 95 12/24/2024
3.0.576 96 12/24/2024
3.0.575 85 12/24/2024
3.0.574 89 12/24/2024
3.0.573 91 12/24/2024
3.0.572 89 12/24/2024
3.0.571 85 12/24/2024
3.0.570 92 12/24/2024
3.0.569 88 12/24/2024
3.0.568 81 12/24/2024
3.0.567 88 12/24/2024
3.0.566 80 12/24/2024
3.0.565 92 12/23/2024
3.0.564 81 12/23/2024
3.0.563 89 12/23/2024
3.0.562 77 12/23/2024
3.0.561 90 12/23/2024
3.0.560 77 12/23/2024
3.0.559 86 12/23/2024
3.0.558 95 12/23/2024
3.0.557 89 12/23/2024
3.0.556 92 12/23/2024
3.0.555 90 12/22/2024
3.0.554 86 12/22/2024
3.0.553 90 12/22/2024
3.0.552 85 12/22/2024
3.0.551 87 12/22/2024
3.0.550 86 12/22/2024
3.0.549 90 12/22/2024
3.0.548 79 12/22/2024
3.0.547 83 12/22/2024
3.0.546 92 12/22/2024
3.0.545 88 12/22/2024
3.0.544 88 12/22/2024
3.0.543 92 12/21/2024
3.0.542 90 12/21/2024
3.0.541 89 12/21/2024
3.0.540 84 12/21/2024
3.0.539 84 12/21/2024
3.0.538 87 12/21/2024
3.0.537 87 12/21/2024
3.0.536 86 12/21/2024
3.0.535 86 12/21/2024
3.0.534 85 12/21/2024
3.0.533 93 12/21/2024
3.0.532 91 12/21/2024
3.0.531 87 12/21/2024
3.0.530 93 12/20/2024
3.0.529 93 12/20/2024
3.0.528 89 12/20/2024
3.0.527 86 12/20/2024
3.0.526 87 12/20/2024
3.0.525 88 12/20/2024
3.0.524 80 12/20/2024
3.0.523 88 12/20/2024
3.0.522 90 12/20/2024
3.0.521 95 12/19/2024
3.0.520 88 12/19/2024
3.0.519 81 12/19/2024
3.0.518 82 12/19/2024
3.0.517 82 12/19/2024
3.0.516 88 12/19/2024
3.0.515 85 12/19/2024
3.0.514 93 12/18/2024
3.0.513 85 12/18/2024
3.0.512 85 12/18/2024
3.0.511 102 12/17/2024
3.0.509 93 12/17/2024
3.0.508 101 12/17/2024
3.0.507 85 12/17/2024
3.0.506 87 12/17/2024
3.0.505 83 12/17/2024
3.0.504 78 12/16/2024
3.0.503 73 12/16/2024
3.0.502 77 12/16/2024
3.0.501 87 12/10/2024
3.0.500 92 12/10/2024
3.0.499 86 12/10/2024
3.0.498 83 12/10/2024
3.0.497 84 12/10/2024
3.0.496 91 12/9/2024
3.0.495 79 12/9/2024
3.0.494 94 12/9/2024
3.0.493 83 12/9/2024
3.0.492 88 12/9/2024
3.0.491 78 12/9/2024
3.0.490 82 12/9/2024
3.0.489 84 12/9/2024
3.0.488 91 12/7/2024
3.0.487 101 12/6/2024
3.0.486 88 12/6/2024
3.0.485 89 12/6/2024
3.0.484 94 12/6/2024
3.0.483 99 12/6/2024
3.0.482 86 12/6/2024
3.0.481 93 12/6/2024
3.0.480 98 12/6/2024
3.0.479 90 12/6/2024
3.0.478 89 12/6/2024
3.0.477 93 12/6/2024
3.0.476 91 12/6/2024
3.0.475 94 12/6/2024
3.0.474 87 12/6/2024
3.0.473 92 12/6/2024
3.0.472 92 12/6/2024
3.0.471 102 12/6/2024
3.0.470 98 12/6/2024
3.0.469 85 12/6/2024
3.0.468 91 12/6/2024
3.0.467 89 12/6/2024
3.0.466 94 12/6/2024
3.0.465 92 12/6/2024
3.0.464 97 12/6/2024
3.0.463 92 12/6/2024
3.0.462 92 12/6/2024
3.0.460 94 12/5/2024
3.0.459 92 12/5/2024
3.0.458 87 12/5/2024
3.0.457 95 12/5/2024
3.0.456 96 12/5/2024
3.0.455 91 12/5/2024
3.0.454 91 12/5/2024
3.0.453 96 12/5/2024
3.0.452 90 12/5/2024
3.0.451 91 12/5/2024
3.0.450 88 12/5/2024
3.0.449 100 12/5/2024
3.0.448 90 12/5/2024
3.0.447 90 12/5/2024
3.0.446 93 12/4/2024
3.0.445 88 12/4/2024
3.0.444 87 12/4/2024
3.0.443 91 12/4/2024
3.0.442 94 12/4/2024
3.0.441 90 12/4/2024
3.0.440 99 12/4/2024
3.0.439 98 12/4/2024
3.0.438 98 12/4/2024
3.0.437 96 12/4/2024
3.0.436 96 12/4/2024
3.0.435 94 12/3/2024
3.0.434 97 12/3/2024
3.0.433 98 12/3/2024
3.0.432 98 12/3/2024
3.0.431 98 12/3/2024
3.0.430 94 12/3/2024
3.0.429 97 12/3/2024
3.0.428 91 12/3/2024
3.0.427 90 12/3/2024
3.0.426 80 12/3/2024
3.0.425 81 12/3/2024
3.0.424 80 12/3/2024
3.0.423 82 12/2/2024
3.0.422 85 12/2/2024
3.0.421 80 12/2/2024
3.0.420 89 12/2/2024
3.0.419 91 12/2/2024
3.0.418 84 12/2/2024
3.0.417 80 12/2/2024
3.0.416 92 12/2/2024
3.0.415 86 12/2/2024
3.0.414 81 12/2/2024
3.0.413 92 12/1/2024
3.0.412 88 12/1/2024
3.0.411 89 12/1/2024
3.0.410 94 12/1/2024
3.0.409 87 12/1/2024
3.0.408 87 12/1/2024
3.0.407 82 12/1/2024
3.0.406 84 12/1/2024
3.0.405 85 11/29/2024
3.0.404 88 11/29/2024
3.0.403 83 11/29/2024
3.0.402 82 11/29/2024
3.0.401 85 11/29/2024
3.0.400 98 11/21/2024
3.0.399 91 11/21/2024
3.0.398 92 11/21/2024
3.0.397 93 11/20/2024
3.0.396 100 11/20/2024
3.0.395 91 11/20/2024
3.0.394 88 11/20/2024
3.0.393 93 11/20/2024
3.0.392 91 11/20/2024
3.0.391 94 11/20/2024
3.0.390 101 11/20/2024
3.0.389 89 11/20/2024
3.0.388 90 11/20/2024
3.0.387 88 11/20/2024
3.0.386 92 11/20/2024
3.0.385 88 11/20/2024
3.0.384 89 11/20/2024
3.0.383 88 11/20/2024
3.0.382 91 11/19/2024
3.0.381 93 11/19/2024
3.0.380 97 11/19/2024
3.0.378 86 11/19/2024
3.0.377 95 11/19/2024
3.0.376 95 11/19/2024
3.0.375 90 11/19/2024
3.0.374 93 11/19/2024
3.0.373 84 11/19/2024
3.0.372 87 11/19/2024
3.0.371 86 11/19/2024
3.0.370 93 11/15/2024
3.0.369 85 11/14/2024
3.0.368 87 11/14/2024
3.0.367 87 11/14/2024
3.0.366 89 11/14/2024
3.0.365 92 11/14/2024
3.0.364 87 11/14/2024
3.0.363 87 11/14/2024
3.0.362 87 11/14/2024
3.0.361 85 11/14/2024
3.0.360 90 11/14/2024
3.0.359 91 11/14/2024
3.0.358 93 11/14/2024
3.0.357 90 11/14/2024
3.0.356 96 11/14/2024
3.0.355 94 11/14/2024
3.0.354 93 11/14/2024
3.0.353 95 11/14/2024
2.1.352 100 11/13/2024
2.1.351 97 11/13/2024
2.1.350 90 11/13/2024
2.1.349 96 11/13/2024
2.1.348 99 11/13/2024
2.1.347 91 11/13/2024
2.1.346 99 11/13/2024
2.1.345 94 11/13/2024
2.1.344 99 11/12/2024
2.1.343 94 11/12/2024
2.1.342 89 11/12/2024
2.1.341 99 11/12/2024
2.1.340 105 11/9/2024
2.1.339 99 11/9/2024
2.1.338 97 11/9/2024
2.1.337 93 11/9/2024
2.1.336 90 11/9/2024
2.1.335 94 11/9/2024
2.1.334 97 11/9/2024
2.1.333 91 11/8/2024
2.1.332 92 11/8/2024
2.1.331 89 11/8/2024
2.1.330 97 11/8/2024
2.1.329 94 11/8/2024
2.1.328 94 11/8/2024
2.1.327 87 11/8/2024
2.1.326 93 11/8/2024
2.1.325 88 11/8/2024
2.1.324 88 11/8/2024
2.1.323 92 11/8/2024
2.1.322 92 11/6/2024
2.1.321 102 11/1/2024
2.1.320 100 11/1/2024
2.1.319 98 11/1/2024
2.1.318 101 11/1/2024
2.1.317 90 11/1/2024
2.1.316 95 10/29/2024
2.1.315 89 10/29/2024
2.1.314 100 10/29/2024
2.1.313 90 10/29/2024
2.1.312 90 10/29/2024
2.1.311 92 10/29/2024
2.1.310 92 10/29/2024
2.1.309 103 10/29/2024
2.1.308 86 10/29/2024
2.1.307 84 10/29/2024
2.1.306 87 10/28/2024
2.1.305 84 10/28/2024
2.1.304 88 10/28/2024
2.1.303 91 10/26/2024
2.1.302 94 10/26/2024
2.1.301 89 10/26/2024
2.1.300 89 10/26/2024
2.1.299 92 10/22/2024
2.1.298 91 10/22/2024
2.1.297 89 10/22/2024
2.1.296 103 10/22/2024
2.1.295 95 10/22/2024
2.1.294 96 10/22/2024
2.1.293 88 10/22/2024
2.1.292 103 10/22/2024
2.1.291 100 10/22/2024
2.1.290 99 10/22/2024
2.1.289 114 10/18/2024
2.1.288 81 10/17/2024
2.1.287 80 10/17/2024
2.1.286 88 10/17/2024
2.1.285 75 10/17/2024
2.1.284 101 10/15/2024
2.1.283 91 10/15/2024
2.1.282 87 10/15/2024
2.1.281 88 10/15/2024
2.1.280 97 10/14/2024
2.1.279 91 10/14/2024
2.1.278 93 10/12/2024
2.1.277 93 10/12/2024
2.1.276 92 10/12/2024
2.1.275 91 10/11/2024
2.1.274 93 10/11/2024
2.1.273 105 10/11/2024
2.1.272 96 10/9/2024
2.1.271 96 10/9/2024
2.1.270 92 10/9/2024
2.1.269 90 10/9/2024
2.1.268 93 10/9/2024
2.1.267 89 10/9/2024
2.1.266 98 10/8/2024
2.1.265 92 10/8/2024
2.1.264 96 10/8/2024
2.1.263 97 10/8/2024
2.1.262 92 10/8/2024
2.1.261 95 10/8/2024
2.1.260 92 10/8/2024
2.1.259 88 10/8/2024
2.1.258 92 10/8/2024
2.1.257 91 10/3/2024
2.1.256 93 10/3/2024
2.1.255 89 10/3/2024
2.1.254 90 10/3/2024
2.1.253 91 10/3/2024
2.1.252 92 10/3/2024
2.1.251 87 10/3/2024
2.1.250 91 10/3/2024
2.1.249 85 10/3/2024
2.1.248 88 10/2/2024
2.1.247 93 10/2/2024
2.1.246 88 10/2/2024
2.1.245 87 10/2/2024
2.1.244 88 10/2/2024
2.1.243 85 10/2/2024
2.1.242 92 10/2/2024
2.1.241 93 10/2/2024
2.1.240 86 10/2/2024
2.1.239 91 10/2/2024
2.1.238 88 10/1/2024
2.1.237 90 10/1/2024
2.1.236 93 10/1/2024
2.1.235 89 10/1/2024
2.1.234 89 10/1/2024
2.1.233 90 10/1/2024
2.1.232 93 10/1/2024
2.1.231 88 10/1/2024
2.1.230 91 10/1/2024
2.1.229 65 9/30/2024
2.1.228 64 9/29/2024
2.1.227 63 9/29/2024
2.1.226 67 9/29/2024
2.1.225 61 9/29/2024
2.1.224 62 9/29/2024
2.1.223 63 9/29/2024
2.1.222 65 9/29/2024
2.1.221 63 9/29/2024
2.1.220 63 9/29/2024
2.1.219 65 9/28/2024
2.1.218 58 9/27/2024
2.1.217 59 9/27/2024
2.1.216 64 9/27/2024
2.1.215 65 9/27/2024
2.1.214 65 9/27/2024
2.1.213 63 9/27/2024
2.1.212 61 9/27/2024
2.1.211 60 9/27/2024
2.1.210 62 9/27/2024
2.1.209 64 9/27/2024
2.1.208 62 9/27/2024
2.1.207 69 9/26/2024
2.1.206 65 9/26/2024
2.1.205 63 9/26/2024
2.1.204 61 9/26/2024
2.1.203 63 9/26/2024
2.1.202 62 9/26/2024
2.1.201 61 9/26/2024
2.1.200 64 9/26/2024
2.1.199 62 9/26/2024
2.1.198 63 9/26/2024
2.1.197 60 9/26/2024
2.1.195 65 9/26/2024
2.1.194 61 9/26/2024
2.1.193 63 9/23/2024
2.1.192 62 9/23/2024
2.1.191 63 9/23/2024
2.1.190 63 9/23/2024
2.1.189 60 9/23/2024
2.1.188 66 9/23/2024
2.1.187 64 9/23/2024
2.1.186 63 9/23/2024
2.1.185 64 9/23/2024
2.1.184 60 9/23/2024
2.1.183 65 9/23/2024
2.1.182 60 9/23/2024
2.1.181 64 9/23/2024
2.1.180 56 9/23/2024
2.1.179 63 9/23/2024
2.1.178 64 9/23/2024
2.1.177 58 9/23/2024
2.1.176 67 9/23/2024
2.1.175 63 9/23/2024
2.1.174 61 9/23/2024
2.1.173 60 9/23/2024
2.1.172 56 9/20/2024
2.1.171 61 9/18/2024
2.1.170 64 9/18/2024
2.1.169 65 9/18/2024
2.1.168 60 9/18/2024
2.1.167 69 9/18/2024
2.1.166 67 9/18/2024
2.1.165 62 9/18/2024
2.1.163 66 9/17/2024
2.1.162 63 9/17/2024
2.1.161 66 9/17/2024
2.1.160 66 9/17/2024
2.1.159 68 9/17/2024
2.1.158 68 9/17/2024
2.1.157 63 9/17/2024
2.1.156 64 9/17/2024
2.1.155 66 9/17/2024
2.1.154 68 9/17/2024
2.1.153 61 9/17/2024
2.1.152 64 9/17/2024
2.1.151 79 9/17/2024
2.1.150 66 9/17/2024
2.1.149 69 9/17/2024
2.1.148 68 9/17/2024
2.1.147 60 9/17/2024
2.1.146 63 9/17/2024
2.1.145 63 9/16/2024
2.1.144 84 9/16/2024
2.1.143 69 9/16/2024
2.1.142 72 9/16/2024
2.1.141 66 9/16/2024
2.1.140 65 9/12/2024
2.1.139 62 9/12/2024
2.1.138 66 9/12/2024
2.1.137 65 9/12/2024
2.1.136 63 9/12/2024
2.1.135 68 9/12/2024
2.1.134 66 9/11/2024
2.1.133 66 9/11/2024
2.1.132 68 9/11/2024
2.1.131 61 9/11/2024
2.1.130 67 9/11/2024
2.1.129 66 9/11/2024
2.1.128 73 9/11/2024
2.1.127 64 9/11/2024
2.1.125 69 9/11/2024
2.1.123 70 9/11/2024
2.1.122 63 9/11/2024
2.1.121 75 9/11/2024
2.1.120 71 9/11/2024
2.1.119 71 9/10/2024
2.1.118 59 9/10/2024
2.1.117 71 9/10/2024
2.1.116 61 9/10/2024
2.1.115 69 9/10/2024
2.1.114 64 9/10/2024
2.1.113 69 9/10/2024
2.1.112 62 9/9/2024
2.1.111 65 9/9/2024
2.1.108 65 9/9/2024
2.1.105 71 9/9/2024
2.1.104 68 9/9/2024
2.1.103 66 9/9/2024
2.1.102 63 9/9/2024
2.1.101 64 9/9/2024
2.1.100 64 9/9/2024
2.1.99 63 9/9/2024
2.1.98 73 9/9/2024
2.1.97 76 9/7/2024
2.1.96 73 9/7/2024
2.1.95 70 9/7/2024
2.1.94 70 9/7/2024
2.1.93 66 9/7/2024
2.1.92 73 9/6/2024
2.1.91 71 9/6/2024
2.1.90 68 9/6/2024
2.1.89 72 9/6/2024
2.1.88 68 9/6/2024
2.1.87 71 9/5/2024
2.1.86 60 9/5/2024
2.1.85 67 9/5/2024
2.1.84 67 9/5/2024
2.1.83 64 9/5/2024
2.1.82 66 9/5/2024
2.1.81 72 9/5/2024
2.1.80 69 9/5/2024
2.1.79 69 9/5/2024
2.1.78 66 9/5/2024
2.1.77 68 9/5/2024
2.1.76 70 9/5/2024
2.1.75 73 9/5/2024
2.1.74 64 9/5/2024
2.1.73 68 9/4/2024
2.1.72 61 9/4/2024
2.1.71 73 9/4/2024
2.1.70 70 9/4/2024
2.1.69 68 9/4/2024
2.1.68 68 9/4/2024
2.1.67 69 9/3/2024
2.1.66 67 9/3/2024
2.1.65 68 9/3/2024
2.1.64 64 9/3/2024
2.1.63 79 9/3/2024
2.1.62 67 9/3/2024
2.1.61 67 9/3/2024
2.1.60 63 9/3/2024
2.1.59 65 9/3/2024
2.1.58 66 9/3/2024
2.1.57 64 9/3/2024
2.1.56 68 8/29/2024
2.1.55 65 8/29/2024
2.1.54 62 8/29/2024
2.1.53 62 8/29/2024
2.1.52 60 8/29/2024
2.1.51 72 8/26/2024
2.1.50 62 8/26/2024
2.1.49 68 8/26/2024
2.1.48 69 8/26/2024
2.1.47 88 8/24/2024
2.1.46 94 8/21/2024
2.1.45 89 8/21/2024
2.1.44 82 8/21/2024
2.1.43 88 8/21/2024
2.1.42 88 8/20/2024
2.1.41 86 8/20/2024
2.1.40 75 8/20/2024
2.1.39 72 8/20/2024
2.1.38 71 8/20/2024
2.1.37 70 8/20/2024
2.1.36 84 8/20/2024
2.1.35 77 8/19/2024
2.1.34 90 8/15/2024
2.1.33 79 8/15/2024
2.1.32 79 8/15/2024
2.1.31 87 8/15/2024
2.1.30 87 8/13/2024
2.1.29 82 8/13/2024
2.1.28 70 8/7/2024
2.1.27 61 8/6/2024
2.1.26 53 8/6/2024
2.1.25 53 8/6/2024
2.1.24 66 8/1/2024
2.1.23 62 8/1/2024
2.1.22 65 8/1/2024
2.1.21 64 8/1/2024
2.1.20 64 8/1/2024
2.1.19 58 7/31/2024
2.1.18 57 7/26/2024
2.1.17 73 7/25/2024
2.1.16 70 7/25/2024
2.1.15 60 7/24/2024
2.1.14 72 7/24/2024
2.1.13 65 7/24/2024
2.1.12 68 7/24/2024
2.1.11 76 7/20/2024
2.1.10 73 7/20/2024
2.1.9 71 7/20/2024
2.1.8 76 7/20/2024
2.1.7 79 7/20/2024
2.1.6 63 7/15/2024
2.1.5 77 7/14/2024
2.1.4 73 7/14/2024
2.1.3 62 7/12/2024
2.1.2 65 7/12/2024
2.1.1 63 7/12/2024