Skip to content

Commit e24f642

Browse files
committed
fix: wrong comment for githubModels token field
1 parent c6094c3 commit e24f642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/messages/AiCommitsBundle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ settings.geminiGoogle.topP.comment=The Top P parameter changes how the model sel
109109

110110
settings.githubModels.topP=Top P
111111
settings.githubModels.token.example=github_pat_34********************************************************************************
112-
settings.githubModels.token.comment=This value can be found in the Keys and Endpoint section when examining your resource from the Azure portal. You can use either KEY1 or KEY2.
112+
settings.githubModels.token.comment=You can get your token <a href="https://github.com/settings/tokens">here.</a>
113113
settings.githubModels.topP.comment=The Top P parameter changes how the model selects tokens for output.\
114114
Tokens are selected from the most to least probable until the sum of their probabilities equals the Top P value.\
115115
For example, if tokens A, B, and C have a probability of 0.3, 0.2, and 0.1 and the Top P value is 0.5,\
116116
then the model will select either A or B as the next token by using the temperature and exclude C as a candidate.
117117

118118
settings.anthropic.token.example=sk-ant-api03-TTz_qsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
119-
settings.anthropic.token.comment=You can get your token <a href="https://github.com/settings/tokens">here.</a>
119+
settings.anthropic.token.comment=You can get your token <a href="https://console.anthropic.com/settings/keys">here.</a>
120120
settings.anthropic.version=Version
121121
settings.anthropic.version.comment=Version of the anthropic API.
122122
settings.anthropic.beta=Beta

0 commit comments

Comments
 (0)