diff --git a/_locales/en/messages.json b/_locales/en/messages.json index ee5452b3..32cf216d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -534,5 +534,13 @@ "OpenAIComp_api_request_failed": { "message": "OpenAI Comp API request failed", "description": "" + }, + "prefs_OpenAIComp_ChatName": { + "message": "Chat Name", + "description": "" + }, + "prefs_OpenAIComp_ChatName_Info": { + "message": "This is the name that will be used in the AI chat.", + "description": "" } } \ No newline at end of file diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index 89cc75b1..44814420 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -29,4 +29,5 @@ export const prefs_default = { ollama_model: '', openai_comp_host: '', // For OpenAI Compatible API as LM-Studio openai_comp_model: '', + openai_comp_chat_name: 'OpenAI Comp', } \ No newline at end of file diff --git a/options/mzta-options.html b/options/mzta-options.html index eda50fca..300b1199 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -165,6 +165,18 @@ +