Skip to content

Commit 12d0c1c

Browse files
committed
fix: small tanchat fix
1 parent f47c2a8 commit 12d0c1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/react-cra/examples/tanchat/assets/src/components/example-AIAssistant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default function AIAssistant() {
100100
const isOpen = useStore(showAIAssistant)
101101
const { messages, sendMessage } = useChat({
102102
transport: new DefaultChatTransport({
103-
api: '/api/demo-chat',
103+
api: '/demo/api/tanchat',
104104
}),
105105
})
106106
const [input, setInput] = useState('')

packages/cta-engine/src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Use the following commands to start your app:
234234
getPackageManagerScriptCommand(options.packageManager, ['dev']),
235235
)}
236236
237-
Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
237+
Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
238238
)
239239
}
240240

0 commit comments

Comments
 (0)