Skip to content

Commit

Permalink
Update documentation URL for both oaieval and oaievalset
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Apr 25, 2023
1 parent 3dc5674 commit a1e226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/openai/oaieval.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func OpenAIEvalsCLI() schema.Executable {
return schema.Executable{
Name: "OpenAI Evals CLI",
Runs: []string{"oaieval"},
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/README.md"),
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/docs/run-evals.md"),
NeedsAuth: needsauth.IfAll(
needsauth.NotForHelpOrVersion(),
needsauth.NotWithoutArgs(),
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/oaievalset.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func OpenAIEvalSetCLI() schema.Executable {
return schema.Executable{
Name: "OpenAI Eval Set CLI",
Runs: []string{"oaievalset"},
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/README.md"),
DocsURL: sdk.URL("https://github.com/openai/evals/blob/main/docs/run-evals.md"),
NeedsAuth: needsauth.IfAll(
needsauth.NotForHelpOrVersion(),
needsauth.NotWithoutArgs(),
Expand Down

0 comments on commit a1e226c

Please sign in to comment.