File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 (),
Original file line number Diff line number Diff 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 (),
You can’t perform that action at this time.
0 commit comments