-
Notifications
You must be signed in to change notification settings - Fork 59.9k
/
copilot.yml
31 lines (22 loc) · 1.03 KB
/
copilot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Variables used in the Copilot docs that are not product names
# Copilot billing: price per month for Copilot Individuals
cfi_price_per_month: '$10 USD'
# Copilot billing: price per year for Copilot Individuals
cfi_price_per_year: '$100 USD'
# Copilot billing: price per month for Copilot Business
cfb_price_per_month: '$19 USD'
# Copilot billing: price per month for Copilot Enterprise
ce_price_per_month: '$39 USD'
# Copilot Chat in GitHub: maximum number of repos that can be indexed for an org
max-chat-indexed-repos: '50'
# Copilot partners: builders who can develop Copilot extensions
copilot_partners: 'Copilot Partners'
copilot_partner: 'Copilot Partner'
copilot_partner_program: 'Copilot Partner Program'
## Copilot URLs
chat_completions_api: 'https://api.githubcopilot.com/chat/completions'
## Copilot code review - e.g. {% data variables.copilot.copilot_code-review %}
copilot_code-review: 'GitHub Copilot code review'
copilot_code-review_short: 'Copilot code review'
## LLM models for Copilot
copilot_claude_sonnet: 'Claude 3.5 Sonnet'