Share via


AIFoundryModel.OpenAI.Gpt35Turbo Field

Definition

The gpt-35-turbo (also known as ChatGPT) is the most capable and cost-effective model in the gpt-3.5 family which has been optimized for chat using the Chat Completions API. It is a language model designed for conversational interfaces and the model behaves differently than previous gpt-3 models. Previous models were text-in and text-out, meaning they accepted a prompt string and returned a completion to append to the prompt. However, the ChatGPT model is conversation-in and message-out. The model expects a prompt string formatted in a specific chat-like transcript format and returns a completion that represents a model-written message in the chat. Learn more at <https://free.blessedness.top/azure/cognitive-services/openai/concepts/models>

public static readonly Aspire.Hosting.Azure.AIFoundryModel Gpt35Turbo;
 staticval mutable Gpt35Turbo : Aspire.Hosting.Azure.AIFoundryModel
Public Shared ReadOnly Gpt35Turbo As AIFoundryModel 

Field Value

Applies to