Class ChatCompletion

Class ChatCompletion

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

제공된 입력을 기반으로 모델에 의해 반환된 채팅 완료 응답을 나타냅니다.

public class ChatCompletion

상속

objectChatCompletion

상속된 멤버

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

생성자

ChatCompletion()

public ChatCompletion()

속성

Choices

채팅 완료 선택 목록. n이 1보다 클 경우 여러 개일 수 있습니다.

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

속성 값

List<Choice&gt;

Created

채팅 완료가 생성된 Unix 타임스탬프(초 단위).

public long Created { get; set; }

속성 값

long

Id

채팅 완료에 대한 고유 식별자.

public string Id { get; set; }

속성 값

string

Model

채팅 완료에 사용된 모델.

public string Model { get; set; }

속성 값

string

Object

항상 chat.completion인 객체 유형.

public string Object { get; set; }

속성 값

string

SystemFingerprint

이 지문은 모델이 실행되는 백엔드 구성을 나타냅니다.

public string SystemFingerprint { get; set; }

속성 값

string

Usage

완료 요청에 대한 사용 통계.

public Usage Usage { get; set; }

속성 값

Usage

 한국어