Skip to content
Tracon

OpenAICompatibleProviderOptions

Namespace Tracon · Assembly Tracon.OpenAI.dll

Constants for the configuration path of the providers that UseOpenAICompatible registers.

public static class OpenAICompatibleProviderOptions

objectOpenAICompatibleProviderOptions

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

The options shape is the same as OpenAIProviderOptions; this type only carries the sub section path. Every named provider lives in its own sub section: Tracon:Providers:OpenAICompatible:{name}:*. Provider options live in their own sub section.

Gets the base configuration section path of the named providers.

public const string SectionName = "Tracon:Providers:OpenAICompatible"

string