Skip to content

Commit 6916deb

Browse files
committed
feat: update TestPrompt to specify output format for model name
1 parent 53da209 commit 6916deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ var UserContentRequestProxy = env.String("USER_CONTENT_REQUEST_PROXY", "")
163163
var UserContentRequestTimeout = env.Int("USER_CONTENT_REQUEST_TIMEOUT", 30)
164164

165165
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.")
166+
var TestPrompt = env.String("TEST_PROMPT", "Output only your specific model name with no additional text.")

0 commit comments

Comments
 (0)