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 8c3bea9 commit c83c864Copy full SHA for c83c864
app/page.tsx
@@ -816,6 +816,7 @@ export default function Home() {
816
height: window.innerHeight / 5,
817
})
818
setSiriWave(instance)
819
+ setStatus('silence')
820
}
821
822
return () => {
utils/chat.ts
@@ -101,7 +101,7 @@ export default async function chat({
101
modelParams.tools = officialPlugins
102
103
104
- if (model.startsWith('gemini-2.0-flash-exp') || model.startsWith('gemini-exp')) {
+ if (model.startsWith('gemini-2.0-flash-exp')) {
105
if (modelParams.safetySettings) {
106
const safetySettings: NewModelParams['safetySettings'] = []
107
modelParams.safetySettings.forEach((item) => {
0 commit comments