Call OpenRouter the quickest again

Nothing was measured that put OpenCode Go beside it, so the tooltip
claims only what is known: OpenRouter is the quickest, and OpenCode Go
merely needs nothing installed either. The translation follows word for
word.
This commit is contained in:
2026-08-27 16:04:09 +03:00
parent 664a6f53a4
commit 1ff18e46ab
2 changed files with 8 additions and 9 deletions
+6 -7
View File
@@ -810,16 +810,15 @@ TR = {
"Düşünmeye eğitilmiş bir model, aksi söylenmedikçe düşünür; bir virgül " "Düşünmeye eğitilmiş bir model, aksi söylenmedikçe düşünür; bir virgül "
"için 300 token akıl yürütmek 300 token'lık bekleyiştir. Temizleme için " "için 300 token akıl yürütmek 300 token'lık bekleyiştir. Temizleme için "
"doğrusu Kapalı.", "doğrusu Kapalı.",
"OpenRouter and OpenCode Go are the quickest and need nothing " "OpenRouter is the quickest; OpenCode Go needs nothing installed "
"installed. llama.cpp runs here, on a model downloaded below. Claude " "either. llama.cpp runs here, on a model downloaded below. Claude "
"Code and Codex clean up on the subscription you already have, " "Code and Codex clean up on the subscription you already have, "
"without a second key, and take a few seconds longer because each " "without a second key, and take a few seconds longer because each "
"one opens a session to do it.": "one opens a session to do it.":
"En hızlıları OpenRouter ve OpenCode Go'dur; kurulu bir program " "En hızlısı OpenRouter'dır; OpenCode Go da kurulum istemez. llama.cpp "
"istemezler. llama.cpp burada, aşağıda indirilen bir modelle çalışır. " "burada, aşağıda indirilen bir modelle çalışır. Claude Code ve Codex, "
"Claude Code ve Codex, ikinci bir anahtar olmadan zaten sahip olduğun " "ikinci bir anahtar olmadan zaten sahip olduğun abonelikle temizler; "
"abonelikle temizler; her biri bunun için bir oturum açtığından birkaç " "her biri bunun için bir oturum açtığından birkaç saniye daha sürer.",
"saniye daha sürer.",
"whisper.cpp reaches the card through CUDA, ROCm or Vulkan when the build " "whisper.cpp reaches the card through CUDA, ROCm or Vulkan when the build "
"it is running was made with one. A build without any of them runs on the " "it is running was made with one. A build without any of them runs on the "
"processor whatever this says.": "processor whatever this says.":
+2 -2
View File
@@ -870,8 +870,8 @@ class SettingsWindow(QDialog):
for label, value in CLEANUP_PROVIDERS: for label, value in CLEANUP_PROVIDERS:
self.cleanup_provider.addItem(t(label), value) self.cleanup_provider.addItem(t(label), value)
self.cleanup_provider.setToolTip(t( self.cleanup_provider.setToolTip(t(
"OpenRouter and OpenCode Go are the quickest and need nothing " "OpenRouter is the quickest; OpenCode Go needs nothing installed "
"installed. llama.cpp runs here, on a model downloaded below. Claude " "either. llama.cpp runs here, on a model downloaded below. Claude "
"Code and Codex clean up on the subscription you already have, " "Code and Codex clean up on the subscription you already have, "
"without a second key, and take a few seconds longer because each " "without a second key, and take a few seconds longer because each "
"one opens a session to do it." "one opens a session to do it."