You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Beyond chat, Modelforge includes an **agentic mode** — the model can read/writ
34
34
**Organization**
35
35
-**Projects** — group related chats under shared instructions and default model parameters.
36
36
-**Per-session and per-project overrides** — pin a specific prompt, model, temperature, seed, top-K/top-P, repeat penalty, context length, GPU offload, or stop sequences to a single chat or an entire project, falling back to sane defaults. Provider-specific parameters (e.g. seed isn't supported by Claude, top-K isn't supported by ChatGPT) are automatically disabled when they don't apply to the selected model.
37
-
-**Prompt library** — save and reuse system prompts across chats.
37
+
-**Prompt library** — save and reuse system prompts across chats. Prompts can include `{{variables}}` (e.g. `{{topic}}`) that you fill in each time you apply one, and edits keep version history so a bad change can be restored.
38
38
-**Command palette** (`Ctrl/Cmd+K`) — jump between chats, projects, and settings without touching the mouse.
savePromptAsPreset: "Save current prompt as preset",
181
190
presetName: "Preset name...",
182
191
apply: "Apply",
192
+
cancel: "Cancel",
193
+
fillPromptVariables: "Fill in prompt variables",
194
+
fillPromptVariablesHelp: "This prompt has blanks to fill in before it's applied.",
195
+
editPreset: "Edit",
196
+
presetHistory: "History",
197
+
restore: "Restore",
198
+
noPreviousVersions: "No previous versions yet.",
199
+
savePreset: "Save",
200
+
promptLibraryVariablesHint: "Add {{variables}} to a prompt (e.g. {{topic}}) and you'll be asked to fill them in each time you apply it. Edits keep version history so you can undo a change.",
fillPromptVariablesHelp: "Bu istemde uygulanmadan önce doldurulması gereken boşluklar var.",
321
+
editPreset: "Düzenle",
322
+
presetHistory: "Geçmiş",
323
+
restore: "Geri yükle",
324
+
noPreviousVersions: "Henüz önceki bir sürüm yok.",
325
+
savePreset: "Kaydet",
326
+
promptLibraryVariablesHint: "Bir isteme {{değişkenler}} ekleyin (ör. {{konu}}) — her uyguladığınızda bunları doldurmanız istenir. Düzenlemeler sürüm geçmişini korur, böylece bir değişikliği geri alabilirsiniz.",
0 commit comments