Skip to content

Commit a1e226c

Browse files
committed
Update documentation URL for both oaieval and oaievalset
1 parent 3dc5674 commit a1e226c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/openai/oaieval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func OpenAIEvalsCLI() schema.Executable {
1111
return schema.Executable{
1212
Name: "OpenAI Evals CLI",
1313
Runs: []string{"oaieval"},
14-
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/README.md"),
14+
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/docs/run-evals.md"),
1515
NeedsAuth: needsauth.IfAll(
1616
needsauth.NotForHelpOrVersion(),
1717
needsauth.NotWithoutArgs(),

plugins/openai/oaievalset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func OpenAIEvalSetCLI() schema.Executable {
1111
return schema.Executable{
1212
Name: "OpenAI Eval Set CLI",
1313
Runs: []string{"oaievalset"},
14-
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/README.md"),
14+
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/docs/run-evals.md"),
1515
NeedsAuth: needsauth.IfAll(
1616
needsauth.NotForHelpOrVersion(),
1717
needsauth.NotWithoutArgs(),

0 commit comments

Comments
 (0)