Skip to content

Commit

Permalink
consistent caps in settings text + higher default context
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschedel committed Aug 9, 2023
1 parent da198fb commit 6f1cecc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion public/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"image": "Bild",
"autoTitle": "Chat-Titel automatisch generieren",
"advancedMode": "Erweiterter Modus",
"inlineLatex": "Inline Latex",
"inlineLatex": "Inline latex",
"prompt": "Prompt",
"promptLibrary": "Prompt Bibliothek",
"name": "Name",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/en-US/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"setting": "Settings",
"image": "Image",
"autoTitle": "Auto generate title",
"closeToTray": "Minimize to Tray on Close",
"closeToTray": "Minimize to tray on close",
"advancedMode": "Advanced mode",
"inlineLatex": "Inline Latex",
"inlineLatex": "Inline latex",
"prompt": "Prompt",
"promptLibrary": "Prompt Library",
"name": "Name",
Expand Down
6 changes: 3 additions & 3 deletions public/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"setting": "Settings",
"image": "Image",
"autoTitle": "Auto generate title",
"closeToTray": "Minimize to Tray on Close",
"closeToTray": "Minimize to tray on close",
"advancedMode": "Advanced mode",
"inlineLatex": "Inline Latex",
"inlineLatex": "Inline latex",
"prompt": "Prompt",
"promptLibrary": "Prompt Library",
"name": "Name",
Expand All @@ -46,5 +46,5 @@
"cloned": "Cloned",
"enterToSubmit": "Enter to submit",
"submitPlaceholder": "Type a message or click [/] for prompts...",
"confirmEditSubmission": "Require confirmation on edit submit"
"confirmEditSubmission": "Require confirmation on edit"
}
2 changes: 1 addition & 1 deletion public/locales/nb/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"image": "Bilde",
"autoTitle": "Auto generer tittel",
"advancedMode": "Avansert modus",
"inlineLatex": "Inline Latex",
"inlineLatex": "Inline latex",
"prompt": "Oppgave",
"promptLibrary": "Oppgavebibliotek",
"name": "Navn",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/sv/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"image": "Bild",
"autoTitle": "Auto generera titel",
"advancedMode": "Avancerat läge",
"inlineLatex": "Inline Latex",
"inlineLatex": "Inline latex",
"prompt": "Uppmaning",
"promptLibrary": "Uppmaningsbibliotek",
"name": "Namn",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const modelCost = {
};

export const defaultUserMaxToken = 4000;
export const defaultUserMaxContext = 4096;
export const defaultUserMaxContext = 8000;

export const _defaultChatConfig: ConfigInterface = {
model: defaultModel,
Expand Down

0 comments on commit 6f1cecc

Please sign in to comment.