Update React simple-chatbot client to use latest client SDKs
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { useRTVIClient, useRTVIClientTransportState } from 'realtime-ai-react';
|
||||
import {
|
||||
useRTVIClient,
|
||||
useRTVIClientTransportState,
|
||||
} from '@pipecat-ai/client-react';
|
||||
|
||||
export function ConnectButton() {
|
||||
const client = useRTVIClient();
|
||||
|
||||
Reference in New Issue
Block a user