CreateChatCompletionChunkResponse.Usage

Proprietà CreateChatCompletionChunkResponse.Usage

Ottiene o imposta un campo opzionale che sarà presente solo quando imposti stream_options: {“include_usage”: true} nella tua richiesta. Quando presente, contiene un valore nullo tranne che per l’ultimo chunk che contiene le statistiche di utilizzo dei token per l’intera richiesta.

public Usage Usage { get; set; }

Vedi Anche