Skip to content

Commit

Permalink
fix: change fim override description message (relates #799)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Dec 17, 2024
1 parent c5f4ba7 commit c3592d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/messages/codegpt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ shared.codeCompletions=Code Completions
codeCompletionsForm.enableFeatureText=Enable code completions
codeCompletionsForm.parseResponseAsChatCompletions=Parse response as Chat Completions
codeCompletionsForm.overrideFimTemplate.label=Use built-in FIM template
codeCompletionsForm.overrideFimTemplate.description=If checked, Ollama will automatically detect the corresponding FIM template for the selected model.
codeCompletionsForm.overrideFimTemplate.description=If checked, CodeGPT will apply the corresponding FIM template for the selected model.
codeCompletionsForm.selectFimTemplate=FIM template:
codeCompletionsForm.maxTokensLabel=Max tokens:
codeCompletionsForm.maxTokensComment=The maximum number of tokens that will be generated in the code completion.
Expand Down

0 comments on commit c3592d8

Please sign in to comment.