Skip to content

Commit de9c258

Browse files
committed
Update ts definitions
1 parent e38daf1 commit de9c258

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

ts-integration/evaluators.generated.ts

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ export type Evaluators = {
117117
| "openai/gpt-4-1106-preview"
118118
| "azure/gpt-35-turbo-1106"
119119
| "azure/gpt-4o"
120+
| "azure/gpt-4o-mini"
120121
| "azure/gpt-4-turbo-2024-04-09"
121122
| "azure/gpt-4-1106-preview"
122123
| "groq/llama3-70b-8192"
123124
| "anthropic/claude-3-haiku-20240307"
124-
| "anthropic/claude-3-sonnet-20240229"
125+
| "anthropic/claude-3-5-sonnet-20240620"
125126
| "anthropic/claude-3-opus-20240229";
126127
max_tokens: number;
127128
};
@@ -157,11 +158,12 @@ export type Evaluators = {
157158
| "openai/gpt-4-1106-preview"
158159
| "azure/gpt-35-turbo-1106"
159160
| "azure/gpt-4o"
161+
| "azure/gpt-4o-mini"
160162
| "azure/gpt-4-turbo-2024-04-09"
161163
| "azure/gpt-4-1106-preview"
162164
| "groq/llama3-70b-8192"
163165
| "anthropic/claude-3-haiku-20240307"
164-
| "anthropic/claude-3-sonnet-20240229"
166+
| "anthropic/claude-3-5-sonnet-20240620"
165167
| "anthropic/claude-3-opus-20240229";
166168
max_tokens: number;
167169
name: string;
@@ -181,11 +183,12 @@ export type Evaluators = {
181183
| "openai/gpt-4-1106-preview"
182184
| "azure/gpt-35-turbo-1106"
183185
| "azure/gpt-4o"
186+
| "azure/gpt-4o-mini"
184187
| "azure/gpt-4-turbo-2024-04-09"
185188
| "azure/gpt-4-1106-preview"
186189
| "groq/llama3-70b-8192"
187190
| "anthropic/claude-3-haiku-20240307"
188-
| "anthropic/claude-3-sonnet-20240229"
191+
| "anthropic/claude-3-5-sonnet-20240620"
189192
| "anthropic/claude-3-opus-20240229";
190193
max_tokens: number;
191194
name: string;
@@ -206,11 +209,12 @@ export type Evaluators = {
206209
| "openai/gpt-4-1106-preview"
207210
| "azure/gpt-35-turbo-1106"
208211
| "azure/gpt-4o"
212+
| "azure/gpt-4o-mini"
209213
| "azure/gpt-4-turbo-2024-04-09"
210214
| "azure/gpt-4-1106-preview"
211215
| "groq/llama3-70b-8192"
212216
| "anthropic/claude-3-haiku-20240307"
213-
| "anthropic/claude-3-sonnet-20240229"
217+
| "anthropic/claude-3-5-sonnet-20240620"
214218
| "anthropic/claude-3-opus-20240229";
215219
max_tokens: number;
216220
prompt: string;
@@ -229,11 +233,12 @@ export type Evaluators = {
229233
| "openai/gpt-4-1106-preview"
230234
| "azure/gpt-35-turbo-1106"
231235
| "azure/gpt-4o"
236+
| "azure/gpt-4o-mini"
232237
| "azure/gpt-4-turbo-2024-04-09"
233238
| "azure/gpt-4-1106-preview"
234239
| "groq/llama3-70b-8192"
235240
| "anthropic/claude-3-haiku-20240307"
236-
| "anthropic/claude-3-sonnet-20240229"
241+
| "anthropic/claude-3-5-sonnet-20240620"
237242
| "anthropic/claude-3-opus-20240229";
238243
max_tokens: number;
239244
prompt: string;
@@ -252,11 +257,12 @@ export type Evaluators = {
252257
| "openai/gpt-4-1106-preview"
253258
| "azure/gpt-35-turbo-1106"
254259
| "azure/gpt-4o"
260+
| "azure/gpt-4o-mini"
255261
| "azure/gpt-4-turbo-2024-04-09"
256262
| "azure/gpt-4-1106-preview"
257263
| "groq/llama3-70b-8192"
258264
| "anthropic/claude-3-haiku-20240307"
259-
| "anthropic/claude-3-sonnet-20240229"
265+
| "anthropic/claude-3-5-sonnet-20240620"
260266
| "anthropic/claude-3-opus-20240229";
261267
max_tokens: number;
262268
allowed_topics: {
@@ -281,11 +287,12 @@ export type Evaluators = {
281287
| "openai/gpt-4-1106-preview"
282288
| "azure/gpt-35-turbo-1106"
283289
| "azure/gpt-4o"
290+
| "azure/gpt-4o-mini"
284291
| "azure/gpt-4-turbo-2024-04-09"
285292
| "azure/gpt-4-1106-preview"
286293
| "groq/llama3-70b-8192"
287294
| "anthropic/claude-3-haiku-20240307"
288-
| "anthropic/claude-3-sonnet-20240229"
295+
| "anthropic/claude-3-5-sonnet-20240620"
289296
| "anthropic/claude-3-opus-20240229";
290297
max_tokens: number;
291298
};
@@ -507,6 +514,7 @@ export type Evaluators = {
507514
| "openai/gpt-4o-mini"
508515
| "azure/gpt-35-turbo-16k"
509516
| "azure/gpt-4o"
517+
| "azure/gpt-4o-mini"
510518
| "anthropic/claude-3-5-sonnet-20240620";
511519
embeddings_model:
512520
| "openai/text-embedding-ada-002"
@@ -522,6 +530,7 @@ export type Evaluators = {
522530
| "openai/gpt-4o-mini"
523531
| "azure/gpt-35-turbo-16k"
524532
| "azure/gpt-4o"
533+
| "azure/gpt-4o-mini"
525534
| "anthropic/claude-3-5-sonnet-20240620";
526535
embeddings_model:
527536
| "openai/text-embedding-ada-002"
@@ -537,6 +546,7 @@ export type Evaluators = {
537546
| "openai/gpt-4o-mini"
538547
| "azure/gpt-35-turbo-16k"
539548
| "azure/gpt-4o"
549+
| "azure/gpt-4o-mini"
540550
| "anthropic/claude-3-5-sonnet-20240620";
541551
embeddings_model:
542552
| "openai/text-embedding-ada-002"
@@ -552,6 +562,7 @@ export type Evaluators = {
552562
| "openai/gpt-4o-mini"
553563
| "azure/gpt-35-turbo-16k"
554564
| "azure/gpt-4o"
565+
| "azure/gpt-4o-mini"
555566
| "anthropic/claude-3-5-sonnet-20240620";
556567
embeddings_model:
557568
| "openai/text-embedding-ada-002"
@@ -567,6 +578,7 @@ export type Evaluators = {
567578
| "openai/gpt-4o-mini"
568579
| "azure/gpt-35-turbo-16k"
569580
| "azure/gpt-4o"
581+
| "azure/gpt-4o-mini"
570582
| "anthropic/claude-3-5-sonnet-20240620";
571583
embeddings_model:
572584
| "openai/text-embedding-ada-002"
@@ -582,6 +594,7 @@ export type Evaluators = {
582594
| "openai/gpt-4o-mini"
583595
| "azure/gpt-35-turbo-16k"
584596
| "azure/gpt-4o"
597+
| "azure/gpt-4o-mini"
585598
| "anthropic/claude-3-5-sonnet-20240620";
586599
embeddings_model:
587600
| "openai/text-embedding-ada-002"
@@ -597,6 +610,7 @@ export type Evaluators = {
597610
| "openai/gpt-4o-mini"
598611
| "azure/gpt-35-turbo-16k"
599612
| "azure/gpt-4o"
613+
| "azure/gpt-4o-mini"
600614
| "anthropic/claude-3-5-sonnet-20240620";
601615
embeddings_model:
602616
| "openai/text-embedding-ada-002"

0 commit comments

Comments
 (0)