Table of Contents

Class GptConnections

Namespace
FoundationaLLM.Common.Models.AzureAIService
Assembly
FoundationaLLM.Common.dll

The GPT connections for the Azure AI Service.

public class GptConnections
Inheritance
GptConnections
Inherited Members
Extension Methods

Properties

GptCoherence

The GPT Coherence connection

[JsonPropertyName("gpt_coherence")]
public GptConnection? GptCoherence { get; set; }

Property Value

GptConnection

GptFluency

The uri to the data set.

[JsonPropertyName("gpt_fluency")]
public GptConnection? GptFluency { get; set; }

Property Value

GptConnection

GptGroundedness

The uri to the data set.

[JsonPropertyName("gpt_groundedness")]
public GptConnection? GptGroundedness { get; set; }

Property Value

GptConnection

GptRelevance

The uri to the data set.

[JsonPropertyName("gpt_relevance")]
public GptConnection? GptRelevance { get; set; }

Property Value

GptConnection

GptSimilarity

The uri to the data set.

[JsonPropertyName("gpt_similarity")]
public GptConnection? GptSimilarity { get; set; }

Property Value

GptConnection