Ezmary commited on
Commit
5cfbfe8
·
verified ·
1 Parent(s): 1993233

Update src/contexts/AppContext.tsx

Browse files
Files changed (1) hide show
  1. src/contexts/AppContext.tsx +1 -1
src/contexts/AppContext.tsx CHANGED
@@ -64,7 +64,7 @@ export const AppProvider: FC<{ children: ReactNode; initialConfig?: LiveConfig;
64
  // ✅ END: پایان منطق جدید
65
 
66
  const newConfig: LiveConfig = {
67
- model: initialConfig?.model || "gemini-2.5-flash-exp-native-audio-thinking-dialog",
68
  tools: [{ googleSearch: {} }],
69
  generationConfig: { responseModalities: "audio" },
70
  systemInstruction: { parts: [{ text: finalInstruction.trim() }] },
 
64
  // ✅ END: پایان منطق جدید
65
 
66
  const newConfig: LiveConfig = {
67
+ model: initialConfig?.model || "gemini-2.5-flash-preview-native-audio-dialog",
68
  tools: [{ googleSearch: {} }],
69
  generationConfig: { responseModalities: "audio" },
70
  systemInstruction: { parts: [{ text: finalInstruction.trim() }] },