Upgrade to Tailwind CSS v4 (#1173)
This commit is contained in:
parent
4ce76987a1
commit
848205f5cb
76 changed files with 1098 additions and 1050 deletions
|
|
@ -35,4 +35,4 @@ const createMockModel = (): LanguageModel => {
|
|||
export const chatModel = createMockModel();
|
||||
export const reasoningModel = createMockModel();
|
||||
export const titleModel = createMockModel();
|
||||
export const artifactModel = createMockModel();
|
||||
export const artifactModel = createMockModel();
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ export const chatModels: Array<ChatModel> = [
|
|||
{
|
||||
id: 'chat-model-reasoning',
|
||||
name: 'Grok Reasoning',
|
||||
description: 'Uses advanced chain-of-thought reasoning for complex problems',
|
||||
description:
|
||||
'Uses advanced chain-of-thought reasoning for complex problems',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue