mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-06-11 22:25:46 +08:00
Fix remaining German comment
This commit is contained in:
@@ -58,7 +58,7 @@ export function getServerRuntimeConfig(): ServerRuntimeConfig {
|
||||
|
||||
const openaiKey = String(runtimeConfig.openaiKey || '').trim()
|
||||
if (!openaiKey && !warnedMissingOpenAIKey) {
|
||||
console.warn('[OpenSquawk] OPENAI_API_KEY fehlt. Einige KI-Funktionen stehen ohne Schlüssel nicht zur Verfügung.')
|
||||
console.warn('[OpenSquawk] OPENAI_API_KEY is missing. Some AI features are unavailable without a key.')
|
||||
warnedMissingOpenAIKey = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user