Skip to content

Commit 6f463be

Browse files
committed
Drop evals shell plugin and just configure oaieval as another executable within openai shell plugin
1 parent a802fe3 commit 6f463be

File tree

5 files changed

+2
-105
lines changed

5 files changed

+2
-105
lines changed

plugins/evals/api_key.go

Lines changed: 0 additions & 41 deletions
This file was deleted.

plugins/evals/api_key_test.go

Lines changed: 0 additions & 41 deletions
This file was deleted.

plugins/evals/plugin.go

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package evals
1+
package openai
22

33
import (
44
"github.com/1Password/shell-plugins/sdk"

plugins/openai/plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ func New() schema.Plugin {
1717
},
1818
Executables: []schema.Executable{
1919
OpenAICLI(),
20+
OpenAIEvalsCLI(),
2021
},
2122
}
2223
}

0 commit comments

Comments
 (0)