diff --git a/config_template.go b/config_template.go index 73ece010..eba0a434 100644 --- a/config_template.go +++ b/config_template.go @@ -1,7 +1,6 @@ package main -const configTemplate = ` -# {{ index .Help "model" }} +const configTemplate = `# {{ index .Help "model" }} default-model: gpt-4 # {{ index .Help "format-text" }} format-text: Format the response as markdown without enclosing backticks.