File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/docs/content/docs/components/(chatbot) Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export async function POST(req: Request) {
121121 model: ' openai/gpt-4o' ,
122122 schema: codeBlockSchema ,
123123 prompt:
124- ` You are a helpful coding assitant . Only generate code, no markdown formatting or backticks, or text. ` +
124+ ` You are a helpful coding assistant . Only generate code, no markdown formatting or backticks, or text. ` +
125125 context ,
126126 });
127127
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ import { Loader } from '@/components/ai-elements/loader';
5757import { Message , MessageContent } from ' @/components/ai-elements/message' ;
5858import { useState } from ' react' ;
5959import { useChat } from ' @ai-sdk/react' ;
60- import { Response } from @/components /ai -elements /response ' ;
60+ import { Response } from ' @/components/ai-elements/response' ;
6161
6262const ReasoningDemo = () => {
6363 const [input, setInput] = useState (' ' );
You can’t perform that action at this time.
0 commit comments