Soenneker.OpenAI.Client.Chat 3.0.533

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

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

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.718 0 1/18/2025
3.0.717 0 1/18/2025
3.0.716 0 1/18/2025
3.0.715 16 1/18/2025
3.0.714 18 1/18/2025
3.0.713 20 1/18/2025
3.0.712 25 1/18/2025
3.0.711 24 1/18/2025
3.0.710 29 1/17/2025
3.0.709 34 1/17/2025
3.0.708 32 1/17/2025
3.0.707 37 1/17/2025
3.0.706 34 1/17/2025
3.0.705 32 1/17/2025
3.0.704 36 1/17/2025
3.0.703 32 1/17/2025
3.0.702 33 1/17/2025
3.0.701 34 1/17/2025
3.0.700 35 1/16/2025
3.0.699 35 1/16/2025
3.0.698 32 1/16/2025
3.0.697 37 1/16/2025
3.0.696 36 1/16/2025
3.0.695 39 1/16/2025
3.0.694 35 1/16/2025
3.0.693 37 1/16/2025
3.0.692 36 1/16/2025
3.0.691 37 1/16/2025
3.0.690 37 1/16/2025
3.0.689 37 1/16/2025
3.0.688 37 1/16/2025
3.0.687 35 1/16/2025
3.0.686 36 1/16/2025
3.0.685 38 1/15/2025
3.0.684 36 1/15/2025
3.0.683 38 1/15/2025
3.0.682 37 1/15/2025
3.0.681 34 1/15/2025
3.0.680 38 1/15/2025
3.0.679 36 1/15/2025
3.0.678 36 1/15/2025
3.0.677 36 1/15/2025
3.0.676 34 1/15/2025
3.0.675 22 1/15/2025
3.0.674 24 1/15/2025
3.0.673 17 1/15/2025
3.0.672 17 1/15/2025
3.0.671 17 1/15/2025
3.0.670 17 1/15/2025
3.0.669 15 1/15/2025
3.0.668 15 1/15/2025
3.0.667 15 1/15/2025
3.0.666 11 1/14/2025
3.0.665 11 1/14/2025
3.0.664 11 1/14/2025
3.0.663 11 1/14/2025
3.0.662 11 1/14/2025
3.0.661 11 1/14/2025
3.0.660 9 1/14/2025
3.0.659 9 1/14/2025
3.0.658 9 1/14/2025
3.0.657 9 1/14/2025
3.0.656 25 1/14/2025
3.0.655 64 1/13/2025
3.0.654 68 1/13/2025
3.0.653 57 1/13/2025
3.0.652 57 1/13/2025
3.0.651 59 1/13/2025
3.0.650 65 1/12/2025
3.0.649 61 1/12/2025
3.0.648 62 1/11/2025
3.0.647 60 1/11/2025
3.0.646 67 1/11/2025
3.0.645 61 1/11/2025
3.0.644 73 1/11/2025
3.0.643 61 1/11/2025
3.0.642 61 1/11/2025
3.0.641 66 1/10/2025
3.0.640 61 1/10/2025
3.0.639 52 1/10/2025
3.0.638 59 1/10/2025
3.0.637 52 1/10/2025
3.0.636 69 1/10/2025
3.0.635 57 1/10/2025
3.0.634 65 1/10/2025
3.0.633 54 1/8/2025
3.0.632 125 1/3/2025
3.0.631 121 1/3/2025
3.0.630 116 1/3/2025
3.0.629 94 1/3/2025
3.0.628 91 1/3/2025
3.0.627 97 1/3/2025
3.0.626 93 1/3/2025
3.0.625 97 1/2/2025
3.0.624 90 1/2/2025
3.0.623 106 1/2/2025
3.0.622 95 1/2/2025
3.0.621 101 1/2/2025
3.0.620 95 1/2/2025
3.0.619 96 1/2/2025
3.0.618 106 1/1/2025
3.0.617 97 1/1/2025
3.0.616 102 1/1/2025
3.0.615 99 1/1/2025
3.0.614 108 1/1/2025
3.0.613 98 1/1/2025
3.0.612 103 1/1/2025
3.0.611 106 1/1/2025
3.0.610 106 1/1/2025
3.0.609 109 1/1/2025
3.0.608 101 1/1/2025
3.0.607 98 12/31/2024
3.0.606 97 12/31/2024
3.0.605 92 12/31/2024
3.0.604 93 12/31/2024
3.0.603 99 12/31/2024
3.0.602 111 12/31/2024
3.0.601 105 12/31/2024
3.0.600 111 12/31/2024
3.0.599 112 12/31/2024
3.0.598 104 12/31/2024
3.0.597 79 12/31/2024
3.0.596 75 12/31/2024
3.0.595 80 12/31/2024
3.0.594 82 12/31/2024
3.0.593 80 12/31/2024
3.0.592 79 12/31/2024
3.0.591 84 12/31/2024
3.0.590 82 12/31/2024
3.0.589 77 12/31/2024
3.0.588 88 12/28/2024
3.0.587 84 12/28/2024
3.0.586 78 12/28/2024
3.0.585 81 12/27/2024
3.0.584 79 12/27/2024
3.0.583 84 12/27/2024
3.0.582 85 12/24/2024
3.0.581 85 12/24/2024
3.0.580 81 12/24/2024
3.0.579 81 12/24/2024
3.0.578 81 12/24/2024
3.0.577 90 12/24/2024
3.0.576 90 12/24/2024
3.0.575 79 12/24/2024
3.0.574 77 12/24/2024
3.0.573 85 12/24/2024
3.0.572 84 12/24/2024
3.0.571 80 12/24/2024
3.0.570 87 12/24/2024
3.0.569 83 12/24/2024
3.0.568 75 12/24/2024
3.0.567 83 12/24/2024
3.0.566 75 12/24/2024
3.0.565 86 12/23/2024
3.0.564 75 12/23/2024
3.0.563 79 12/23/2024
3.0.562 70 12/23/2024
3.0.561 82 12/23/2024
3.0.560 71 12/23/2024
3.0.559 78 12/23/2024
3.0.558 83 12/23/2024
3.0.557 82 12/23/2024
3.0.556 84 12/23/2024
3.0.555 81 12/22/2024
3.0.554 78 12/22/2024
3.0.553 82 12/22/2024
3.0.552 77 12/22/2024
3.0.551 80 12/22/2024
3.0.550 79 12/22/2024
3.0.549 83 12/22/2024
3.0.548 71 12/22/2024
3.0.547 75 12/22/2024
3.0.546 84 12/22/2024
3.0.545 80 12/22/2024
3.0.544 81 12/22/2024
3.0.543 84 12/21/2024
3.0.542 82 12/21/2024
3.0.541 82 12/21/2024
3.0.540 76 12/21/2024
3.0.539 76 12/21/2024
3.0.538 80 12/21/2024
3.0.537 80 12/21/2024
3.0.536 79 12/21/2024
3.0.535 78 12/21/2024
3.0.534 78 12/21/2024
3.0.533 85 12/21/2024
3.0.532 83 12/21/2024
3.0.531 79 12/21/2024
3.0.530 86 12/20/2024
3.0.529 85 12/20/2024
3.0.528 81 12/20/2024
3.0.527 79 12/20/2024
3.0.526 80 12/20/2024
3.0.525 81 12/20/2024
3.0.524 73 12/20/2024
3.0.523 81 12/20/2024
3.0.522 83 12/20/2024
3.0.521 87 12/19/2024
3.0.520 80 12/19/2024
3.0.519 73 12/19/2024
3.0.518 75 12/19/2024
3.0.517 75 12/19/2024
3.0.516 81 12/19/2024
3.0.515 79 12/19/2024
3.0.514 87 12/18/2024
3.0.513 78 12/18/2024
3.0.512 79 12/18/2024
3.0.511 89 12/17/2024
3.0.509 86 12/17/2024
3.0.508 94 12/17/2024
3.0.507 77 12/17/2024
3.0.506 80 12/17/2024
3.0.505 75 12/17/2024
3.0.504 71 12/16/2024
3.0.503 66 12/16/2024
3.0.502 70 12/16/2024
3.0.501 80 12/10/2024
3.0.500 84 12/10/2024
3.0.499 78 12/10/2024
3.0.498 75 12/10/2024
3.0.497 76 12/10/2024
3.0.496 83 12/9/2024
3.0.495 72 12/9/2024
3.0.494 87 12/9/2024
3.0.493 76 12/9/2024
3.0.492 80 12/9/2024
3.0.491 71 12/9/2024
3.0.490 75 12/9/2024
3.0.489 77 12/9/2024
3.0.488 84 12/7/2024
3.0.487 93 12/6/2024
3.0.486 81 12/6/2024
3.0.485 82 12/6/2024
3.0.484 89 12/6/2024
3.0.483 92 12/6/2024
3.0.482 78 12/6/2024
3.0.481 85 12/6/2024
3.0.480 91 12/6/2024
3.0.479 83 12/6/2024
3.0.478 81 12/6/2024
3.0.477 86 12/6/2024
3.0.476 84 12/6/2024
3.0.475 87 12/6/2024
3.0.474 80 12/6/2024
3.0.473 86 12/6/2024
3.0.472 86 12/6/2024
3.0.471 96 12/6/2024
3.0.470 93 12/6/2024
3.0.469 80 12/6/2024
3.0.468 86 12/6/2024
3.0.467 83 12/6/2024
3.0.466 89 12/6/2024
3.0.465 85 12/6/2024
3.0.464 91 12/6/2024
3.0.463 85 12/6/2024
3.0.462 87 12/6/2024
3.0.460 89 12/5/2024
3.0.459 86 12/5/2024
3.0.458 82 12/5/2024
3.0.457 89 12/5/2024
3.0.456 91 12/5/2024
3.0.455 86 12/5/2024
3.0.454 80 12/5/2024
3.0.453 89 12/5/2024
3.0.452 82 12/5/2024
3.0.451 85 12/5/2024
3.0.450 80 12/5/2024
3.0.449 93 12/5/2024
3.0.448 85 12/5/2024
3.0.447 85 12/5/2024
3.0.446 87 12/4/2024
3.0.445 82 12/4/2024
3.0.444 81 12/4/2024
3.0.443 86 12/4/2024
3.0.442 88 12/4/2024
3.0.441 84 12/4/2024
3.0.440 94 12/4/2024
3.0.439 85 12/4/2024
3.0.438 92 12/4/2024
3.0.437 91 12/4/2024
3.0.436 90 12/4/2024
3.0.435 88 12/3/2024
3.0.434 91 12/3/2024
3.0.433 93 12/3/2024
3.0.432 93 12/3/2024
3.0.431 93 12/3/2024
3.0.430 89 12/3/2024
3.0.429 90 12/3/2024
3.0.428 83 12/3/2024
3.0.427 82 12/3/2024
3.0.426 74 12/3/2024
3.0.425 75 12/3/2024
3.0.424 74 12/3/2024
3.0.423 76 12/2/2024
3.0.422 79 12/2/2024
3.0.421 74 12/2/2024
3.0.420 83 12/2/2024
3.0.419 83 12/2/2024
3.0.418 77 12/2/2024
3.0.417 75 12/2/2024
3.0.416 85 12/2/2024
3.0.415 77 12/2/2024
3.0.414 75 12/2/2024
3.0.413 85 12/1/2024
3.0.412 83 12/1/2024
3.0.411 84 12/1/2024
3.0.410 88 12/1/2024
3.0.409 82 12/1/2024
3.0.408 76 12/1/2024
3.0.407 77 12/1/2024
3.0.406 78 12/1/2024
3.0.405 80 11/29/2024
3.0.404 82 11/29/2024
3.0.403 77 11/29/2024
3.0.402 77 11/29/2024
3.0.401 77 11/29/2024
3.0.400 93 11/21/2024
3.0.399 86 11/21/2024
3.0.398 86 11/21/2024
3.0.397 87 11/20/2024
3.0.396 95 11/20/2024
3.0.395 86 11/20/2024
3.0.394 83 11/20/2024
3.0.393 88 11/20/2024
3.0.392 86 11/20/2024
3.0.391 88 11/20/2024
3.0.390 95 11/20/2024
3.0.389 84 11/20/2024
3.0.388 86 11/20/2024
3.0.387 84 11/20/2024
3.0.386 87 11/20/2024
3.0.385 83 11/20/2024
3.0.384 84 11/20/2024
3.0.383 83 11/20/2024
3.0.382 86 11/19/2024
3.0.381 88 11/19/2024
3.0.380 85 11/19/2024
3.0.378 80 11/19/2024
3.0.377 89 11/19/2024
3.0.376 90 11/19/2024
3.0.375 85 11/19/2024
3.0.374 89 11/19/2024
3.0.373 80 11/19/2024
3.0.372 83 11/19/2024
3.0.371 81 11/19/2024
3.0.370 89 11/15/2024
3.0.369 79 11/14/2024
3.0.368 83 11/14/2024
3.0.367 83 11/14/2024
3.0.366 84 11/14/2024
3.0.365 87 11/14/2024
3.0.364 83 11/14/2024
3.0.363 83 11/14/2024
3.0.362 82 11/14/2024
3.0.361 80 11/14/2024
3.0.360 86 11/14/2024
3.0.359 87 11/14/2024
3.0.358 88 11/14/2024
3.0.357 85 11/14/2024
3.0.356 91 11/14/2024
3.0.355 89 11/14/2024
3.0.354 88 11/14/2024
3.0.353 91 11/14/2024
2.1.352 93 11/13/2024
2.1.351 92 11/13/2024
2.1.350 86 11/13/2024
2.1.349 92 11/13/2024
2.1.348 94 11/13/2024
2.1.347 87 11/13/2024
2.1.346 92 11/13/2024
2.1.345 87 11/13/2024
2.1.344 95 11/12/2024
2.1.343 90 11/12/2024
2.1.342 85 11/12/2024
2.1.341 93 11/12/2024
2.1.340 90 11/9/2024
2.1.339 95 11/9/2024
2.1.338 93 11/9/2024
2.1.337 86 11/9/2024
2.1.336 85 11/9/2024
2.1.335 88 11/9/2024
2.1.334 92 11/9/2024
2.1.333 86 11/8/2024
2.1.332 80 11/8/2024
2.1.331 85 11/8/2024
2.1.330 91 11/8/2024
2.1.329 88 11/8/2024
2.1.328 90 11/8/2024
2.1.327 85 11/8/2024
2.1.326 89 11/8/2024
2.1.325 83 11/8/2024
2.1.324 81 11/8/2024
2.1.323 87 11/8/2024
2.1.322 87 11/6/2024
2.1.321 88 11/1/2024
2.1.320 91 11/1/2024
2.1.319 90 11/1/2024
2.1.318 91 11/1/2024
2.1.317 83 11/1/2024
2.1.316 88 10/29/2024
2.1.315 83 10/29/2024
2.1.314 93 10/29/2024
2.1.313 84 10/29/2024
2.1.312 84 10/29/2024
2.1.311 86 10/29/2024
2.1.310 88 10/29/2024
2.1.309 99 10/29/2024
2.1.308 82 10/29/2024
2.1.307 80 10/29/2024
2.1.306 80 10/28/2024
2.1.305 80 10/28/2024
2.1.304 84 10/28/2024
2.1.303 87 10/26/2024
2.1.302 89 10/26/2024
2.1.301 84 10/26/2024
2.1.300 85 10/26/2024
2.1.299 88 10/22/2024
2.1.298 87 10/22/2024
2.1.297 83 10/22/2024
2.1.296 99 10/22/2024
2.1.295 91 10/22/2024
2.1.294 91 10/22/2024
2.1.293 84 10/22/2024
2.1.292 99 10/22/2024
2.1.291 94 10/22/2024
2.1.290 92 10/22/2024
2.1.289 107 10/18/2024
2.1.288 77 10/17/2024
2.1.287 76 10/17/2024
2.1.286 84 10/17/2024
2.1.285 71 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 84 10/15/2024
2.1.280 88 10/14/2024
2.1.279 87 10/14/2024
2.1.278 87 10/12/2024
2.1.277 88 10/12/2024
2.1.276 87 10/12/2024
2.1.275 87 10/11/2024
2.1.274 89 10/11/2024
2.1.273 99 10/11/2024
2.1.272 92 10/9/2024
2.1.271 91 10/9/2024
2.1.270 88 10/9/2024
2.1.269 85 10/9/2024
2.1.268 88 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 91 10/8/2024
2.1.263 91 10/8/2024
2.1.262 86 10/8/2024
2.1.261 90 10/8/2024
2.1.260 87 10/8/2024
2.1.259 84 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 85 10/3/2024
2.1.254 84 10/3/2024
2.1.253 87 10/3/2024
2.1.252 88 10/3/2024
2.1.251 83 10/3/2024
2.1.250 86 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 84 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 86 10/1/2024
2.1.236 88 10/1/2024
2.1.235 84 10/1/2024
2.1.234 84 10/1/2024
2.1.233 85 10/1/2024
2.1.232 89 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 59 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 61 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 60 9/27/2024
2.1.208 58 9/27/2024
2.1.207 59 9/26/2024
2.1.206 61 9/26/2024
2.1.205 56 9/26/2024
2.1.204 56 9/26/2024
2.1.203 59 9/26/2024
2.1.202 58 9/26/2024
2.1.201 56 9/26/2024
2.1.200 59 9/26/2024
2.1.199 58 9/26/2024
2.1.198 59 9/26/2024
2.1.197 56 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 58 9/23/2024
2.1.190 58 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 52 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 57 9/23/2024
2.1.173 54 9/23/2024
2.1.172 52 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 64 9/18/2024
2.1.166 62 9/18/2024
2.1.165 58 9/18/2024
2.1.163 62 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 59 9/17/2024
2.1.156 59 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 60 9/17/2024
2.1.151 74 9/17/2024
2.1.150 59 9/17/2024
2.1.149 63 9/17/2024
2.1.148 64 9/17/2024
2.1.147 56 9/17/2024
2.1.146 59 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 67 9/16/2024
2.1.141 61 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 64 9/11/2024
2.1.132 66 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 67 9/11/2024
2.1.122 61 9/11/2024
2.1.121 65 9/11/2024
2.1.120 66 9/11/2024
2.1.119 68 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 66 9/10/2024
2.1.112 57 9/9/2024
2.1.111 62 9/9/2024
2.1.108 61 9/9/2024
2.1.105 67 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 61 9/9/2024
2.1.100 59 9/9/2024
2.1.99 57 9/9/2024
2.1.98 69 9/9/2024
2.1.97 66 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 70 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 61 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 66 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 75 9/3/2024
2.1.62 61 9/3/2024
2.1.61 62 9/3/2024
2.1.60 61 9/3/2024
2.1.59 63 9/3/2024
2.1.58 61 9/3/2024
2.1.57 62 9/3/2024
2.1.56 65 8/29/2024
2.1.55 63 8/29/2024
2.1.54 60 8/29/2024
2.1.53 59 8/29/2024
2.1.52 57 8/29/2024
2.1.51 69 8/26/2024
2.1.50 60 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 69 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 76 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 66 8/7/2024
2.1.27 54 8/6/2024
2.1.26 48 8/6/2024
2.1.25 51 8/6/2024
2.1.24 63 8/1/2024
2.1.23 60 8/1/2024
2.1.22 59 8/1/2024
2.1.21 60 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 65 7/24/2024
2.1.13 63 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 61 7/15/2024
2.1.5 75 7/14/2024
2.1.4 70 7/14/2024
2.1.3 60 7/12/2024
2.1.2 60 7/12/2024
2.1.1 60 7/12/2024