Class ChatCompletion

Class ChatCompletion

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Verilen girdi temelinde model tarafından döndürülen bir sohbet tamamlama yanıtını temsil eder.

public class ChatCompletion

Miras

objectChatCompletion

Miras Alınan Üyeler

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Yapıcılar

ChatCompletion()

public ChatCompletion()

Özellikler

Choices

Sohbet tamamlama seçimlerinin bir listesi. n 1’den büyükse birden fazla olabilir.

public List<choice> Choices { get; set; }

Özellik Değeri

List<Choice&gt;

Created

Sohbet tamamlama oluşturulduğunda Unix zaman damgası (saniye cinsinden).

public long Created { get; set; }

Özellik Değeri

long

Id

Sohbet tamamlama için benzersiz bir tanımlayıcı.

public string Id { get; set; }

Özellik Değeri

string

Model

Sohbet tamamlama için kullanılan model.

public string Model { get; set; }

Özellik Değeri

string

Object

Her zaman chat.completion olan nesne türü.

public string Object { get; set; }

Özellik Değeri

string

SystemFingerprint

Bu parmak izi, modelin çalıştığı arka uç yapılandırmasını temsil eder.

public string SystemFingerprint { get; set; }

Özellik Değeri

string

Usage

Tamamlama isteği için kullanım istatistikleri.

public Usage Usage { get; set; }

Özellik Değeri

Usage

 Türkçe