We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53da209 commit 6916debCopy full SHA for 6916deb
common/config/config.go
@@ -163,4 +163,4 @@ var UserContentRequestProxy = env.String("USER_CONTENT_REQUEST_PROXY", "")
163
var UserContentRequestTimeout = env.Int("USER_CONTENT_REQUEST_TIMEOUT", 30)
164
165
var EnforceIncludeUsage = env.Bool("ENFORCE_INCLUDE_USAGE", false)
166
-var TestPrompt = env.String("TEST_PROMPT", "Print your model name exactly and do not output without any other text.")
+var TestPrompt = env.String("TEST_PROMPT", "Output only your specific model name with no additional text.")
0 commit comments