tweak: gemini retry message to not be explicitly about gemini 3 (#4864)
Co-authored-by: jesuso <j.ochoa@norteconecta.net>pull/4875/head
parent
cf1f63eda3
commit
fa84612357
|
|
@ -850,7 +850,7 @@ export function Prompt(props: PromptProps) {
|
|||
const r = retry()
|
||||
if (!r) return
|
||||
if (r.message.includes("exceeded your current quota") && r.message.includes("gemini"))
|
||||
return "gemini 3 way too hot right now"
|
||||
return "gemini is way too hot right now"
|
||||
if (r.message.length > 50) return r.message.slice(0, 50) + "..."
|
||||
return r.message
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue