We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc56c6 commit 6be59e0Copy full SHA for 6be59e0
ai/ai-react-app/src/views/LiveView.tsx
@@ -17,8 +17,6 @@ interface LiveViewProps {
17
18
type ConversationState = "idle" | "active" | "error";
19
20
-// const LIVE_MODEL_ID = "gemini-2.0-flash-exp";
21
-
22
const LiveView: React.FC<LiveViewProps> = ({ aiInstance }) => {
23
const [conversationState, setConversationState] =
24
useState<ConversationState>("idle");
0 commit comments