You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/eval-dev-quality/cmd/evaluate.go
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ type Evaluate struct {
53
53
54
54
// Languages determines which language should be used for the evaluation, or empty if all languages should be used.
55
55
Languages []string`long:"language" description:"Evaluate with this language. By default all languages are used."`
56
-
// Models determines which models should be used for the evaluation, or empty if all models should be used.
57
-
Models []string`long:"model" description:"Evaluate with this model. By default all models are used."`
56
+
// ModelIDsWithProviderAndAttributes determines which models should be used for the evaluation, or empty if all models should be used.
57
+
ModelIDsWithProviderAndAttributes []string`long:"model" description:"Evaluate with this model. By default all models are used."`
58
58
// ProviderTokens holds all API tokens for the providers.
59
59
ProviderTokensmap[string]string`long:"tokens" description:"API tokens for model providers (of the form '$provider:$token'). When using the environment variable, separate multiple definitions with ','." env:"PROVIDER_TOKEN" env-delim:","`
60
60
// ProviderUrls holds all custom inference endpoint urls for the providers.
0 commit comments