Skip to content

Commit c16600a

Browse files
change to use smaller models
1 parent aac5c01 commit c16600a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/utilities/prompt.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import {
2323

2424
// NOTE: Add here as more Providers are added
2525
const PROVIDER_AND_MODEL: [ModelProviders, string][] = [
26-
[ModelProviders.Openai, "gpt-4o"],
27-
[ModelProviders.Anthropic, "claude-3-opus-latest"],
28-
[ModelProviders.Cohere, "command"],
26+
[ModelProviders.Openai, "gpt-4o-mini"],
27+
[ModelProviders.Anthropic, "claude-3-5-haiku-latest"],
28+
[ModelProviders.Cohere, "command-r7b-12-2024"],
2929
];
3030

3131
function testScenario(opentelemetryTracer: Tracer, promptKernel?: UtilityPromptKernel) {

0 commit comments

Comments
 (0)