From 6916debf6638cde1302b6ba3b789442027d227d5 Mon Sep 17 00:00:00 2001 From: JustSong Date: Wed, 12 Feb 2025 00:28:23 +0800 Subject: [PATCH] feat: update TestPrompt to specify output format for model name --- common/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/config.go b/common/config/config.go index 34b00d65..a235a8df 100644 --- a/common/config/config.go +++ b/common/config/config.go @@ -163,4 +163,4 @@ var UserContentRequestProxy = env.String("USER_CONTENT_REQUEST_PROXY", "") var UserContentRequestTimeout = env.Int("USER_CONTENT_REQUEST_TIMEOUT", 30) var EnforceIncludeUsage = env.Bool("ENFORCE_INCLUDE_USAGE", false) -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.")