{{ 'PAC.Copilot.EnableCopilot' | translate: {Default: 'Enable Copilot'} }} {{ 'PAC.Copilot.Provider' | translate: {Default: 'Provider'} }} OpenAI Azure Ollama
{{ 'PAC.Copilot.APIKey' | translate: {Default: 'API Key'} }} {{ 'PAC.Copilot.GetYourApiKey' | translate: {Default: 'Get your api key!'} }}
{{ 'PAC.Copilot.APIHost' | translate: {Default: 'API Host'} }}
{{ 'PAC.Copilot.DefaultModel' | translate: {Default: 'Default Model'} }} @for (model of models(); track model.id) { {{model.name}} } {{ 'PAC.Copilot.DefaultModel' | translate: {Default: 'Default Model'} }}
{{ 'PAC.Copilot.ShowTokenizer' | translate: {Default: 'Show Tokenizer'} }}
{{ 'PAC.Copilot.EnableSecondaryProvider' | translate: {Default: 'Enable Secondary Provider'} }} @if (enSecondary) { {{ 'PAC.Copilot.Provider' | translate: {Default: 'Provider'} }} OpenAI Azure Ollama {{ 'PAC.Copilot.Provider_DashScope' | translate: {Default: 'DashScope'} }}
{{ 'PAC.Copilot.APIKey' | translate: {Default: 'API Key'} }} {{ 'PAC.Copilot.GetYourApiKey' | translate: {Default: 'Get your api key!'} }}
{{ 'PAC.Copilot.APIHost' | translate: {Default: 'API Host'} }}
{{ 'PAC.Copilot.DefaultModel' | translate: {Default: 'Default Model'} }} @for (model of secondaryModels(); track model.id) { {{model.name}} } Or {{ 'PAC.Copilot.DefaultModel' | translate: {Default: 'Default Model'} }}
}