We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac5c01 commit c16600aCopy full SHA for c16600a
1 file changed
tests/utilities/prompt.test.ts
@@ -23,9 +23,9 @@ import {
23
24
// NOTE: Add here as more Providers are added
25
const PROVIDER_AND_MODEL: [ModelProviders, string][] = [
26
- [ModelProviders.Openai, "gpt-4o"],
27
- [ModelProviders.Anthropic, "claude-3-opus-latest"],
28
- [ModelProviders.Cohere, "command"],
+ [ModelProviders.Openai, "gpt-4o-mini"],
+ [ModelProviders.Anthropic, "claude-3-5-haiku-latest"],
+ [ModelProviders.Cohere, "command-r7b-12-2024"],
29
];
30
31
function testScenario(opentelemetryTracer: Tracer, promptKernel?: UtilityPromptKernel) {
0 commit comments