From 89b65b70093b9dfd9aa46dcd2bd72ecd4199c51a Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 4 Mar 2024 15:20:08 -0800 Subject: [PATCH] unbreak build #444 --- src/modules/llms/server/anthropic/anthropic.models.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/llms/server/anthropic/anthropic.models.ts b/src/modules/llms/server/anthropic/anthropic.models.ts index af06cc0cb..3056d64d2 100644 --- a/src/modules/llms/server/anthropic/anthropic.models.ts +++ b/src/modules/llms/server/anthropic/anthropic.models.ts @@ -5,9 +5,10 @@ import { LLM_IF_OAI_Chat } from '../../store-llms'; const roundTime = (date: string) => Math.round(new Date(date).getTime() / 1000); export const hardcodedAnthropicModels: ModelDescriptionSchema[] = [ + { id: 'claude-3-opus-20240229', label: 'Claude 3 Opus', - created: roundTime('2024-03-04'), + created: roundTime('2024-02-29'), description: 'Most powerful model for highly complex tasks', contextWindow: 200000, pricing: {