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 1765861 commit 25d0349Copy full SHA for 25d0349
web/src/components/TranslatorApplication.jsx
@@ -56,8 +56,7 @@ export function TranslatorApplication() {
56
setAPIValue(localStorage.getItem(OPENAI_API_KEY) ?? "")
57
setRateLimit(Number(localStorage.getItem(RATE_LIMIT) ?? rateLimit))
58
setBaseUrlWithModerator(localStorage.getItem(OPENAI_BASE_URL) ?? undefined)
59
- setModelValue(localStorage.getItem(MODEL) ?? undefined)
60
-
+ setModelValue(localStorage.getItem(MODEL) ?? DefaultModel)
61
}, [])
62
63
function setAPIKey(value) {
0 commit comments