Skip to content

Commit 2550756

Browse files
committed
Update generated ts
1 parent afa3cc7 commit 2550756

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

ts-integration/evaluators.generated.ts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -128,24 +128,6 @@ export type Evaluators = {
128128
};
129129
"langevals/basic": {
130130
settings: {
131-
model:
132-
| "openai/gpt-3.5-turbo"
133-
| "openai/gpt-3.5-turbo-0125"
134-
| "openai/gpt-3.5-turbo-1106"
135-
| "openai/gpt-4-turbo"
136-
| "openai/gpt-4-0125-preview"
137-
| "openai/gpt-4o"
138-
| "openai/gpt-4o-mini"
139-
| "openai/gpt-4-1106-preview"
140-
| "azure/gpt-35-turbo-1106"
141-
| "azure/gpt-4o"
142-
| "azure/gpt-4-turbo-2024-04-09"
143-
| "azure/gpt-4-1106-preview"
144-
| "groq/llama3-70b-8192"
145-
| "anthropic/claude-3-haiku-20240307"
146-
| "anthropic/claude-3-sonnet-20240229"
147-
| "anthropic/claude-3-opus-20240229";
148-
max_tokens: number;
149131
rules: {
150132
field: "input" | "output";
151133
rule:
@@ -758,14 +740,6 @@ Allows you to check for simple text matches or regex evaluation.
758740
requiredFields: [],
759741
optionalFields: ["input", "output"],
760742
settings: {
761-
model: {
762-
description: "The model to use for evaluation",
763-
default: "openai/gpt-4o-mini",
764-
},
765-
max_tokens: {
766-
description: "Max tokens allowed for evaluation",
767-
default: 8192,
768-
},
769743
rules: {
770744
description:
771745
"List of rules to check, the message must pass all of them",

0 commit comments

Comments
 (0)