Skip to content

Commit 6be59e0

Browse files
committed
Remove models comment
1 parent 1cc56c6 commit 6be59e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ai/ai-react-app/src/views/LiveView.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ interface LiveViewProps {
1717

1818
type ConversationState = "idle" | "active" | "error";
1919

20-
// const LIVE_MODEL_ID = "gemini-2.0-flash-exp";
21-
2220
const LiveView: React.FC<LiveViewProps> = ({ aiInstance }) => {
2321
const [conversationState, setConversationState] =
2422
useState<ConversationState>("idle");

0 commit comments

Comments
 (0)