mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
unbreak build #444
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user