openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI
MIT License
1.55k stars 162 forks source link

Remove the virtual keyword from the Pipeline property across all clients #227

Closed ShivangiReja closed 2 months ago

ShivangiReja commented 2 months ago

Based on the below arch board discussion, removing the virtual keyword from the Pipeline property across all clients.

image

This PR also updates the token count property names.