more models, nodemon fix, thinking fixes, settings ui fixes, clean

This commit is contained in:
Aidan 2025-07-03 01:04:19 -04:00
parent 4409acd79d
commit 973d224bf7
7 changed files with 211 additions and 106 deletions

View file

@ -80,7 +80,7 @@
"inQueue": " You are {position} in the queue.",
"startingProcessing": "✨ Starting to process your request...",
"systemPrompt": "You are a friendly assistant called {botName}.\nCurrent Date/Time (UTC): {date}\n\n---\n\nUser message:\n{message}",
"statusWaitingRender": "⏳ Waiting to Render...",
"statusWaitingRender": "⏳ Streaming...",
"statusRendering": "🖼️ Rendering...",
"statusComplete": "✅ Complete!",
"modelHeader": "🤖 *{model}* 🌡️ *{temperature}* {status}",
@ -123,7 +123,7 @@
"aiEnabledSetTo": "AI Enabled set to {aiEnabled}",
"aiModelSetTo": "AI Model set to {aiModel}",
"aiTemperatureSetTo": "AI Temperature set to {aiTemperature}",
"selectSeries": "*Please select a model series.*",
"selectSeries": "*Please select a model series.*\n\nThis will be set as the default model for the /ai command.",
"seriesDescription": "{seriesDescription}",
"selectParameterSize": "*Please select a parameter size for {seriesLabel}*.",
"parameterSizeExplanation": "Parameter size (e.g. 2B, 4B) refers to the number of parameters in the model. Larger models may be more capable but require more resources.",